From 681d093f9ea16ab2d480d77e6b04b197e506ff60 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 19 六月 2025 01:29:12 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue | 120 +++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 66 insertions(+), 54 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..fbc63ba 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" @@ -33,15 +33,16 @@ materielDes: "", isMixBatch: "", isMixMateriel: "", + unit:"" }); const editFormOptions = ref([ [ - { - title: "鍖哄煙", - required: true, - field: "areaId", - type: "string", - }, + // { + // title: "鍖哄煙", + // required: true, + // field: "areaId", + // type: "string", + // }, { title: "鐗╂枡缂栧彿", required: true, @@ -54,24 +55,14 @@ field: "materielName", type: "string", }, - { - title: "璁¢噺鍗曚綅", - required: true, - field: "unit", - type: "string", - }, + // { + // title: "璁¢噺鍗曚綅", + // required: true, + // field: "unit", + // type: "string", + // }, ], [ - { - title: "鍏佽娣锋壒", - field: "isMixBatch", - type: "string", - }, - { - title: "鍏佽娣锋枡", - field: "isMixMateriel", - type: "string", - }, { title: "鐗╂枡鎻忚堪", field: "materielDes", @@ -106,6 +97,7 @@ field: "areaId", title: "鍖哄煙涓婚敭", type: "string", + hidden: true, width: 90, align: "left", }, @@ -124,17 +116,58 @@ align: "left", }, { - field: "materielDes", - title: "鐗╂枡鎻忚堪", - type: "decimal", - width: 90, - align: "left", - }, - { field: "cotainerType", title: "瀹瑰櫒绫诲瀷", type: "string", width: 90, + align: "left", + hidden: true, + }, + { + 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", + }, + // { + // field: "unit", + // title: "璁¢噺鍗曚綅", + // type: "string", + // width: 180, + // align: "left", + // }, + { + field: "validity", + title: "鏈夋晥鏈�", + type: "string", + hidden: true, + width: 120, + align: "left", + }, + { + field: "safetyStock", + title: "瀹夊叏搴撳瓨", + hidden: true, + type: "string", + width: 120, align: "left", }, { @@ -145,31 +178,10 @@ align: "left", }, { - field: "attribute", - title: "鐗╂枡灞炴��", - type: "string", - width: 200, - align: "left", - }, - { - field: "unit", - title: "璁¢噺鍗曚綅", - type: "string", - width: 180, - align: "left", - }, - { - field: "validity", - title: "鏈夋晥鏈�", - type: "string", - width: 120, - align: "left", - }, - { - field: "safetyStock", - title: "瀹夊叏搴撳瓨", - type: "string", - width: 120, + field: "materielDes", + title: "鐗╂枡鎻忚堪", + type: "decimal", + width: 90, align: "left", }, { -- Gitblit v1.9.3