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