From ce40df5daffae0d17b4e9fa7cb6d677afaa4d66f Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 17 十月 2025 11:20:30 +0800
Subject: [PATCH] 更新最新程序,ERP代码,MES代码等

---
 项目代码/WCS/WCSClient/src/views/taskinfo/task.vue |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue"
index 46ba9fa..2e0156a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue"
@@ -38,6 +38,7 @@
       nextAddress: "",
       creater: "",
       createDate: "",
+      rifdCode: "",
     });
     const searchFormOptions = ref([
       [
@@ -50,6 +51,9 @@
           dataKey: "taskType",
           data: [],
         },
+        { title: "RFID缂栧彿", field: "rfidCode", type: "like" },
+      ],
+      [
         {
           title: "浠诲姟鐘舵��",
           field: "taskState",
@@ -57,14 +61,13 @@
           dataKey: "taskState",
           data: [],
         },
-      ],
-      [
         { title: "璧峰鍦板潃", field: "sourceAddress", type: "like" },
         { title: "鐩爣鍦板潃", field: "targetAddress", type: "like" },
         { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "like" },
-        { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "like" },
+        
       ],
       [
+        { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "like" },
         { title: "宸烽亾鍙�", field: "roadway", type: "like", type: "select",dataKey: "Stacker",data: [],},
         { title: "鍒涘缓浜�", field: "creater", type: "like" },
         { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
@@ -96,6 +99,13 @@
         align: "left",
       },
       {
+        field: "rfidCode",
+        title: "RFID缂栧彿",
+        type: "string",
+        width: 180,
+        align: "left",
+      },
+      {
         field: "roadway",
         title: "宸烽亾鍙�",
         type: "string",

--
Gitblit v1.9.3