diff --git a/src/views/emis/EmisBaseTools/PayeePicker.vue b/src/views/emis/EmisBaseTools/PayeePicker.vue index d2142f0d..6f46c296 100644 --- a/src/views/emis/EmisBaseTools/PayeePicker.vue +++ b/src/views/emis/EmisBaseTools/PayeePicker.vue @@ -43,6 +43,10 @@ return { optionItems: [], svalue: this.value, + queryParams:{ + pageNum: 1, + pageSize: 10, + } }; }, watch: { @@ -75,9 +79,7 @@ } }, queryData(val) { - let queryParams = { - searchValue:val - }; + this.queryParams.searchValue=val; getPayeeList(queryParams).then(response => { this.optionItems =response.rows; }); diff --git a/src/views/emis/EmisBaseTools/SalemanPicker.vue b/src/views/emis/EmisBaseTools/SalemanPicker.vue index dc93dff4..659330e9 100644 --- a/src/views/emis/EmisBaseTools/SalemanPicker.vue +++ b/src/views/emis/EmisBaseTools/SalemanPicker.vue @@ -43,6 +43,10 @@ return { optionItems: [], svalue: this.value, + queryParams:{ + pageNum: 1, + pageSize: 10, + } }; }, watch: { @@ -75,10 +79,9 @@ } }, queryData(val) { - let queryParams = { - searchValue:val - }; - getSalemanList(queryParams).then(response => { + + this.queryParams.searchValue=val; + getSalemanList(this.queryParams).then(response => { this.optionItems =response.rows; }); }, diff --git a/src/views/emis/customerService/waybillTracking.vue b/src/views/emis/customerService/waybillTracking.vue index 2710bcee..1869b268 100644 --- a/src/views/emis/customerService/waybillTracking.vue +++ b/src/views/emis/customerService/waybillTracking.vue @@ -23,7 +23,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -318,7 +318,7 @@ export default { delFlag: null, remark: null, params:{ - signStatus:null, + blSign:null, expireNotSign:null, problemQueryType:null, } diff --git a/src/views/emis/emisTmsSiteBatch/waitGenBatchWaybillList.vue b/src/views/emis/emisTmsSiteBatch/waitGenBatchWaybillList.vue index 874c692c..f87519f1 100644 --- a/src/views/emis/emisTmsSiteBatch/waitGenBatchWaybillList.vue +++ b/src/views/emis/emisTmsSiteBatch/waitGenBatchWaybillList.vue @@ -176,10 +176,10 @@ - - + + - + @@ -326,7 +326,7 @@ @queryTable="getList" @selection-change="handleSelectionChange" @sort-change="handleSortChange" - + >
@@ -830,7 +830,7 @@ export default { delFlag: null, remark: null, params:{ - signStatus:null, + blSign:null, expireNotSign:null, problemQueryType:null, } @@ -868,10 +868,10 @@ export default { tableRowClassName({row, rowIndex}) { if (row.blIsQuestion=='1') { return 'warning-row'; - } + } else if (row.waybillStatus=='50') { return 'success-row'; - } + } return ''; }, diff --git a/src/views/emis/emisWaybill/feeItemForm.vue b/src/views/emis/emisWaybill/feeItemForm.vue index 158f379d..a22ea1a6 100644 --- a/src/views/emis/emisWaybill/feeItemForm.vue +++ b/src/views/emis/emisWaybill/feeItemForm.vue @@ -11,7 +11,7 @@ diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index 01c5c832..9bfe7688 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -160,8 +160,8 @@ - - + + @@ -814,7 +814,7 @@ export default { delFlag: null, remark: null, params:{ - signStatus:null, + blSign:null, expireNotSign:null, problemQueryType:null, } @@ -822,7 +822,9 @@ export default { }; }, created() { - this.queryParams.sendSiteCode=this.$store.getters.ownerSiteCode; + if(this.$store.getters.ownerSiteCode!='88888'){ + this.queryParams.sendSiteCode=this.$store.getters.ownerSiteCode; + } this.queryOrderType="1"; this.queryOrderDateType="1"; // this.queryExpireNotSign="1"