From 9ed16eb1e2d778ad78492f75d6730b6df2827350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Fri, 17 Jul 2026 14:14:01 +0800 Subject: [PATCH] 1 --- src/views/modules/warehouse/labelQueryLocation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/warehouse/labelQueryLocation.vue b/src/views/modules/warehouse/labelQueryLocation.vue index 76a249b..a3074a8 100644 --- a/src/views/modules/warehouse/labelQueryLocation.vue +++ b/src/views/modules/warehouse/labelQueryLocation.vue @@ -145,6 +145,7 @@ export default { {columnProp: "layer", headerAlign: "center", align: "center", columnLabel: "层数", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "stationId", headerAlign: "center", align: "center", columnLabel: "站点", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "stationArea", headerAlign: "center", align: "center", columnLabel: "区域", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, + {columnProp: "asrsFloor", headerAlign: "center", align: "center", columnLabel: "立库楼层", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, // 区域后新增立库楼层列 - rqrq {columnProp: "batchNo", headerAlign: "center", align: "center", columnLabel: "批次号", columnWidth: 120, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "locationId", headerAlign: "center", align: "center", columnLabel: "库位", columnWidth: 100, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "warehouseId", headerAlign: "center", align: "center", columnLabel: "仓库", columnWidth: 100, columnSortable: false, showOverflowTooltip: true, fixed: ""},