From 568873c67372a866c90a304b8043b157de814b44 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 10 Jul 2023 11:46:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E5=8D=95=20di=E7=BB=91=E5=AE=9A=E5=A4=9A=E4=B8=AA=E4=BA=A7?= =?UTF-8?q?=E5=93=81=20=E4=BA=A7=E5=93=81=E9=87=8D=E5=A4=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20=E5=92=8C=E8=B5=84=E8=B4=A8=E9=A2=84=E8=AD=A6?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E6=95=B0=E6=8D=AE=E4=B8=8D=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCreateOrder.vue | 3 ++- src/views/inout/DialogSelectRl.vue | 1 + src/views/remind/invRemindMsg.vue | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) 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;