From 8fa44d2f7dc7dec51d535cdc76a0b99dba56e003 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Mon, 5 Jan 2026 14:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=84=E4=BB=B6=E8=BF=90=E5=8D=95=E7=8E=B0?= =?UTF-8?q?=E9=87=91=E5=AE=A2=E6=88=B7=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/sendWaybillList.vue | 9 ++++++--- src/views/emis/emisWaybill/sendWaybillListNew.vue | 10 ++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index 34b1876f..4ed56b05 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -45,7 +45,7 @@ - + @@ -249,7 +249,7 @@ - + @@ -1053,7 +1053,7 @@ export default { } }else{ - if(this.$store.getters.ownerSiteCode!='88888'&&(this.queryParams.salesmen==null||this.queryParams.salesmen=='')&&(this.queryParams.custNo==null||this.queryParams.salesmen=='') ){ + if(this.$store.getters.ownerSiteCode!='88888'&&(this.queryParams.salesmen==null||this.queryParams.salesmen=='')&&(this.queryParams.custNo==null||this.queryParams.salesmen=='') &&(this.queryParams.params.moneyUserId==null||this.queryParams.params.moneyUserId=='')){ this.queryParams.sendSiteCode=this.$store.getters.ownerSiteCode; } @@ -1297,6 +1297,9 @@ export default { ...qExportParam }, `出口清单.xlsx`) }, + onMoneyUserChange(){ + this.queryParams.sendSiteCode=null; + } } }; diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index da5ce98f..8e569b22 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -46,7 +46,7 @@ - + @@ -254,7 +254,7 @@ - + @@ -999,7 +999,7 @@ export default { } }else{ - if(this.$store.getters.ownerSiteCode!='88888'&&(this.queryParams.salesmen==null||this.queryParams.salesmen=='')&&(this.queryParams.custNo==null||this.queryParams.custNo=='') ){ + if(this.$store.getters.ownerSiteCode!='88888'&&(this.queryParams.salesmen==null||this.queryParams.salesmen=='')&&(this.queryParams.custNo==null||this.queryParams.custNo=='') &&(this.queryParams.params.moneyUserId==null||this.queryParams.params.moneyUserId=='')){ this.queryParams.sendSiteCode=this.$store.getters.ownerSiteCode; } @@ -1239,7 +1239,9 @@ export default { getIndex($index) { return (this.queryParams.pageNum - 1) * this.queryParams.pageSize + $index + 1 }, - + onMoneyUserChange(){ + this.queryParams.sendSiteCode=null; + } } };