From 496f78c085e7f8c5ba261835f9b8bda99c25b4cb Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 21 5月 2025 13:29:12 +0800
Subject: [PATCH] 增加  字符串类查询(关键字查询专用)

---
 HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/WmsPlace/Config.ts |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/WmsPlace/Config.ts b/HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/WmsPlace/Config.ts
index 0f95bf8..c76c741 100644
--- a/HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/WmsPlace/Config.ts
+++ b/HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/WmsPlace/Config.ts
@@ -1,3 +1,5 @@
+import { title } from 'process'
+
 export const columns = [
   {
     type: 'seq',
@@ -37,6 +39,10 @@
     title: '灞�',
   },
   {
+    field: 'maxStockNumber',
+    title: '鏈�澶у簱瀛樻暟',
+  },
+  {
     field: 'islockDesc',
     title: '鏄惁閿佸畾',
   },
@@ -44,6 +50,11 @@
     field: 'emptyContainerDesc',
     title: '鏄惁绌烘墭',
   },
+
+  {
+    field: 'isDisabled',
+    title: '鏄惁绂佺敤',
+  },
   {
     field: 'remark',
     title: '澶囨敞',

--
Gitblit v1.9.3