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] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=BC=80=E7=A5=A8=E4=B8=BB?=
=?UTF-8?q?=E4=BD=93=E6=96=B0=E5=A2=9E=E4=BF=AE=E6=94=B9=E5=8A=A0=E5=90=AF?=
=?UTF-8?q?=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");
},