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;