feat: 新增业务单据加上单据类型过滤物资录入

dev_ksck2.0
chenhc 12 months ago
parent e2bf6de0b1
commit e892b1794e

@ -204,6 +204,7 @@ export default {
listQuery: {
udiCode: null,
cpmctymc: null,
action: null,
ggxh: null,
ylqxzcrbarmc: null,
thrPiId: null,
@ -255,6 +256,9 @@ export default {
// if (this.data.fromCorp != null) {
// this.listQuery.unitFk = this.data.fromCorp;
// }
if (this.data.action != null) {
this.listQuery.action = this.data.action;
}
filterCompanyProductRelevance(this.listQuery)
.then((response) => {
this.loading = false;

Loading…
Cancel
Save