From d9c99e0480b4910cdb134778dd5c314b35ec4cf2 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期一, 29 九月 2025 10:05:23 +0800 Subject: [PATCH] 1 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue | 101 +++++++++++++++++++++++++++----------------------- 1 files changed, 54 insertions(+), 47 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue" index e9860cd..b16b37f 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue" @@ -33,6 +33,7 @@ materielDes: "", isMixBatch: "", isMixMateriel: "", + validity: "", }); const editFormOptions = ref([ [ @@ -54,22 +55,28 @@ field: "materielName", type: "string", }, + ], + [ + // { + // title: "鍏佽娣锋壒", + // field: "isMixBatch", + // type: "string", + // }, + // { + // title: "鍏佽娣锋枡", + // field: "isMixMateriel", + // type: "string", + // }, + { + title: "鏈夋晥鏈�", + required: true, + field: "validity", + type: "string", + }, { title: "璁¢噺鍗曚綅", required: true, field: "unit", - type: "string", - }, - ], - [ - { - title: "鍏佽娣锋壒", - field: "isMixBatch", - type: "string", - }, - { - title: "鍏佽娣锋枡", - field: "isMixMateriel", type: "string", }, { @@ -102,13 +109,13 @@ require: true, align: "left", }, - { - field: "areaId", - title: "鍖哄煙涓婚敭", - type: "string", - width: 90, - align: "left", - }, + // { + // field: "areaId", + // title: "鍖哄煙涓婚敭", + // type: "string", + // width: 90, + // align: "left", + // }, { field: "materielCode", title: "鐗╂枡缂栧彿", @@ -130,27 +137,27 @@ width: 90, align: "left", }, - { - field: "cotainerType", - title: "瀹瑰櫒绫诲瀷", - type: "string", - width: 90, - align: "left", - }, - { - field: "packspes", - title: "鍖呰瑙勬牸", - type: "int", - width: 120, - align: "left", - }, - { - field: "attribute", - title: "鐗╂枡灞炴��", - type: "string", - width: 200, - align: "left", - }, + // { + // field: "cotainerType", + // title: "瀹瑰櫒绫诲瀷", + // type: "string", + // width: 90, + // align: "left", + // }, + // { + // field: "packspes", + // title: "鍖呰瑙勬牸", + // type: "int", + // width: 120, + // align: "left", + // }, + // { + // field: "attribute", + // title: "鐗╂枡灞炴��", + // type: "string", + // width: 200, + // align: "left", + // }, { field: "unit", title: "璁¢噺鍗曚綅", @@ -165,13 +172,13 @@ width: 120, align: "left", }, - { - field: "safetyStock", - title: "瀹夊叏搴撳瓨", - type: "string", - width: 120, - align: "left", - }, + // { + // field: "safetyStock", + // title: "瀹夊叏搴撳瓨", + // type: "string", + // width: 120, + // align: "left", + // }, { field: "creater", title: "鍒涘缓浜�", -- Gitblit v1.9.3