From 275a902ed1ebd3c20a1551341141b0da13968f2a Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Fri, 19 Sep 2025 14:50:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E4=B8=BB=E4=BD=93=EF=BC=8C=E8=B0=83=E6=95=B4=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisCustomerInvoiceInfo/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/emis/emisCustomerInvoiceInfo/index.vue b/src/views/emis/emisCustomerInvoiceInfo/index.vue index 349591c0..396b7914 100644 --- a/src/views/emis/emisCustomerInvoiceInfo/index.vue +++ b/src/views/emis/emisCustomerInvoiceInfo/index.vue @@ -160,14 +160,14 @@ - - - - + - + + + + From 577bd735576c0f981ee17e0cc2534b9b689668ea Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Fri, 19 Sep 2025 17:04:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E4=B8=BB=E4=BD=93=E6=96=B0=E5=A2=9E=E4=BF=AE=E6=94=B9=E5=8A=A0?= =?UTF-8?q?=E5=90=AF=E7=94=A8=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emisCustomerInvoiceInfoForm.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisCustomerInvoiceInfo/emisCustomerInvoiceInfoForm.vue b/src/views/emis/emisCustomerInvoiceInfo/emisCustomerInvoiceInfoForm.vue index 5c2c6b3d..8515402e 100644 --- a/src/views/emis/emisCustomerInvoiceInfo/emisCustomerInvoiceInfoForm.vue +++ b/src/views/emis/emisCustomerInvoiceInfo/emisCustomerInvoiceInfoForm.vue @@ -17,7 +17,14 @@ - + + + + 启用 + 停用 + + + @@ -194,7 +201,8 @@ export default { updateBy: null, updateTime: null, createSite: null, - updateSite: null + updateSite: null, + enableStatus: '1', }; this.resetForm("form"); },