From c87a6f7310ca992d7f058a8f286b095c9a632c90 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 21 九月 2023 16:51:58 +0800
Subject: [PATCH] 位置+产品类型的接口联调+业务类型的字段添加

---
 src/views/warehouseManage/warehouse/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/warehouseManage/warehouse/index.vue b/src/views/warehouseManage/warehouse/index.vue
index 832163d..41e432b 100644
--- a/src/views/warehouseManage/warehouse/index.vue
+++ b/src/views/warehouseManage/warehouse/index.vue
@@ -82,7 +82,7 @@
         },
         {
           label: "搴撳瓨浣嶇疆",
-          prop: "deviceName",
+          prop: "warehouseLocation",
           isShowColumn: true,
           default: true
         },
@@ -125,21 +125,21 @@
     },
     // 琛岀偣鍑�
     tableRowClick(row) {
-      this.editConfig.visible = true
       this.editConfig.title = "缂栬緫"
       this.editConfig.infomation = { ...row }
+      this.editConfig.visible = true
     },
     // 鏂板缓
     addBtnClick() {
-      this.editConfig.visible = true
       this.editConfig.infomation={
         address:'',
-        buyToResupply:'',
+        buyToResupply:null,
         code:'',
         name:'',
         inboundTransportation:1,
         outboundTransportation:1,
       }
+      this.editConfig.visible = true
       this.editConfig.title = "鏂板缓"
     }
   }

--
Gitblit v1.8.0