From e3cfda747bd53f4550904d60cd13aa8f4e525739 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 01 十二月 2025 18:52:17 +0800
Subject: [PATCH] 更新WMS接口等

---
 项目代码/WCSClient/src/views/taskinfo/task.vue |   69 +++++++++++-----------------------
 1 files changed, 22 insertions(+), 47 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/src/views/taskinfo/task.vue"
index 2e0156a..b0c8fd7 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/src/views/taskinfo/task.vue"
@@ -51,9 +51,6 @@
           dataKey: "taskType",
           data: [],
         },
-        { title: "RFID缂栧彿", field: "rfidCode", type: "like" },
-      ],
-      [
         {
           title: "浠诲姟鐘舵��",
           field: "taskState",
@@ -61,14 +58,14 @@
           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" },
       ],
@@ -88,28 +85,21 @@
         field: "taskNum",
         title: "浠诲姟鍙�",
         type: "int",
-        width: 90,
+        width: 120,
         align: "left",
       },
       {
         field: "palletCode",
-        title: "鎵樼洏缂栧彿",
+        title: "鏂欑缂栧彿",
         type: "string",
-        width: 200,
-        align: "left",
-      },
-      {
-        field: "rfidCode",
-        title: "RFID缂栧彿",
-        type: "string",
-        width: 180,
+        width: 130,
         align: "left",
       },
       {
         field: "roadway",
         title: "宸烽亾鍙�",
         type: "string",
-        width: 150,
+        width: 100,
         align: "left",
         bind: { key: "Stacker", data: [] },
       },
@@ -117,7 +107,7 @@
         field: "taskType",
         title: "浠诲姟绫诲瀷",
         type: "int",
-        width: 130,
+        width: 100,
         align: "left",
         bind: { key: "taskType", data: [] },
       },
@@ -133,27 +123,34 @@
         field: "sourceAddress",
         title: "璧峰鍦板潃",
         type: "int",
-        width: 120,
+        width: 150,
         align: "left",
       },
       {
         field: "targetAddress",
         title: "鐩爣鍦板潃",
         type: "string",
-        width: 120,
+        width: 150,
         align: "left",
       },
       {
         field: "currentAddress",
         title: "褰撳墠浣嶇疆",
         type: "string",
-        width: 120,
+        width: 150,
         align: "left",
       },
       {
         field: "nextAddress",
         title: "涓嬩竴浣嶇疆",
         type: "string",
+        width: 150,
+        align: "left",
+      },
+      {
+        field: "wmsId",
+        title: "WMS浠诲姟(涓婃父)",
+        type: "int",
         width: 120,
         align: "left",
       },
@@ -161,7 +158,7 @@
         field: "exceptionMessage",
         title: "寮傚父淇℃伅",
         type: "string",
-        width: 90,
+        width: 100,
         align: "left",
       },
       {
@@ -175,43 +172,21 @@
         field: "dispatchertime",
         title: "浠诲姟涓嬪彂鏃堕棿",
         type: "datetime",
-        width: 150,
-        align: "left",
-      },
-      {
-        field: "wMSId",
-        title: "WMS浠诲姟涓婚敭",
-        type: "int",
-        width: 120,
-        align: "left",
-        hidden: true,
-      },
-      {
-        field: "creater",
-        title: "鍒涘缓浜�",
-        type: "string",
-        width: 90,
+        width: 180,
         align: "left",
       },
       {
         field: "createDate",
         title: "鍒涘缓鏃堕棿",
         type: "datetime",
-        width: 150,
-        align: "left",
-      },
-      {
-        field: "modifier",
-        title: "淇敼浜�",
-        type: "string",
-        width: 100,
+        width: 180,
         align: "left",
       },
       {
         field: "modifyDate",
         title: "淇敼鏃堕棿",
         type: "datetime",
-        width: 160,
+        width: 180,
         align: "left",
       },
       {

--
Gitblit v1.9.3