From 9be0aa679c29628c4519868c7242e75a47f5a7f6 Mon Sep 17 00:00:00 2001
From: Tiandele <tiandele@hnkhzn.com>
Date: 星期二, 17 三月 2026 16:54:40 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WCSClient/src/views/taskinfo/task_Hty.vue |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task_Hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task_Hty.vue"
index 8048fa8..095fe2b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task_Hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task_Hty.vue"
@@ -42,14 +42,18 @@
     const searchFormOptions = ref([
       [
         { title: "浠诲姟鍙�", field: "taskNum", type: "int" },
-        { title: "鎵樼洏缂栧彿", field: "palletCode", type: "text" },
+        { title: "婊戞﹪鍙�", field: "palletCode", type: "text" },
+         { title: "PVI鐮�", field: "pvi", type: "text" },
         {
           title: "浠诲姟绫诲瀷",
           field: "taskType",
           type: "selectList",
           dataKey: "taskType",
           data: [],
-        },
+        }
+      ],
+      [
+        
         {
           title: "浠诲姟鐘舵��",
           field: "taskState",
@@ -57,16 +61,14 @@
           dataKey: "taskState",
           data: [],
         },
-      ],
-      [
         { title: "璧峰鍦板潃", field: "sourceAddress", type: "text" },
         { title: "鐩爣鍦板潃", field: "targetAddress", type: "text" },
-        { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "text" },
-        { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "text" },
+        // { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "text" },
+        // { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "text" },
       ],
       [
         { title: "宸烽亾鍙�", field: "roadway", type: "text" },
-        { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
+        // { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
         { title: "鍒涘缓浜�", field: "creater", type: "text" },
         { title: "瀹屾垚鏃堕棿", field: "createDate", type: "datetime" },
       ],
@@ -91,9 +93,16 @@
       },
       {
         field: "palletCode",
-        title: "鎵樼洏缂栧彿",
+        title: "婊戞﹪鍙�",
         type: "string",
-        width: 200,
+        width: 100,
+        align: "left",
+      },
+      {
+        field: "pvi",
+        title: "PVI鐮�",
+        type: "string",
+        width: 100,
         align: "left",
       },
       {
@@ -146,14 +155,6 @@
         type: "string",
         width: 120,
         align: "left",
-      },
-      {
-        field: "productionLine",
-        title: "浜х嚎",
-        type: "string",
-        width: 70,
-        align: "left",
-        bind: { key: "ProductionLine", data: [] } 
       },
       {
         field: "exceptionMessage",

--
Gitblit v1.9.3