diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index ce65f167..4398824f 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -1097,7 +1097,8 @@ export default { if(tQuery.selectSupId!=null){ this.codeFormData.selectSupId=tQuery.selectSupId } - + //DI绑定多个产品,请指定对应产品 时候传递关键字做过滤 + this.codeFormData.key ="key"; this.selectRlVisible = true; } else if (response.code == 503) { //该产品绑定多个供应商处理 diff --git a/src/views/inout/DialogSelectRl.vue b/src/views/inout/DialogSelectRl.vue index e4dcf3ce..2236d2bb 100644 --- a/src/views/inout/DialogSelectRl.vue +++ b/src/views/inout/DialogSelectRl.vue @@ -587,6 +587,7 @@ export default { this.filterQuery.nameCode = this.curRow.nameCode; this.filterQuery.bindRlIds = this.curRow.bindRlIds; this.filterQuery.unitFk = this.fromCorp; + this.filterQuery.key = this.curRow.key; getMutiUdiInfos(this.filterQuery) .then((response) => { this.loading = false; diff --git a/src/views/remind/invRemindMsg.vue b/src/views/remind/invRemindMsg.vue index 5062d49c..1c73b216 100644 --- a/src/views/remind/invRemindMsg.vue +++ b/src/views/remind/invRemindMsg.vue @@ -362,6 +362,8 @@ export default { listInv:this.invCodeList, }; this.getList(); + this.spaceList = []; + this.ggxhList = []; }, search() { this.filterQuery.page = 1;