From c7005c89c1c8362b6532fad63e1e935bf439360a Mon Sep 17 00:00:00 2001 From: anthonywj Date: Tue, 6 Jun 2023 11:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E7=9B=B8=E5=85=B3bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCreateOrder.vue | 40 +++++++++++++++++++-- src/views/inout/DialogCreateOrderSelect.vue | 29 ++++++++------- src/views/inout/DialogSelectRl.vue | 4 +-- 3 files changed, 55 insertions(+), 18 deletions(-) diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index afd91e04..2a55d89d 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -468,6 +468,26 @@ > + + + + + + + - + {{ item.name }} - {{item.code}} + {{ item.code }} @@ -729,14 +733,13 @@ export default { this.getResultDetailList(); }, findFromInvList(val) { - let cQuery = { - }; + let cQuery = {}; selectCorpList(cQuery) - .then((response) => { - this.fromInvOptions = response.data || []; - }) - .catch(() => { - }); + .then((response) => { + this.fromInvOptions = response.data || []; + }) + .catch(() => { + }); }, getResultDetailList() { if (isBlank(this.currentRow.billNo)) { diff --git a/src/views/inout/DialogSelectRl.vue b/src/views/inout/DialogSelectRl.vue index 36a97b55..ed68ed0c 100644 --- a/src/views/inout/DialogSelectRl.vue +++ b/src/views/inout/DialogSelectRl.vue @@ -573,6 +573,7 @@ export default { path: "", }); this.filterQuery = { + udiCode: null, nameCode: null, unitFk: null, page: 1, @@ -582,6 +583,7 @@ export default { }, getList() { this.loading = true; + this.filterQuery.udiCode = this.curRow.code; this.filterQuery.nameCode = this.curRow.nameCode; this.filterQuery.bindRlIds = this.curRow.bindRlIds; this.filterQuery.unitFk = this.fromCorp; @@ -710,10 +712,8 @@ export default { } , bindId(val) { - if (this.curRow.code != null || this.type == 1) { this.$emit("selectBindRl", val); - // this.$emit("closeBindDialog", true); } else { let query = { id: this.curRow.id,