From c1b448e302ae76d129eb136b698308754bf783c5 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 06 六月 2025 17:01:13 +0800
Subject: [PATCH] 优化AGV站点分配逻辑

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/warehouse.vue |   39 ++++++++++++++++-----------------------
 1 files changed, 16 insertions(+), 23 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/warehouse.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/warehouse.vue"
index 9b9cb36..42afca2 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/warehouse.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/warehouse.vue"
@@ -48,20 +48,6 @@
           type: "string",
         },
         {
-          title: "浠撳簱绫诲瀷",
-          required: true,
-          field: "warehouseType",
-          type: "string",
-        },
-        {
-          title: "浠撳簱鐘舵��",
-          required: true,
-          field: "warehouseStatus",
-          type: "string",
-        },
-      ],
-      [
-        {
           title: "浠撳簱鎻忚堪",
           field: "warehouseDes",
           type: "textarea",
@@ -78,8 +64,14 @@
       [
         { title: "浠撳簱缂栧彿", field: "warehouseCode", type: "like" },
         { title: "浠撳簱鍚嶇О", field: "warehouseName", type: "like" },
-        { title: "浠撳簱绫诲瀷", field: "warehouseType", type: "like" },
-        { title: "浠撳簱鐘舵��", field: "warehouseStatus", type: "like" },
+        // { title: "浠撳簱绫诲瀷", field: "warehouseType", type: "like" },
+        {
+          title: "浠撳簱鐘舵��",
+          field: "warehouseStatus",
+          type: "select",
+          dataKey: "enableEnum",
+          data: [],
+        },
       ],
     ]);
     const columns = ref([
@@ -107,19 +99,20 @@
         width: 150,
         align: "left",
       },
-      {
-        field: "warehouseType",
-        title: "浠撳簱绫诲瀷",
-        type: "string",
-        width: 150,
-        align: "left",
-      },
+      // {
+      //   field: "warehouseType",
+      //   title: "浠撳簱绫诲瀷",
+      //   type: "string",
+      //   width: 150,
+      //   align: "left",
+      // },
       {
         field: "warehouseStatus",
         title: "浠撳簱鐘舵��",
         type: "decimal",
         width: 90,
         align: "left",
+        bind: { key: "enableEnum", data: [] },
       },
       {
         field: "warehouseDes",

--
Gitblit v1.9.3