From d247ebb68e3a68429128aa321a960bea56ecb3f1 Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Fri, 20 May 2022 12:08:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E9=AA=8C=E6=94=B6=E5=85=A5=E5=BA=93?= =?UTF-8?q?=EF=BC=8C=E7=AC=AC=E4=B8=89=E6=96=B9=E4=BB=93=E5=BA=93=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogSelectErpOrder.vue | 707 ++++++++++++----------- src/views/inout/IOCheckWaitOrder.vue | 3 + src/views/thrsys/ThrInvWarehouse.vue | 14 +- 3 files changed, 368 insertions(+), 356 deletions(-) diff --git a/src/views/inout/DialogSelectErpOrder.vue b/src/views/inout/DialogSelectErpOrder.vue index 24f1af4..ae2d461 100644 --- a/src/views/inout/DialogSelectErpOrder.vue +++ b/src/views/inout/DialogSelectErpOrder.vue @@ -1,153 +1,153 @@ diff --git a/src/views/inout/IOCheckWaitOrder.vue b/src/views/inout/IOCheckWaitOrder.vue index 3d9e1e0..d29ce4b 100644 --- a/src/views/inout/IOCheckWaitOrder.vue +++ b/src/views/inout/IOCheckWaitOrder.vue @@ -284,6 +284,7 @@ v-on:closeManuDialog="closeManuDialog" :orderId="orderId" :orderAction="billAction" + :curLocInv="curLocInv" > @@ -370,6 +371,7 @@ export default { unitlist: [], list: [], billAction: null, + curLocInv:null, detailList: [], unitUpdateQuery: { id: "", @@ -778,6 +780,7 @@ export default { importOrder(row) { this.orderId = row.id; this.billAction = row.action; + this.curLocInv = row.locStorageCode; this.addDialogVisible = true; }, getBusType() { diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index 475c55f..d9c47ad 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -18,7 +18,8 @@ - + - - + + { if (item.thirdName == this.query.thirdSysFk) { this.query.thirdSysFk = item.thirdId; } }) }, - getQueryThirdSysFkName(){ + getQueryThirdSysFkName() { this.thirdSys.forEach((item) => { if (item.thirdId == this.query.thirdSysFk) { this.query.thirdSysFk = item.thirdName;