diff --git a/jnpf-app/pages/scm/form/cwsettlement/index.vue b/jnpf-app/pages/scm/form/cwsettlement/index.vue index 1fe3e12f..d4d347a9 100644 --- a/jnpf-app/pages/scm/form/cwsettlement/index.vue +++ b/jnpf-app/pages/scm/form/cwsettlement/index.vue @@ -24,10 +24,10 @@ - + 基础配置 - + @@ -53,7 +53,7 @@ - + + + @@ -89,7 +89,7 @@ - + @@ -154,7 +154,7 @@ - - - + @change="changeData('cwsettlementsubject-paymentMethod',i)" clearable placeholder="请选择" + :props="paymentMethodProps" :options="paymentMethodOptions" :style='{"width":"100%"}'> + + + - - + + + + - - + --> + + + + @@ -341,7 +356,7 @@ - + - - + @change="changeData('cwsettlementcontractList-procurementModel',i)" clearable + placeholder="请选择" :options="procurementModelOptions" :props="procurementModelProps"> + :style='{"width":"100%"}'> + + @@ -379,6 +398,13 @@ @change="changeData('cwsettlementcontract-pricingModel',i)" input-align='right' clearable placeholder="请输入" :style='{"width":"100%"}'> + + + + @@ -424,14 +450,18 @@ - - + @change="changeData('cwsettlementcontractList-deliveryModel',i)" clearable + placeholder="请选择" :options="deliveryModelOptions" :props="deliveryModelProps" + :style='{"width":"100%"}'> + + - + - - + + + + + + @@ -459,6 +493,13 @@ @change="changeData('cwsettlementcontract-costBearingMian',i)" input-align='right' clearable placeholder="请输入" :style='{"width":"100%"}'> + + + + @@ -528,7 +569,7 @@ + :required="requiredList['cwsettlementaccountList-type']" label="类型"> + :required="requiredList['cwsettlementcostList-type']" label="收付类型"> @@ -694,7 +735,7 @@ + :required="requiredList['cwsettlementpaymentreceiptList-type']" label="类型)"> - + @@ -888,7 +929,7 @@ - + + @@ -1142,13 +1183,135 @@ "fullName": "付款", "id": "2" }], + paymentMethodOptions: [{ + "fullName": "无", + "id": "1" + }, { + "fullName": "现金", + "id": "2" + }, { + "fullName": "银行转账", + "id": "3" + }, { + "fullName": "承兑汇票", + "id": "4" + }, { + "fullName": "支付宝", + "id": "5" + }, { + "fullName": "微信", + "id": "6" + }], + paymentMethodProps: { + "label": "fullName", + "value": "id" + }, + + collaborationMethodOptions: [{ + "fullName": "买断", + "id": "1" + }, { + "fullName": "联营", + "id": "2" + }], + collaborationMethodProps: { + "label": "fullName", + "value": "id" + }, + procurementModelOptions: [{ + "fullName": "以销定采", + "id": "1" + }, { + "fullName": "以采定销", + "id": "2" + }], + procurementModelProps: { + "label": "fullName", + "value": "id" + }, + + pricingModelOptions: [{ + "fullName": "锁价模式", + "id": "1" + }, { + "fullName": "后结算模式", + "id": "2" + }], + pricingModelProps: { + "label": "fullName", + "value": "id" + }, + + deliveryModelOptions: [{ + "fullName": "快递交货", + "id": "1" + }, { + "fullName": "送货上门", + "id": "2" + }, { + "fullName": "上门提货", + "id": "3" + }], + deliveryModelProps: { + "label": "fullName", + "value": "id" + }, + + modeTransportOptions: [{ + "fullName": "公路", + "id": "1" + }, { + "fullName": "铁路", + "id": "2" + }, { + "fullName": "轮船", + "id": "3" + }, { + "fullName": "空运", + "id": "4" + }, { + "fullName": "无", + "id": "5" + }], + modeTransportProps: { + "label": "fullName", + "value": "id" + }, + + costBearingMianOptions: [{ + "fullName": "甲方", + "id": "1" + }, { + "fullName": "乙方", + "id": "2" + }], + costBearingMianProps: { + "label": "fullName", + "value": "id" + }, + + + + + settlementMethodOptions: [{ + "fullName": "先货后款", + "id": "1" + }, { + "fullName": "先款后货", + "id": "2" + }], + settlementMethodProps: { + "label": "fullName", + "value": "id" + }, + cwsettlementcosttypeProps: { "label": "fullName", "value": "id", "multiple": false, "children": "" }, - cwsettlementcostwayTypeOptions: [{ + settlementcostwayTypeOptions: [{ "fullName": "单独收款", "id": "1" }, { @@ -1161,7 +1324,7 @@ "fullName": "账扣", "id": "4" }], - cwsettlementcostwayTypeProps: { + settlementcostwayTypeProps: { "label": "fullName", "value": "id", "multiple": false,