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

dev2.0.1
chenhc 12 months ago
parent c1de967687
commit 02c7d6cac5

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

Loading…
Cancel
Save