From 1473745cf39e94933179276a6d533bff2ceff79d Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 06 5月 2025 16:22:55 +0800 Subject: [PATCH] 任务管理 --- HIAWms/web/src/widgets/WmsInOutStockRecord/Views/Pages/WmsInOutStockRecord/Config.ts | 122 +++++++++++++++++++--------------------- 1 files changed, 59 insertions(+), 63 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 26cc204..e38457e 100644 --- a/HIAWms/web/src/widgets/WmsInOutStockRecord/Views/Pages/WmsInOutStockRecord/Config.ts +++ b/HIAWms/web/src/widgets/WmsInOutStockRecord/Views/Pages/WmsInOutStockRecord/Config.ts @@ -1,63 +1,59 @@ -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: 'creationTime', - title: '', -}, -{ - field: 'deletionTime', - title: '', -}, -] +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: 'deletionTime', + // title: '', + // }, +] -- Gitblit v1.9.3