From 0488e44a0d77d55fe33a42427dd8daa5ec7d44e5 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Mon, 25 Aug 2025 16:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=84=E4=BB=B6=E8=BF=90=E5=8D=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=8A=A0=E4=BC=81=E4=B8=9A=E7=A8=8E=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emis/emisWaybill/sendWaybillList.vue | 24 ++++++++++++++++-- .../emis/emisWaybill/sendWaybillListNew.vue | 25 +++++++++++++++++-- 2 files changed, 45 insertions(+), 4 deletions(-) diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index e46716b9..33ae18c5 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -107,6 +107,23 @@ + + + + + + + 不发送 - + + @@ -723,6 +741,8 @@ export default { sendAddress: null, sendPostcode: null, sendPcd: null, + enterpriseName: null, + enterpriseTaxId: null, paymentType: null, blVirtual: null, calcFeeType: null, diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index c07fb849..317823e8 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -110,6 +110,23 @@ + + + + + + + 不发送 - + + @@ -741,6 +760,8 @@ export default { sendAddress: null, sendPostcode: null, sendPcd: null, + enterpriseName: null, + enterpriseTaxId: null, paymentType: null, blVirtual:null, calcFeeType: null,