From fbd434b2aaf5e1f7035f3843508c62ea930d2549 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 07 5月 2025 10:47:56 +0800 Subject: [PATCH] 高级查询 --- HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts | 188 ++++++++++++++++++++++------------------------ 1 files changed, 91 insertions(+), 97 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 76e143b..48b1082 100644 --- a/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts +++ b/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts @@ -1,97 +1,91 @@ -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', - // width: 100, - // }, - { - field: 'taskDodeviceStatus', - title: '璁惧鐘舵��', - }, - { - field: 'isRead', - title: 'WCS鍙', - }, - { - field: 'taskLevel', - title: '浼樺厛绾�', - }, - { - field: 'sonTaskTypeDesc', - title: '瀛愪换鍔$被鍨�', - }, - { - field: 'sourceOrderNo', - title: '鏉ユ簮鍗曞彿', - }, - { - field: 'isNextTask', - title: '鍚庣画浠诲姟', - }, - { - field: 'dodevicetype', - title: '璁惧绫诲瀷', - }, - - { - field: 'creationTime', - title: '鍒涘缓鏃堕棿', - }, - // { - // field: 'sort', - // title: '鎺掑簭', - // width: 80, - // }, - // // 浠ヤ笅涓烘瑕佷俊鎭斁鍦ㄦ渶鍚� - // { - // field: 'mutableParam1', - // title: '鍙橀噺1', - // width: 100, - // showOverflow: true, // 闀挎枃鏈樉绀虹渷鐣ュ彿 - // }, - // { - // field: 'mutableParam2', - // title: '鍙橀噺2', - // width: 100, - // showOverflow: true, - // }, - // { - // field: 'mutableParam3', - // title: '鍙橀噺3', - // width: 100, - // showOverflow: true, - // }, -] +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: '', +}, +] -- Gitblit v1.9.3