From e738af250d40f06e913db6015b97c5790d914341 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 5 Jun 2026 15:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/warehouse/labelQuery.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/views/modules/warehouse/labelQuery.vue b/src/views/modules/warehouse/labelQuery.vue index da74bbd..c2320b5 100644 --- a/src/views/modules/warehouse/labelQuery.vue +++ b/src/views/modules/warehouse/labelQuery.vue @@ -32,6 +32,9 @@ + + + @@ -424,6 +427,16 @@ export default { showOverflowTooltip: true, fixed: "" }, + { + columnProp: "supplierBatchNo", + headerAlign: "center", + align: "center", + columnLabel: "供应商批次号", + columnWidth: 100, + columnSortable: false, + showOverflowTooltip: true, + fixed: "" + }, { columnProp: "countFlag", headerAlign: "center",