From 58497c4d028c306e98249ccdff2bf86dd3b4ee87 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 07 5月 2025 14:01:42 +0800 Subject: [PATCH] 任务管理及模板修改 --- HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts | 179 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 88 insertions(+), 91 deletions(-) diff --git a/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts b/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts index 48b1082..4c70305 100644 --- a/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts +++ b/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts @@ -1,91 +1,88 @@ -export const columns = [ - { - type: 'seq', - width: 60, - title: '搴忓彿', - }, - { - field: 'taskNo', - title: '浠诲姟鍙�', -}, -{ - field: 'taskTypeDesc', - title: '浠诲姟绫诲瀷', -}, -{ - field: 'taskLevel', - title: '浠诲姟绛夌骇', -}, -{ - field: 'taskStatusDesc', - title: '浠诲姟鐘舵��', -}, -{ - field: 'containerNo', - title: '鎵樼洏缂栧彿', -}, -{ - field: 'sourcePlace', - title: '璧峰搴撲綅', -}, -{ - field: 'toPlace', - title: '鐩爣搴撲綅', -}, -{ - field: 'aisle', - title: '宸烽亾', -}, -{ - field: 'dodeviceId', - title: '鍫嗗灈鏈篒D', -}, -{ - field: 'dodevicetype', - title: '璁惧绫诲瀷', -}, -{ - field: 'taskDodeviceStatus', - title: '璁惧浠诲姟鐘舵��', -}, -{ - field: 'isRead', - title: 'WCS鏄惁鍙互璇诲彇', -}, -{ - field: 'sonTaskTypeDesc', - title: '瀛愪换鍔$被鍨�', -}, -{ - field: 'sourceOrderNo', - title: '鏉ユ簮鍗曟嵁鍙�', -}, -{ - field: 'isNextTask', - title: '涓嬩釜浠诲姟鏄惁鐢熸垚鎴愬姛', -}, -{ - field: 'mutableParam1', - title: '鍙彉鍙橀噺1', -}, -{ - field: 'mutableParam2', - title: '鍙彉鍙橀噺2', -}, -{ - field: 'mutableParam3', - title: '鍙彉鍙橀噺3', -}, -{ - field: 'sort', - title: '鎺掑簭', -}, -{ - field: 'creationTime', - title: '', -}, -{ - field: 'deletionTime', - title: '', -}, -] +export const columns = [ + { + type: 'seq', + width: 60, + title: '搴忓彿', + }, + { + field: 'taskNo', + title: '浠诲姟鍙�', + }, + { + field: 'taskTypeDesc', + title: '浠诲姟绫诲瀷', + }, + { + field: 'taskStatusDesc', + title: '浠诲姟鐘舵��', + }, + { + field: 'containerNo', + title: '鎵樼洏缂栧彿', + }, + { + field: 'sourcePlace', + title: '璧峰搴撲綅', + }, + { + field: 'toPlace', + title: '鐩爣搴撲綅', + }, + { + field: 'aisle', + title: '宸烽亾', + }, + // { + // field: 'dodeviceId', + // title: '鍫嗗灈鏈篒D', + // }, + { + field: 'dodevicetype', + title: '璁惧绫诲瀷', + }, + { + field: 'taskDodeviceStatus', + title: '璁惧鐘舵��', + }, + { + field: 'isRead', + title: 'WCS鍙鍙�', + formatter: ({ cellValue }) => 12222, + }, + { + field: 'sonTaskTypeDesc', + title: '瀛愪换鍔$被鍨�', + }, + { + field: 'sourceOrderNo', + title: '鏉ユ簮鍗曞彿', + }, + // { + // field: 'isNextTask', + // title: '涓嬩釜浠诲姟鏄惁鐢熸垚鎴愬姛', + // }, + { + field: 'taskLevel', + title: '浠诲姟绛夌骇', + }, + // { + // field: 'mutableParam1', + // title: '鍙彉鍙橀噺1', + // }, + // { + // field: 'mutableParam2', + // title: '鍙彉鍙橀噺2', + // }, + // { + // field: 'mutableParam3', + // title: '鍙彉鍙橀噺3', + // }, + // { + // field: 'sort', + // title: '鎺掑簭', + // }, + { + field: 'creationTime', + title: '鍒涘缓鏃堕棿', + }, +] -- Gitblit v1.9.3