From 75d16a23d059439c7478f8d3f6372c29072ba84e Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期三, 06 五月 2026 16:27:14 +0800
Subject: [PATCH] 完善任务执行步骤

---
 项目代码/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue |   41 ++++++++++++++---------------------------
 1 files changed, 14 insertions(+), 27 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue"
index 5c5c3fc..bc4fa10 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue"
@@ -13,7 +13,7 @@
     const table = ref({
       key: "id",
       footer: "Foots",
-      cnName: "鐗╂枡缁戝畾绠$悊",
+      cnName: "鐗╂枡璁板綍",
       name: "Dt_MaterialInfo",
       url: "/materialInfo/",
       sortName: "CreateDate",
@@ -47,34 +47,14 @@
     });
     const searchFormOptions = ref([
       [
-        { title: "浠诲姟鍙�", field: "taskNum", type: "int" },
-        { title: "鎵樼洏缂栧彿", field: "palletCode", type: "text" },
-        {
-          title: "鏄惁缁戝畾",
-          field: "isBind",
-          type: "selectList",
-          dataKey: "isBind",
-          data: [],
-        },
-        {
-          title: "浠诲姟鐘舵��",
-          field: "taskState",
-          type: "selectList",
-          dataKey: "taskState",
-          data: [],
-        },
+        { title: "瀹瑰櫒缂栧彿", field: "containerCode", type: "string" },
+        { title: "闆朵欢鍙�", field: "materialName", type: "string" },
+          { title: "杞﹀瀷", field: "carmodel", type: "string" },
       ],
       [
-        { title: "璧峰鍦板潃", field: "sourceAddress", type: "text" },
-        { title: "鐩爣鍦板潃", field: "targetAddress", type: "text" },
-        { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "text" },
-        { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "text" },
-      ],
-      [
-        { title: "宸烽亾鍙�", field: "roadway", type: "text" },
-        { title: "鍒涘缓浜�", field: "creater", type: "text" },
-        { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
-      ],
+        { title: "瀹瑰櫒璧风偣", field: "position", type: "string" },
+        { title: "瀹瑰櫒缁堢偣", field: "endPosition", type: "string" },
+      ]
     ]);
     const columns = ref([
       {
@@ -88,6 +68,13 @@
         align: "left",
       },
       {
+        field: "materialName",
+        title: "闆朵欢鍙�",
+        type: "string",
+        width: 150,
+        align: "left",
+      },
+      {
         field: "containerCode",
         title: "瀹瑰櫒缂栧彿",
         type: "string",

--
Gitblit v1.9.3