From 72390e0230b64cd43fedf0ba8e17aba097568a4a Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 26 六月 2025 16:36:13 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue | 39 ++++++++++++++++++++------------------- 1 files changed, 20 insertions(+), 19 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 af1dad8..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,12 +55,12 @@ field: "materielName", type: "string", }, - { - title: "璁¢噺鍗曚綅", - required: true, - field: "unit", - type: "string", - }, + // { + // title: "璁¢噺鍗曚綅", + // required: true, + // field: "unit", + // type: "string", + // }, ], [ { @@ -146,13 +147,13 @@ hidden: true, align: "left", }, - { - field: "unit", - title: "璁¢噺鍗曚綅", - type: "string", - width: 180, - align: "left", - }, + // { + // field: "unit", + // title: "璁¢噺鍗曚綅", + // type: "string", + // width: 180, + // align: "left", + // }, { field: "validity", title: "鏈夋晥鏈�", -- Gitblit v1.9.3