From 6d578d016127db97d6f981ff18614ef52a2e0ede Mon Sep 17 00:00:00 2001 From: xxyy <cathay_xy@163.com> Date: 星期三, 05 三月 2025 17:19:01 +0800 Subject: [PATCH] 添加缓存服务及相关功能支持 --- Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue | 15 ++------------- 1 files changed, 2 insertions(+), 13 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue index 700b7ac..c7af286 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue +++ b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue @@ -23,22 +23,11 @@ sortName: "TaskId" }); const editFormFields = ref({ - "taskNum": "", - "palletCode": "" + "grade": "", }); const editFormOptions = ref([ [ - { "title": "浠诲姟鍙�", "field": "taskNum", "type": "text" }, - { "title": "鎵樼洏鍙�", "field": "palletCode", "type": "text" }, - { "title": "浠诲姟绫诲瀷", "field": "taskType", "type": "select", dataKey: "TaskType", data: [] }, - { "title": "浠诲姟鐘舵��", "field": "taskState", "type": "select", dataKey: "TaskStatus", data: [] }, - - ], - [ - { "title": "璧峰浣嶇疆", "field": "sourceAddress", type: "text" }, - { "title": "褰撳墠浣嶇疆", "field": "currentAddress", type: "text" }, - { "title": "涓嬩竴浣嶇疆", "field": "nextAddress", type: "text" }, - { "title": "鐩爣浣嶇疆", "field": "targetAddress", type: "text" }, + { "title": "浼樺厛绾�", "field": "grade", type: "text" }, ], ]); const searchFormFields = ref({ -- Gitblit v1.9.3