From ee1489485d7d4c0de461b564db121028ae1f640e Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 15 Jul 2025 10:48:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E5=8F=96=E9=87=8D?= =?UTF-8?q?=EF=BC=8C=E4=BA=A7=E5=93=81=E7=B1=BB=E5=9E=8B=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emis/emisSpecialCalcWeight/index.vue | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/views/emis/emisSpecialCalcWeight/index.vue b/src/views/emis/emisSpecialCalcWeight/index.vue index 91f90f28..8f201810 100644 --- a/src/views/emis/emisSpecialCalcWeight/index.vue +++ b/src/views/emis/emisSpecialCalcWeight/index.vue @@ -241,16 +241,15 @@ export default { getList() { this.loading = true; this.queryParams.params = {}; - - if(this.queryParams.prodCodeSelArr){ - if(this.queryParams.prodCodeSelArr.length==2){ - this.queryParams.prodCode=this.queryParams.prodCodeSelArr[1]; - }else{ - this.queryParams.prodCode=null; - } - }else{ - this.queryParams.prodCode=null; - } + // if(this.queryParams.prodCodeSelArr){ + // if(this.queryParams.prodCodeSelArr.length==2){ + // this.queryParams.prodCode=this.queryParams.prodCodeSelArr[1]; + // }else{ + // this.queryParams.prodCode=null; + // } + // }else{ + // this.queryParams.prodCode=null; + // } listEmisSpecialCalcWeight(this.queryParams).then(response => { this.emisSpecialCalcWeightList = response.rows; From 5f7cedd347ff61b2dbb367ee24c7330b98f5d97b Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 15 Jul 2025 13:17:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=BF=90=E5=8D=95=E5=BD=95=E5=85=A5?= =?UTF-8?q?=E3=80=81=E8=BF=90=E5=8D=95=E4=BF=AE=E6=94=B9=E3=80=81=E7=BD=91?= =?UTF-8?q?=E7=82=B9=E7=94=B3=E8=AF=B7=E8=AE=A1=E7=AE=97=E8=BF=90=E8=B4=B9?= =?UTF-8?q?=E4=BC=A0=E5=8F=82startSiteCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/waybillModify.vue | 3 ++- src/views/emis/emisWaybill/waybillRecord.vue | 3 ++- src/views/emis/emisWaybillAjustApply/adjustPanel.vue | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/emis/emisWaybill/waybillModify.vue b/src/views/emis/emisWaybill/waybillModify.vue index 149d3faf..02a451bc 100644 --- a/src/views/emis/emisWaybill/waybillModify.vue +++ b/src/views/emis/emisWaybill/waybillModify.vue @@ -2222,7 +2222,8 @@ methods: { sendSiteCode: this.form.sendSiteCode, dispatchUnderlingSiteCode: this.form.dispatchUnderlingSiteCode, customsClear:this.form.customsClear, - customsEclaration:this.form.customsEclaration + customsEclaration:this.form.customsEclaration, + startSiteCode:this.form.startSiteCode, } diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index f6788c41..d167b086 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -2213,7 +2213,8 @@ methods: { sendSiteCode: this.form.sendSiteCode, dispatchUnderlingSiteCode: this.form.dispatchUnderlingSiteCode, customsClear:this.form.customsClear, - customsEclaration:this.form.customsEclaration + customsEclaration:this.form.customsEclaration, + startSiteCode:this.form.startSiteCode, } diff --git a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue index 927119c0..0d86d282 100644 --- a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue +++ b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue @@ -2068,7 +2068,8 @@ export default { sendSiteCode: this.form.sendSiteCode, dispatchUnderlingSiteCode: this.form.dispatchUnderlingSiteCode, customsClear:this.form.customsClear, - customsEclaration:this.form.customsEclaration + customsEclaration:this.form.customsEclaration, + startSiteCode:this.form.startSiteCode, }