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 | 51 +++++++++++++++++++++++++++++++-------------------- 1 files changed, 31 insertions(+), 20 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 e9860cd..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" @@ -63,16 +63,6 @@ ], [ { - title: "鍏佽娣锋壒", - field: "isMixBatch", - type: "string", - }, - { - title: "鍏佽娣锋枡", - field: "isMixMateriel", - type: "string", - }, - { title: "鐗╂枡鎻忚堪", field: "materielDes", type: "textarea", @@ -106,6 +96,7 @@ field: "areaId", title: "鍖哄煙涓婚敭", type: "string", + hidden: true, width: 90, align: "left", }, @@ -124,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", }, { @@ -162,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