From e809bba7ada3a99a63f97ecb4b6307aab037f4e4 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Fri, 12 Sep 2025 13:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=82=B9=E8=B4=B9=E7=94=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E4=BC=81=E4=B8=9A=E7=A8=8E=E5=8F=B7=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emis/emisWaybillAjustApply/adjustPanel.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue index ea6bf8b0..eb8a0e6f 100644 --- a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue +++ b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue @@ -1523,6 +1523,19 @@ export default { oldValue: { handler (newValue, oldValue) { this.billDetail = this.oldValue; + if (['2', '4', '5'].includes(this.billDetail.paymentType)) { //月结 + this.selectedMonthUserEnterpriseName = this.billDetail.sender.enterpriseName; + this.selectedMonthUserEnterpriseTaxId = this.billDetail.sender.enterpriseTaxId; + this.selectedSenderEnterpriseName = ''; + this.selectedSenderEnterpriseTaxId = ''; + } else { + this.selectedMonthUserEnterpriseName = ''; + this.selectedMonthUserEnterpriseTaxId = ''; + this.selectedSenderEnterpriseName = this.billDetail.sender.enterpriseName; + this.selectedSenderEnterpriseTaxId = this.billDetail.sender.enterpriseTaxId; + } + this.senderCountryCode = this.billDetail.sender.country; + this.recieverCountryCode = this.billDetail.reciever.country; }, deep: true }, @@ -1541,7 +1554,7 @@ export default { this.form.blSpecialQuote='0'; } }, - deep: true + deep: true }, applyType: { handler (newVa, oldValue) { @@ -1667,8 +1680,6 @@ export default { console.log("====>this.oldValue==>",this.oldValue); console.log("====>this.form==>",this.form); this.billDetail=this.oldValue; - this.senderCountryCode = this.form.sender.country; - this.recieverCountryCode = this.form.reciever.country; }, getJsonData(){ if(this.form.packType&&this.form.packType.length>0){