From 15be9cdba09e832452983ad3badf7e6cbefae57d Mon Sep 17 00:00:00 2001
From: xxyy <cathay_xy@163.com>
Date: 星期五, 07 三月 2025 15:08:29 +0800
Subject: [PATCH] 增强业务扩展能力和错误处理逻辑

---
 Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue |   17 +++--------------
 1 files changed, 3 insertions(+), 14 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 b6742c8..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({
@@ -78,7 +67,7 @@
         { field: 'nextAddress', title: '涓嬩竴浣嶇疆', type: 'string', width: 110, align: 'left' },
         { field: 'targetAddress', title: '鐩爣浣嶇疆', type: 'string', width: 110, align: 'left' },
         { field: 'grade', title: '浼樺厛绾�', type: 'int', width: 60, align: 'left' },
-        { field: 'productionLine', title: '浜х嚎', type: 'string', width: 70, align: 'left' },
+        { field: 'productionLine', title: '浜х嚎', type: 'string', width: 70, align: 'left', bind: { key: "ProductionLine", data: [] }  },
         { field: 'processCode', title: '宸ュ簭', type: 'string', width: 90, align: 'left' },
         { field: 'dispatchertime', title: '浠诲姟涓嬪彂鏃堕棿', type: 'datetime', width: 150, align: 'left', sort: true },
         { field: 'remark', title: '澶囨敞', type: 'string', width: 110, align: 'left',hidden: true, },

--
Gitblit v1.9.3