diff --git a/src/views/inout/DialogSelectProduct.vue b/src/views/inout/DialogSelectProduct.vue index 09adb49..03b5d4f 100644 --- a/src/views/inout/DialogSelectProduct.vue +++ b/src/views/inout/DialogSelectProduct.vue @@ -203,6 +203,7 @@ export default { listQuery: { udiCode: null, cpmctymc: null, + action: null, ggxh: null, ylqxzcrbarmc: null, thrPiId: null, @@ -254,6 +255,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;