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代码等

---
 项目代码/WMS/WMSClient/src/views/taskinfo/task.vue |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task.vue"
index 310b96c..f3395ac 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task.vue"
@@ -35,6 +35,7 @@
       taskStatus: "",
       taskType: "",
       sourceAddress: "",
+      rfidCode:"",
       targetAddress: "",
       currentAddress: "",
       nextAddress: "",
@@ -44,8 +45,8 @@
     const searchFormOptions = ref([
       [
         { title: "浠诲姟鍙�", field: "taskNum", type: "int" },
-        { title: "鎵樼洏缂栧彿", field: "palletCode", type: "like" },
-        { title: "鍒涘缓浜�", field: "creater", type: "like" },
+        { title: "鏉$爜(鎵樼洏)缂栧彿", field: "palletCode", type: "like" },
+        { title: "RFID缂栧彿", field: "rfidCode", type: "like" },
       ],
       [
         { title: "浠诲姟绫诲瀷",field: "taskType",type: "selectList",dataKey: "taskType",data: [],},
@@ -58,7 +59,8 @@
         { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
       ],
       [
-        { title: "鎵�灞炰粨搴�", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],}
+        { title: "鎵�灞炰粨搴�", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],},
+        { title: "鍒涘缓浜�", field: "creater", type: "like" },
       ],
     ]);
     const columns = ref([
@@ -76,7 +78,7 @@
         field: "taskNum",
         title: "浠诲姟鍙�",
         type: "int",
-        width: 120,
+        width: 110,
         align: "left",
       },
       {
@@ -89,23 +91,30 @@
       },
       {
         field: "palletCode",
-        title: "鎵樼洏缂栧彿",
+        title: "鏉$爜(鎵樼洏)缂栧彿",
         type: "string",
-        width: 160,
+        width: 170,
+        align: "left",
+      },
+      {
+        field: "rfidCode",
+        title: "RFID缂栧彿",
+        type: "string",
+        width: 170,
         align: "left",
       },
       {
         field: "roadway",
         title: "宸烽亾鍙�",
         type: "string",
-        width: 120,
+        width: 130,
         align: "left",
       },
       {
         field: "taskType",
         title: "浠诲姟绫诲瀷",
         type: "int",
-        width: 120,
+        width: 130,
         align: "left",
         bind: { key: "taskType", data: [] },
       },

--
Gitblit v1.9.3