From a7bd6e538027d876b3122f21c3b1d34663fb2f07 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期日, 25 一月 2026 14:18:51 +0800
Subject: [PATCH] 优化前端,修复库存托盘编号重复和WCS任务重发

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue |   53 ++++++++++++++++++++++++++++-------------------------
 1 files changed, 28 insertions(+), 25 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
index b6a588f..cd7057d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
@@ -52,7 +52,7 @@
         { title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
       ],
       [
-        { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
+        { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
         { title: "琛�", field: "row" ,type: "int"},
         { title: "鍒�", field: "column" ,type: "int"},
         { title: "灞�", field: "layer" ,type: "int"}
@@ -63,11 +63,18 @@
         field: "id",
         title: "Id",
         type: "int",
-        width: 100,
+        width: 90,
         hidden: true,
         readonly: true,
         require: true,
         align: "left",
+      },{
+        field: "warehouseId",
+        title: "浠撳簱缂栧彿",
+        type: "int",
+        width: 80,
+        align: "left",
+        bind: { key: "warehouseEnum", data: [] },
       },
       // {
       //   field: "areaId",
@@ -75,27 +82,30 @@
       //   type: "string",
       //   width: 90,
       //   align: "left",
-      //   bind: {key: "areainfo",data: []}
+      //   bind: {
+      //     key: "areainfo",
+      //     data: []
+      //   }
       // },
       {
         field: "locationCode",
         title: "璐т綅缂栧彿",
         type: "string",
-        width: 200,
+        width: 180,
         align: "left",
       },
-      {
-        field: "locationName",
-        title: "璐т綅鍚嶇О",
-        type: "string",
-        width: 280,
-        align: "left",
-      },
+      // {
+      //   field: "locationName",
+      //   title: "璐т綅鍚嶇О",
+      //   type: "string",
+      //   width: 220,
+      //   align: "left",
+      // },
       {
         field: "roadwayNo",
         title: "宸烽亾缂栧彿",
         type: "decimal",
-        width: 100,
+        width: 90,
         align: "left",
       },
       {
@@ -104,31 +114,29 @@
         type: "string",
         width: 90,
         align: "left",
-        hidden: true,
+
       },
       {
         field: "column",
         title: "璐т綅鍒�",
-        type: "int",
+        type: "string",
         width: 120,
         align: "left",
-        hidden: true,
       },
       {
         field: "layer",
         title: "璐т綅灞�",
         type: "string",
-        width: 200,
+        width: 120,
         align: "left",
-        hidden: true,
       },
       {
         field: "depth",
         title: "璐т綅娣卞害",
         type: "string",
-        width: 180,
+        width: 120,
         align: "left",
-        hidden: true,
+        bind:{key: "locationDepth", data: []}
       },
       {
         field: "locationType",
@@ -150,7 +158,7 @@
         field: "enableStatus",
         title: "绂佺敤鐘舵��",
         type: "string",
-        width: 80,
+        width: 120,
         align: "left",
         bind: { key: "enableStatusEnum", data: [] },
       },
@@ -160,7 +168,6 @@
         type: "string",
         width: 90,
         align: "left",
-        hidden: true,
       },
       {
         field: "createDate",
@@ -168,8 +175,6 @@
         type: "datetime",
         width: 160,
         align: "left",
-        sort: true,
-        hidden: true,
       },
       {
         field: "modifier",
@@ -184,7 +189,6 @@
         type: "datetime",
         width: 160,
         align: "left",
-        sort: true,
       },
       {
         field: "remark",
@@ -192,7 +196,6 @@
         type: "string",
         width: 100,
         align: "left",
-        hidden: true
       },
     ]);
     const detail = ref({

--
Gitblit v1.9.3