diff --git a/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue b/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue index 1480de9e0b..4aa578eee1 100644 --- a/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue +++ b/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue @@ -743,6 +743,7 @@ export default { mobile: '', customerOrg: '', customerSource: '', + customerVehicleSid: '', memberCardSid: '', memberCarNumber: '', vehMark: '', @@ -1062,6 +1063,7 @@ export default { this.formobj.vinNo = value.vinNo this.formobj.vehModel = value.vehModel this.formobj.customerSource = value.source + this.formobj.customerVehicleSid = value.customerVehicleSid // 单据类型为欠款月结时,对接人信息需要从欠款月结客户中获取对应的对接人信息 if (this.formobj.billTypeKey === '2') { req.getListByCustomerSid({ customerSid: this.formobj.customerSid }).then((res) => { @@ -1767,6 +1769,7 @@ export default { mobile: '', customerOrg: '', customerSource: '', + customerVehicleSid: '', memberCardSid: '', memberCarNumber: '', vehMark: '', diff --git a/yxt-as-ui/src/views/operation/repairbill/repairbillInfo.vue b/yxt-as-ui/src/views/operation/repairbill/repairbillInfo.vue index 79fa00a186..0a14bcfed7 100644 --- a/yxt-as-ui/src/views/operation/repairbill/repairbillInfo.vue +++ b/yxt-as-ui/src/views/operation/repairbill/repairbillInfo.vue @@ -378,6 +378,7 @@ export default { mobile: '', customerOrg: '', customerSource: '', + customerVehicleSid: '', memberCardSid: '', memberCarNumber: '', vehMark: '', @@ -527,6 +528,7 @@ export default { mobile: '', customerOrg: '', customerSource: '', + customerVehicleSid: '', memberCardSid: '', memberCarNumber: '', vehMark: '',