From 1b6ccb64675e5262a2f7135697edc7466ffc14bf Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 04 三月 2025 17:20:05 +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