From 90c84f7521d4979b2e40965e7255e196d07d9e75 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周二, 13 5月 2025 11:21:27 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo
---
HIAWms/hiawms_web/src/widgets/WmsMaterialStock/Views/Pages/WmsMaterialStockDetail/Config.ts | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/HIAWms/hiawms_web/src/widgets/WmsMaterialStock/Views/Pages/WmsMaterialStockDetail/Config.ts b/HIAWms/hiawms_web/src/widgets/WmsMaterialStock/Views/Pages/WmsMaterialStockDetail/Config.ts
new file mode 100644
index 0000000..035b581
--- /dev/null
+++ b/HIAWms/hiawms_web/src/widgets/WmsMaterialStock/Views/Pages/WmsMaterialStockDetail/Config.ts
@@ -0,0 +1,60 @@
+export const columns = [
+ {
+ type: 'seq',
+ width: 60,
+ title: '搴忓彿',
+ },
+ {
+ field: 'materialNo',
+ title: '鐗╂枡缂栧彿',
+ },
+ {
+ field: 'materialName',
+ title: '鐗╂枡鍚嶇О',
+ },
+ {
+ field: 'placeNo',
+ title: '搴撲綅缂栧彿',
+ },
+ {
+ field: 'placeStatusDesc',
+ title: '搴撲綅鐘舵��',
+ },
+ {
+ field: 'containerNo',
+ title: '瀹瑰櫒缂栧彿',
+ },
+ {
+ field: 'stockNumber',
+ title: '搴撳瓨鏁伴噺',
+ },
+ {
+ field: 'materialBatch',
+ title: '鐗╂枡鎵规',
+ },
+ {
+ field: 'materialModel',
+ title: '鍨嬪彿',
+ },
+ {
+ field: 'areaName',
+ title: '鎵�灞炲簱鍖�',
+ },
+ {
+ field: 'checkStatusDesc',
+ title: '妫�楠岀姸鎬�',
+ },
+ {
+ field: 'inStockTime',
+ title: '鍏ュ簱鏃堕棿',
+ width: 180,
+ },
+ {
+ field: 'isLockDesc',
+ title: '閿佸畾鐘舵��',
+ },
+ {
+ field: 'remark',
+ title: '澶囨敞',
+ },
+]
--
Gitblit v1.9.3