From 35d1f45e0690cd7f47cde6e741834f7da34d1047 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 28 Oct 2024 15:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A2=84=E7=BA=A6=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/operation/preregistration/preregistrationAdd.vue | 3 +++ .../views/operation/preregistration/preregistrationInfo.vue | 2 ++ 2 files changed, 5 insertions(+) diff --git a/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue b/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue index 379f583f93..df26458ee6 100644 --- a/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue +++ b/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue @@ -191,6 +191,7 @@ export default { waitorSid: '', waitorName: '', reserveEquip: '', + customerVehicleSid: '', customerSid: '', customerName: '', mobile: '', @@ -307,6 +308,7 @@ export default { value = JSON.parse(JSON.stringify(value)) this.formobj.customerName = value.customerName this.formobj.customerSid = value.sid + this.formobj.customerVehicleSid = value.customerVehicleSid this.formobj.mobile = value.mobile this.formobj.vehMark = value.vehMark this.formobj.vinNo = value.vinNo @@ -503,6 +505,7 @@ export default { waitorSid: '', waitorName: '', reserveEquip: '', + customerVehicleSid: '', customerSid: '', customerName: '', mobile: '', diff --git a/yxt-as-ui/src/views/operation/preregistration/preregistrationInfo.vue b/yxt-as-ui/src/views/operation/preregistration/preregistrationInfo.vue index a34003f9c5..8b9035d2b9 100644 --- a/yxt-as-ui/src/views/operation/preregistration/preregistrationInfo.vue +++ b/yxt-as-ui/src/views/operation/preregistration/preregistrationInfo.vue @@ -104,6 +104,7 @@ export default { waitorSid: '', waitorName: '', reserveEquip: '', + customerVehicleSid: '', customerSid: '', customerName: '', mobile: '', @@ -152,6 +153,7 @@ export default { waitorSid: '', waitorName: '', reserveEquip: '', + customerVehicleSid: '', customerSid: '', customerName: '', mobile: '',