From 8120089e80f4873fb3f67ecb8405a460f3a1afbb Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期一, 20 四月 2026 19:15:52 +0800
Subject: [PATCH] 1

---
 Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
index 96fae1f..af7bbac 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
+++ b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -15,7 +15,7 @@
 </template>
 
 <script>
-import extend from "@/extension/stock/stockInfo.js";
+import extend from "@/extension/stock/stockInfo.jsx";
 import {
   defineComponent,
   getCurrentInstance,
@@ -28,6 +28,7 @@
 const TEXT = {
   pageName: "搴撳瓨淇℃伅",
   palletCode: "鎵樼洏缂栧彿",
+  stockStatus: "搴撳瓨鐘舵��",
   locationCode: "璐т綅缂栧彿",
   warehouse: "浠撳簱",
   creator: "鍒涘缓浜�",
@@ -106,6 +107,14 @@
         align: "left",
       },
       {
+        field: "stockStatus",
+        title: TEXT.stockStatus,
+        type: "int",
+        width: 120,
+        align: "left",
+        bind: { key: "stockStatusEmun", data: [] },
+      },
+      {
         field: "locationCode",
         title: TEXT.locationCode,
         type: "string",

--
Gitblit v1.9.3