fix: 修复原始单据

yanshishuju
chenhc 10 months ago
parent eab8ae3753
commit 9f0202f6bf

@ -465,8 +465,8 @@ export default {
showSearch: false,
filterQuery: {
tagStatus: this.tagStatus, //
tagStatusList: this.tagStatusList, //
// tagStatus: this.tagStatus, //
tagStatusList: [0,1,2], //
billNo: null,
busType: null,
workPlaceCode: null,
@ -477,6 +477,7 @@ export default {
},
errQuery: {
tagStatusList: [4], //
page: 1,
limit: 10,
},
@ -894,8 +895,8 @@ export default {
});
this.filterQuery.tagStatus = String(this.tagStatus)
this.filterQuery.tagStatusList = this.tagStatusList
// this.filterQuery.tagStatus = String(this.tagStatus)
// this.filterQuery.tagStatusList = this.tagStatusList
this.findWorkPlace(this, '')
}

@ -2,8 +2,6 @@
<div>
<CollectOrderNew
:tagStatusList=[0,1,2,4]
:tagStatus="4"
></CollectOrderNew>
<!-- <el-tabs type="border-card" style="margin: 15px">-->

Loading…
Cancel
Save