From 9de6c7c6d835ba5161d64114d154bfc7676244a1 Mon Sep 17 00:00:00 2001
From: 陈勇 <竞男@ASUNA>
Date: 星期一, 06 四月 2026 12:44:43 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue |   23 ++++-------------------
 1 files changed, 4 insertions(+), 19 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue"
index 87abbb6..4fe330f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue"
@@ -23,23 +23,9 @@
             sortName: "TaskId"
         });
         const editFormFields = ref({
-            "taskNum": "",
-            "palletCode": ""
         });
         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" },
-            ],
+            
         ]);
         const searchFormFields = ref({
         });
@@ -52,14 +38,13 @@
 
             ],
             [
+                { "title": "杞﹁韩绫诲瀷", "field": "carType", "type": "select", dataKey: "BodyType", data: [] },
+                { "title": "PVI", "field": "PVI鐮�", "type": "text" },
                 { "title": "璧峰浣嶇疆", "field": "sourceAddress", type: "text" },
-                //{ "title": "褰撳墠浣嶇疆", "field": "currentAddress", type: "text" },
-                //{ "title": "涓嬩竴浣嶇疆", "field": "nextAddress", type: "text" },
                 { "title": "鐩爣浣嶇疆", "field": "targetAddress", type: "text" },
             ],
             [
                 { "title": "宸烽亾", "field": "roadway", type: "text" },
-                //{ "title": "task_CZInfo", "field": "杞﹁酱", type: "text" },
                 { "title": "鍒涘缓浜�", "field": "creater", type: "text" },
                 { "title": "鍒涘缓鏃堕棿", "field": "createDate", type: "datetime" },
             ],
@@ -74,7 +59,7 @@
         { field: 'roadway', title: '宸烽亾', type: 'string', width: 110, align: 'left' },
         { field: 'taskType', title: '浠诲姟绫诲瀷', type: 'int', width: 110, align: 'left', bind: { key: "TaskType", data: [] } },
         { field: 'taskState', title: '浠诲姟鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "TaskStatus", data: [] } },
-        { field: 'carType', title: '杞﹀瀷', type: 'int', width: 90, align: 'left'},
+        { field: 'carType', title: '杞﹁韩绫诲瀷', type: 'int', width: 90, align: 'left',bind: { key: "BodyType", data: []}},
         { field: 'sourceAddress', title: '璧峰浣嶇疆', type: 'string', width: 110, align: 'left' },
         //{ field: 'currentAddress', title: '褰撳墠浣嶇疆', type: 'string', width: 110, align: 'left' },
         //{ field: 'nextAddress', title: '涓嬩竴浣嶇疆', type: 'string', width: 110, align: 'left' },

--
Gitblit v1.9.3