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;
+ }
}
};