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/stockInfo.vue | 29 ++++++++++++++++++++++------- 1 files changed, 22 insertions(+), 7 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 14da479..7745c0e 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" @@ -58,6 +58,9 @@ dataKey: "InventoryMaterialStatus", data: [] }, + { + title: "澶囨敞", field: "Remark" + } ], ]); const searchFormFields = ref({ @@ -95,6 +98,10 @@ dataKey: "InventoryMaterialStatus", data: [], }, + { title: "搴撳瓨缂栧彿", + field: "id", + type: "like", + }, ] ]); const columns = ref([ @@ -107,6 +114,14 @@ readonly: true, require: true, align: "left", + }, + { + field: "id", + title: "搴撳瓨缂栧彿", + type: "string", + width: 90, + align: "left", + DisplayType:"link" }, { field: "palletCode", @@ -162,6 +177,12 @@ type: "string", width: 150, align: "left", + },{ + field: "remark", + title: "澶囨敞", + type: "string", + width: 100, + align: "left", }, { field: "creater", @@ -191,13 +212,7 @@ width: 160, align: "left", }, - { - field: "remark", - title: "澶囨敞", - type: "string", - width: 100, - align: "left", - }, + ]); const detail = ref({ cnName: "#detailCnName", -- Gitblit v1.9.3