From 35cc8ee9a656ce5880e3cb9b7460abbc45a82fdc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=96=9B=E5=AE=87?= <2433098676@qq.com>
Date: Tue, 18 Jul 2023 09:23:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=87=E4=BB=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/views/sync/SysUdimsConfig.vue      | 11 +++++++++++
 src/views/system/dept/invWarehouse.vue |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/views/sync/SysUdimsConfig.vue b/src/views/sync/SysUdimsConfig.vue
index 4d5baf31..00064657 100644
--- a/src/views/sync/SysUdimsConfig.vue
+++ b/src/views/sync/SysUdimsConfig.vue
@@ -824,6 +824,8 @@ export default {
       changeBusTypeTotal: 0,
       changeBusTypes: [],
       changeBusTypeSelection: [],
+      InBusTypesdirect: null,
+      BusTypesdirect: null
     };
   },
   methods: {
@@ -935,6 +937,10 @@ export default {
         if (isPut) this.checkedToInBusTypes.push(obj);
       });
       this.addBusToInDialogVisible = false;
+      this.checkedToInBusTypes.forEach((obj) => {
+        console.log("spms->udi:"+obj.direct)
+        //this.InBusTypesdirect = null
+      })
     },
 
     addBusType() {
@@ -954,6 +960,11 @@ export default {
         if (isPut) this.checkedBusTypes.push(obj);
       });
       this.addBusDialogVisible = false;
+      this.checkedBusTypes.forEach((obj) => {
+        console.log("udi->spms:"+obj.direct)
+        //this.BusTypesdirect = null
+      })
+
     },
     remveBus(index, row) {
       this.checkedBusTypes.splice(index, 1);
diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue
index c9e4a646..6f064617 100644
--- a/src/views/system/dept/invWarehouse.vue
+++ b/src/views/system/dept/invWarehouse.vue
@@ -563,7 +563,7 @@ export default {
         this.subData.advanceType = this.subData.advanceType.toString();
         if (this.subData.parentCode != null && this.subData.parentCode != "") {
           this.isAdvanceTypeShow = true;
-          this.isShow = true;
+          this.isShow = false;
         } else {
           this.isAdvanceTypeShow = false;
           this.isShow = true