From cfc40ec33d286b9bf6106d32f20ee3e9533ed026 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周五, 16 5月 2025 16:30:57 +0800 Subject: [PATCH] 22 --- 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