From 2ae5aa151f7b40a082e34aa7ed22b4b64edd1d3c Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 11 六月 2025 17:13:56 +0800
Subject: [PATCH] 修改堆垛机通讯协议及交互逻辑

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue |   42 +++++++++++++++++++++++++++++++-----------
 1 files changed, 31 insertions(+), 11 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue"
index c0490f8..af1dad8 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue"
@@ -62,7 +62,6 @@
         },
       ],
       [
-        
         {
           title: "鐗╂枡鎻忚堪",
           field: "materielDes",
@@ -97,6 +96,7 @@
         field: "areaId",
         title: "鍖哄煙涓婚敭",
         type: "string",
+        hidden: true,
         width: 90,
         align: "left",
       },
@@ -115,31 +115,35 @@
         align: "left",
       },
       {
-        field: "materielDes",
-        title: "鐗╂枡鎻忚堪",
-        type: "decimal",
-        width: 90,
-        align: "left",
-      },
-      {
         field: "cotainerType",
         title: "瀹瑰櫒绫诲瀷",
         type: "string",
         width: 90,
         align: "left",
+        hidden: true,
       },
       {
-        field: "packspes",
-        title: "鍖呰瑙勬牸",
-        type: "int",
+        field: "isMixBatch",
+        title: "鏄惁鍏佽娣锋壒",
+        type: "string",
         width: 120,
         align: "left",
+        bind: { key: "yesno", data: [] },
+      },
+      {
+        field: "isMixMateriel",
+        title: "鏄惁鍏佽娣锋枡",
+        type: "string",
+        width: 120,
+        align: "left",
+        bind: { key: "yesno", data: [] },
       },
       {
         field: "attribute",
         title: "鐗╂枡灞炴��",
         type: "string",
         width: 200,
+        hidden: true,
         align: "left",
       },
       {
@@ -153,17 +157,33 @@
         field: "validity",
         title: "鏈夋晥鏈�",
         type: "string",
+        hidden: true,
         width: 120,
         align: "left",
       },
       {
         field: "safetyStock",
         title: "瀹夊叏搴撳瓨",
+        hidden: true,
         type: "string",
         width: 120,
         align: "left",
       },
       {
+        field: "packspes",
+        title: "鍖呰瑙勬牸",
+        type: "int",
+        width: 120,
+        align: "left",
+      },
+      {
+        field: "materielDes",
+        title: "鐗╂枡鎻忚堪",
+        type: "decimal",
+        width: 90,
+        align: "left",
+      },
+      {
         field: "creater",
         title: "鍒涘缓浜�",
         type: "string",

--
Gitblit v1.9.3