From 87d873ad509b4c927ac19aebaa3622fe9374626b Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期二, 26 十一月 2024 11:13:02 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue | 62 ++++++++++++------------------ 1 files changed, 25 insertions(+), 37 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" index 0b94c04..a26bba7 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" @@ -48,7 +48,7 @@ type: "string", }, { - title: "搴忓垪鍙�", + title: "鍖呭彿", required: true, field: "serialNumber", type: "string", @@ -63,10 +63,26 @@ }); const searchFormOptions = ref([ [ - { title: "鐗╂枡缂栧彿", field: "materielCode" }, - { title: "鐗╂枡鍚嶇О", field: "materielName" }, - { title: "鍗曟嵁缂栧彿", field: "orderNo" }, + { title: "鐗╂枡缂栧彿", field: "materielCode",type:"like"}, + { title: "鐗╂枡鍚嶇О", field: "materielName",type:"like" }, + { title: "鐗╂枡璇︽儏", field: "orderNo" ,type:"like"}, + + ], + [ + { title: "鐗╂枡鎵规", field: "batchNo",type:"like" }, + { title: "鐗╂枡鎵规璇︽儏", field: "batchNoName",type:"like" }, + { title: "閲嶉噺", field: "stockQuantity",type:"like" }, + ], + [ + { + title: "搴撳瓨鏄庣粏鐘舵��", + field: "stockQuantity", + type: "select", + dataKey: "stockStatusEmun", + data: [], + }, + ] ]); const columns = ref([ { @@ -102,37 +118,30 @@ }, { field: "orderNo", - title: "鍗曟嵁缂栧彿", + title: "鐗╂枡璇︽儏", type: "decimal", width: 90, align: "left", }, { field: "batchNo", - title: "鎵规鍙�", + title: "鐗╂枡鎵规", type: "string", width: 90, align: "left", }, { - field: "serialNumber", - title: "搴忓垪鍙�", + field: "batchNoName", + title: "鐗╂枡鎵规璇︽儏", type: "int", width: 120, align: "left", }, { field: "stockQuantity", - title: "搴撳瓨鏁伴噺", + title: "閲嶉噺", type: "string", width: 200, - align: "left", - }, - { - field: "outboundQuantity", - title: "鍑哄簱鏁伴噺", - type: "string", - width: 180, align: "left", }, { @@ -155,27 +164,6 @@ title: "鍒涘缓鏃堕棿", type: "datetime", width: 160, - align: "left", - }, - { - field: "modifier", - title: "淇敼浜�", - type: "string", - width: 100, - align: "left", - }, - { - field: "modifyDate", - title: "淇敼鏃堕棿", - type: "datetime", - width: 160, - align: "left", - }, - { - field: "remark", - title: "澶囨敞", - type: "string", - width: 100, align: "left", }, ]); -- Gitblit v1.9.3