新增 审核 查询采购订单 切换部门重置后 部门仓库未联动

prod
wangwei 2 years ago
parent 8751e743d2
commit e0d3d5f199

@ -262,6 +262,7 @@ export default {
deptCode: this.invCodebe, deptCode: this.invCodebe,
}; };
this.actDateRange = []; this.actDateRange = [];
this.getInvList();
this.getList(); this.getList();
}, },
handleClose() { handleClose() {

@ -257,6 +257,7 @@ export default {
deptCode: this.invCodebe, deptCode: this.invCodebe,
}; };
this.actDateRange = []; this.actDateRange = [];
this.getInvList();
this.getList(); this.getList();
}, },

@ -316,6 +316,7 @@ export default {
}; };
this.actAuditDateRange = []; this.actAuditDateRange = [];
this.actDateRange = []; this.actDateRange = [];
this.getInvList();
this.getList(); this.getList();
}, },

Loading…
Cancel
Save