From 2c69e642303e9f9c3b2e37194c4c6cdf7e1b3001 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期三, 29 四月 2026 17:26:33 +0800
Subject: [PATCH] 4-29

---
 项目代码/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 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 38e8eee..5c5c3fc 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"
@@ -50,10 +50,10 @@
         { title: "浠诲姟鍙�", field: "taskNum", type: "int" },
         { title: "鎵樼洏缂栧彿", field: "palletCode", type: "text" },
         {
-          title: "浠诲姟绫诲瀷",
-          field: "taskType",
+          title: "鏄惁缁戝畾",
+          field: "isBind",
           type: "selectList",
-          dataKey: "taskType",
+          dataKey: "isBind",
           data: [],
         },
         {
@@ -88,7 +88,7 @@
         align: "left",
       },
       {
-        field: "ContainerCode",
+        field: "containerCode",
         title: "瀹瑰櫒缂栧彿",
         type: "string",
         width: 90,
@@ -96,37 +96,37 @@
       },
       
       {
-        field: "Position",
-        title: "瀹瑰櫒褰撳墠浣嶇疆",
+        field: "position",
+        title: "瀹瑰櫒璧风偣",
         type: "string",
         width: 160,
         align: "left",
       },
       {
-        field: "EndPosition",
-        title: "瀹瑰櫒鍑哄満浣嶇疆",
+        field: "endPosition",
+        title: "瀹瑰櫒缁堢偣",
         type: "string",
         width: 90,
         align: "left",
       },
       {
-        field: "IsNew",
+        field: "isNew",
         title: "鏄惁灞炰簬鏂板瀹瑰櫒",
         type: "int",
         width: 120,
         align: "left",
-        bind: { key: "taskType", data: [] },
+        bind: { key: "isBind", data: [] },
       },
       {
-        field: "IsBind",
+        field: "isBind",
         title: "鏄惁缁戝畾",
         type: "int",
         width: 150,
         align: "left",
-        bind: { key: "taskState", data: [] },
+        bind: { key: "isBind", data: [] },
       },
       {
-        field: "Carmodel",
+        field: "carmodel",
         title: "杞﹀瀷",
         type: "string",
         width: 120,

--
Gitblit v1.9.3