解决其它入库和其它出库单据的重置bug
This commit is contained in:
parent
6318fe78a4
commit
4b6db197fa
@ -267,7 +267,10 @@
|
||||
}
|
||||
},
|
||||
searchReset() {
|
||||
this.queryParam = {}
|
||||
this.queryParam = {
|
||||
type: this.queryParam.type,
|
||||
subType: this.queryParam.subType
|
||||
}
|
||||
this.loadData(1)
|
||||
if(this.inOutManageFlag) {
|
||||
this.initWaitBillCount('入库', '采购,销售退货', '1,3')
|
||||
|
||||
@ -267,7 +267,10 @@
|
||||
}
|
||||
},
|
||||
searchReset() {
|
||||
this.queryParam = {}
|
||||
this.queryParam = {
|
||||
type: this.queryParam.type,
|
||||
subType: this.queryParam.subType
|
||||
}
|
||||
this.loadData(1)
|
||||
if(this.inOutManageFlag) {
|
||||
this.initWaitBillCount('出库', '销售,采购退货', '1,3')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user