优化商品库存流水记录,分仓库查询
This commit is contained in:
@@ -230,8 +230,12 @@
|
||||
})
|
||||
},
|
||||
showMaterialInOutList(record) {
|
||||
this.$refs.materialInOutList.show(record);
|
||||
this.$refs.materialInOutList.title = "查看商品库存流水(全部仓库)";
|
||||
let depotIds = ''
|
||||
if(this.depotSelected && this.depotSelected.length>0) {
|
||||
depotIds = this.depotSelected.join()
|
||||
}
|
||||
this.$refs.materialInOutList.show(record, depotIds);
|
||||
this.$refs.materialInOutList.title = "查看商品库存流水";
|
||||
this.$refs.materialInOutList.disableSubmit = false;
|
||||
},
|
||||
exportExcel() {
|
||||
|
||||
Reference in New Issue
Block a user