From baad30699918c536d0b96e36df70b8f352d520e4 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期五, 15 八月 2025 10:15:53 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue"
index 6a6e405..7dffca9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue"
@@ -31,15 +31,15 @@
         const searchFormOptions = ref([
             [
                 { "title": "浠诲姟鍙�", "field": "taskNum", "type": "text" },
-                { "title": "杞﹁疆鏉$爜", "field": "palletCode", "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": "currentAddress", type: "text" },
+                //{ "title": "涓嬩竴浣嶇疆", "field": "nextAddress", type: "text" },
                 { "title": "鐩爣浣嶇疆", "field": "targetAddress", type: "text" },
             ],
             [
@@ -50,6 +50,7 @@
         ]);
         const columns = ref([{ field: 'TaskId', title: '涓婚敭', type: 'string', width: 110, hidden: true, readonly: true, require: true, align: 'left' },
         { field: 'taskNum', title: '浠诲姟鍙�', type: 'int', width: 110, align: 'left', sort: true },
+        { field: 'agVtaskId', title: 'AGV浠诲姟ID', type: 'int', width: 110, align: 'left',},
         { field: 'palletCode', title: '鎵樼洏/鏂欑鍙�', type: 'string', width: 180, align: 'left' },
         { field: 'pnboundNo', title: '鍗曟嵁鍙�', type: 'string', width: 110, align: 'left',hidden:true },
         { field: 'groupID', title: '搴撳瓨ID', type: 'int', width: 110, hidden: true, align: 'left' },
@@ -67,7 +68,6 @@
         { field: 'creater', title: '鍒涘缓浜�', type: 'string', sort: true, width: 110, align: 'left' },
         { field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
         { field: 'modifyDate', title: '淇敼鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
-        
         { field: 'modifier', title: '淇敼浜�', type: 'string', sort: true, width: 100, align: 'left' },
         { field: 'locationCode', title: '璐т綅鍙�', type: 'string', width: 110, hidden: true, align: 'left' },
         { field: 'materialNo', title: '鐗╂枡缂栧彿', type: 'string', width: 110, hidden: true, align: 'left' },
@@ -75,7 +75,7 @@
         { field: 'createID', title: '鍒涘缓ID', type: 'int', sort: true, width: 100, hidden: true, align: 'left' },
         { field: 'modifyID', title: '淇敼浜篒D', type: 'int', sort: true, width: 100, hidden: true, align: 'left' },]);
         const detail = ref({
-            cnName: "#detailCnName",
+            cnName: "#detailCnName", 
             table: "#detailTable",
             columns: [],
             sortName: "",

--
Gitblit v1.9.3