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/stockInfo.vue | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" index 4c59ce8..5499e6d 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" @@ -50,7 +50,7 @@ }, ], [ - { title: "閲嶉噺(鏁伴噺)", field: "materialweight" }, + { title: "閲嶉噺", field: "materialweight" }, ], ]); const searchFormFields = ref({ @@ -60,12 +60,15 @@ }); const searchFormOptions = ref([ [ - { title: "鎵樼洏缂栧彿", field: "palletCode",type:"like" }, + { title: "鎵樼洏缂栧彿", + field: "palletCode", + type: "like", + }, { - title: "搴撳瓨鐘舵��", + title: "鐗╂枡绫诲瀷", field: "materialType", - type: "selectList", - dataKey: "inventoryMaterialType", + type: "select", + dataKey: "InventoryMaterialType", data: [], }, { title: "璐т綅缂栧彿", field: "locationCode" }, @@ -95,6 +98,7 @@ type: "string", width: 90, align: "left", + DisplayType:"link" }, { field: "materialType", @@ -102,7 +106,7 @@ type: "string", width: 150, align: "left", - bind: { key: "inventoryMaterialType", data: [] }, + bind: { key: "InventoryMaterialType", data: [] }, }, { field: "locationCode", -- Gitblit v1.9.3