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/stock/stockInfo.vue |   49 ++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 36 insertions(+), 13 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
index 22f2eea..eb8ad2d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
@@ -48,8 +48,9 @@
       });
       const searchFormOptions = ref([
         [
-          { title: "鎵樼洏缂栧彿", field: "palletCode" },
-          { title: "璐т綅缂栧彿", field: "locationCode" },
+          { title: "鎵樼洏缂栧彿", field: "palletCode" ,type:'string'},
+          { title: "璐т綅缂栧彿", field: "locationCode",type:'string' },
+          { title: "宸烽亾缂栧彿", field: "roadway",type:'string' },
         ],
       ]);
       const columns = ref([
@@ -62,14 +63,27 @@
           readonly: true,
           require: true,
           align: "left",
-        },
+        },{
+        field: "warehouseId",
+        title: "浠撳簱缂栧彿",
+        type: "int",
+        width: 80,
+        align: "left",
+        bind: { key: "warehouseEnum", data: [] },
+      },
         {
           field: "palletCode",
           title: "鎵樼洏缂栧彿",
           type: "string",
           width: 90,
           align: "left",
-        },
+        },{
+        field: "roadway",
+        title: "宸烽亾鍙�",
+        type: "string",
+        width: 70,
+        align: "left",
+      },
         {
           field: "locationCode",
           title: "璐т綅缂栧彿",
@@ -77,21 +91,30 @@
           width: 150,
           align: "left",
         },
-        // {
-        //   field: "isFull",
-        //   title: "鏄惁婊$洏",
-        //   type: "string",
-        //   width: 150,
-        //   align: "left",
-        //   bind: { key: "yesno", data: [] },
-        // },
+        {
+          field: "palletType",
+          title: "鎵樼洏绫诲瀷",
+          type: "string",
+          width: 150,
+          align: "left",
+          sort:true,
+          bind: { key: "palltype", data: [] },
+        },{
+          field: "stockStatus",
+          title: "搴撳瓨鐘舵��",
+          type: "string",
+          width: 150,
+          align: "left",
+          sort:true,
+          bind: { key: "stockStatusEmun", data: [] },
+        },
          {
           field: "warehouseId",
           title: "浠撳簱",
           type: "select",
           width: 100,
           align: "left",
-          bind: { key: "warehouses", data: [] },
+          bind: { key: "warehousetype", data: [] },
         },
         {
           field: "creater",

--
Gitblit v1.9.3