From 086e8d457fb6480f126aedbd2677c7e97bdac193 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 07 5月 2025 15:49:09 +0800 Subject: [PATCH] 任务管理修改 --- HIAWms/web/src/widgets/WmsInOutStockRecord/Views/Pages/WmsInOutStockRecord/Config.ts | 132 +++++++++++++++++++++---------------------- 1 files changed, 65 insertions(+), 67 deletions(-) diff --git a/HIAWms/web/src/widgets/WmsInOutStockRecord/Views/Pages/WmsInOutStockRecord/Config.ts b/HIAWms/web/src/widgets/WmsInOutStockRecord/Views/Pages/WmsInOutStockRecord/Config.ts index 5fa7863..98c79fe 100644 --- a/HIAWms/web/src/widgets/WmsInOutStockRecord/Views/Pages/WmsInOutStockRecord/Config.ts +++ b/HIAWms/web/src/widgets/WmsInOutStockRecord/Views/Pages/WmsInOutStockRecord/Config.ts @@ -1,67 +1,65 @@ -export const columns = [ - { - type: 'seq', - width: 60, - title: '搴忓彿', - }, - { - field: 'orderNo', - title: '鍗曟嵁缂栧彿', -}, -{ - field: 'materialName', - title: '鐗╂枡鍚嶇О', -}, -{ - field: 'materialNo', - title: '鐗╂枡浠跺彿', -}, -{ - field: 'stockTypeDesc', - title: '鎿嶄綔绫诲瀷', -}, -{ - field: 'containerNo', - title: '瀹瑰櫒缂栧彿', -}, -{ - field: 'materialModel', - title: '鏈哄瀷', -}, -{ - field: 'operateTime', - title: '鎿嶄綔鏃堕棿', -}, -{ - field: 'remark', - title: '澶囨敞', -}, -{ - field: 'materialId', - title: '鐗╂枡ID', -}, -{ - field: 'taskNo', - title: '浠诲姟鍙�', -}, -{ - field: 'sourcePlace', - title: '璧峰搴撲綅', -}, -{ - field: 'toPlace', - title: '鐩爣搴撲綅', -}, -{ - field: 'sort', - title: '鎺掑簭', -}, -{ - field: 'creationTime', - title: '', -}, -{ - field: 'deletionTime', - title: '', -}, -] +export const columns = [ + { + type: 'seq', + width: 60, + title: '搴忓彿', + }, + { + field: 'orderNo', + title: '鍗曟嵁缂栧彿', + }, + { + field: 'materialName', + title: '鐗╂枡鍚嶇О', + }, + { + field: 'materialNo', + title: '鐗╂枡浠跺彿', + }, + { + field: 'materialId', + title: '鐗╂枡ID', + }, + { + field: 'taskNo', + title: '浠诲姟鍙�', + }, + { + field: 'sourcePlace', + title: '璧峰搴撲綅', + }, + { + field: 'toPlace', + title: '鐩爣搴撲綅', + }, + { + field: 'stockTypeDesc', + title: '鎿嶄綔绫诲瀷', + }, + { + field: 'containerNo', + title: '瀹瑰櫒缂栧彿', + }, + { + field: 'materialModel', + title: '鏈哄瀷', + }, + { + field: 'remark', + title: '澶囨敞', + }, + // { + // field: 'sort', + // title: '鎺掑簭', + // }, + { + field: 'operateTime', + title: '鎿嶄綔鏃堕棿', + width: 180, + }, + { + field: 'creationTime', + title: '鍒涘缓鏃堕棿', + width: 180, + }, +] -- Gitblit v1.9.3