From bec50a799a5ce50177023d072c62415451f7c7d9 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期六, 01 三月 2025 17:17:52 +0800 Subject: [PATCH] 物料条码生成界面优化,MES成品入库单... --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue | 17 ++--------------- 1 files changed, 2 insertions(+), 15 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue" index c6d641c..0f4e316 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue" @@ -31,7 +31,6 @@ warehouseId: "", purchaseOrderNo: "", materielCode: "", - materielQuery:"", productionDate: "", effectiveDate: "", }); @@ -47,30 +46,18 @@ }, ], [ - { - title: "鎼滅储鐗╂枡", - field: "materielQuery", - type: "string", - required: true, - }, - ], - [ { title: "鐗╂枡缂栫爜", field: "materielCode", - type: "select", - data: [], - required: true, + type: "string", }, ], [ { title: "閲囪喘鍗曞彿", field: "purchaseOrderNo", - type: "select", - data: [], - required: true, + type: "string", }, ], [ -- Gitblit v1.9.3