From 00e64cba66377cb75c9c947908627fe9f631746e Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期三, 21 一月 2026 13:53:14 +0800
Subject: [PATCH] '手动上传'

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue |   30 +++++++++++++++++++-----------
 1 files changed, 19 insertions(+), 11 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..93d9712 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"
@@ -69,29 +69,37 @@
           type: "string",
           width: 90,
           align: "left",
-        },
-        {
+        },{
           field: "locationCode",
           title: "璐т綅缂栧彿",
           type: "string",
           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