From d8b46147bd7ea33ccf72029dec6b0e46926749af Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 19 Dec 2022 17:17:43 +0800 Subject: [PATCH] 2022-12-19 --- src/views/customer/component/addCustomer.vue | 9 +- src/views/customer/customer.vue | 665 ++++++++++--------- 2 files changed, 341 insertions(+), 333 deletions(-) diff --git a/src/views/customer/component/addCustomer.vue b/src/views/customer/component/addCustomer.vue index b8711e9..f07747d 100644 --- a/src/views/customer/component/addCustomer.vue +++ b/src/views/customer/component/addCustomer.vue @@ -209,10 +209,11 @@
+ style="width: 300px" + @change="e => flag === 1 ? form.product_type_id = e : form1.product_type_id = e">
@@ -416,6 +417,7 @@ export default { form: { name: '', + product_type_id:'', phone: '', idcard: '', contact_name: '', @@ -568,6 +570,7 @@ export default { init(){ this.form = { name: '', + product_type_id:'', phone: '', idcard: '', contact_name: '', diff --git a/src/views/customer/customer.vue b/src/views/customer/customer.vue index 12c08b9..2e66e96 100644 --- a/src/views/customer/customer.vue +++ b/src/views/customer/customer.vue @@ -1,331 +1,336 @@ - - - - -