diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue index 6a9edc3e02..7bd2d9575c 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue @@ -52,7 +52,7 @@
订金付款备注:
- +
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue index d5463716fb..a0ce760a92 100644 --- a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue +++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue @@ -51,7 +51,7 @@
订金付款备注:
- +
@@ -267,15 +267,15 @@ export default { this.formobj.busVehicleApplyDetailList.push({ quantity: '', applySid: '', - configSid: e.configurationItemsSid, + configSid: e.configSid, configName: e.configName, // useDeposit: '', - contractPrice: '', applyForDeposit: '', + contractPrice: '', remarks: '', - saleGuPrice: '', + saleGuPrice: e.guidedPrice, insideCode: e.insideCode, // 内部编码 - vehicleName: e.modelName, + vehicleName: e.vehicleAlias, vehicleSid: e.modelSid, guidePrice: '' })