fix: 修复原始单据

yanshishuju
chenhc 10 months ago
parent eab8ae3753
commit 9f0202f6bf

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

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

Loading…
Cancel
Save