From 3aedad63dd01f1fc5154cb520af32edab967d6e0 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周一, 12 5月 2025 09:15:26 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo

---
 PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/Config.ts |   62 +++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/Config.ts b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/Config.ts
new file mode 100644
index 0000000..aa28a09
--- /dev/null
+++ b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/Config.ts
@@ -0,0 +1,62 @@
+export const columns = [ 
+  { 
+    type: 'seq', 
+    width: 60, 
+    title: '搴忓彿', 
+  }, 
+  { 
+  field: 'dataIdentifier', 
+  title: '鍘熸枡鏍囪瘑', 
+  width:160, 
+}, 
+{ 
+  field: 'materialMode', 
+  title: '鍘熸枡鍨嬪彿', 
+  width:160, 
+}, 
+{ 
+  field: 'callMaterialStatusDesc', 
+  title: '鍙枡鐘舵��', 
+  width:160, 
+}, 
+{ 
+  field: 'quantity', 
+  title: '鍙枡鏁伴噺', 
+  width:160, 
+}, 
+{ 
+  field: 'wmsRetResult', 
+  title: 'WMS杩斿洖缁撴灉', 
+  width:160, 
+}, 
+{ 
+  field: 'wmsTaskNo', 
+  title: 'WMS浠诲姟鍙�', 
+  width:160, 
+}, 
+{ 
+  field: 'creationTime', 
+  title: '鍒涘缓鏃堕棿', 
+  width:180, 
+}, 
+{ 
+  field: 'lastModificationTime', 
+  title: '淇敼鏃堕棿', 
+  width:180, 
+}, 
+{ 
+  field: 'creatorName', 
+  title: '鍒涘缓浜�', 
+  width:160, 
+}, 
+{ 
+  field: 'lastModifierName', 
+  title: '淇敼浜�', 
+  width:160, 
+}, 
+{ 
+  field: 'remark', 
+  title: '澶囨敞', 
+  width:160, 
+},  
+] 

--
Gitblit v1.9.3