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/stock/inventoryBatch.vue | 39 +++++++++++++++++++++++++++++++++------ 1 files changed, 33 insertions(+), 6 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/inventoryBatch.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/inventoryBatch.vue" index a3c3d37..2033fbc 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/inventoryBatch.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/inventoryBatch.vue" @@ -27,8 +27,36 @@ sortName: "id", }); const editFormFields = ref({ + productStatus: "", + certificateNumber: "", + materielCode:"", + materielName:"", + shelfLife:"", + boxQuantity:"", + outboundQuantity:"", + stockQuantity:"", + productionDate:"", + remark:"", + validityPeriod:"", + batchNo:"" }); - const editFormOptions = ref([]); + const editFormOptions = ref([ + [ + { + title: "浜у搧鐘舵��", + field: "productStatus", + type: "select", + dataKey: "productStatusEmun", + data: [], + }, + { + title: "鍚堟牸璇佸彿", + required: true, + field: "certificateNumber", + type: "string", + }, + ], + ]); const searchFormFields = ref({ deviceCode: "", deviceType: "", @@ -36,13 +64,12 @@ }); const searchFormOptions = ref([ [ - { title: "鎵樼洏缂栧彿", field: "palletCode", type: "like" }, - { title: "璐т綅缂栧彿", field: "locationCode", type: "like" }, + { title: "鎵瑰彿", field: "batchNo", type: "like" }, { - title: "搴撳瓨鐘舵��", - field: "stockStatus", + title: "浜у搧鐘舵��", + field: "productStatus", type: "select", - dataKey: "stockStatusEmun", + dataKey: "productStatusEmun", data: [], }, ], -- Gitblit v1.9.3