From 1c696f3e12ddcb136e772f9d83eb906760766b96 Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期二, 03 十二月 2024 21:37:58 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue | 22 +++++++++++++++++----- 1 files changed, 17 insertions(+), 5 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 a26bba7..9e1ccee 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" @@ -78,10 +78,15 @@ { title: "搴撳瓨鏄庣粏鐘舵��", field: "stockQuantity", - type: "select", - dataKey: "stockStatusEmun", - data: [], + type:"like" }, + { + field: "stockId", + title: "搴撳瓨淇℃伅涓婚敭", + type: "string", + width: 90, + align: "left", + }, ] ]); const columns = ref([ @@ -127,9 +132,16 @@ field: "batchNo", title: "鐗╂枡鎵规", type: "string", - width: 90, + width: 120, align: "left", }, + { + field: "serialNumber", + title: "鍖呭彿", + type: "string", + width: 50, + align: "left", + }, { field: "batchNoName", title: "鐗╂枡鎵规璇︽儏", @@ -141,7 +153,7 @@ field: "stockQuantity", title: "閲嶉噺", type: "string", - width: 200, + width: 80, align: "left", }, { -- Gitblit v1.9.3