From 996827335128cd29932d32f10c4e47e8f5620893 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: Thu, 27 Nov 2025 13:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E7=94=A8=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/warehouse/labelQueryLocation.vue | 1 + src/views/modules/warehouse/pallet.vue | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/modules/warehouse/labelQueryLocation.vue b/src/views/modules/warehouse/labelQueryLocation.vue index 7f30734..1c90a16 100644 --- a/src/views/modules/warehouse/labelQueryLocation.vue +++ b/src/views/modules/warehouse/labelQueryLocation.vue @@ -123,6 +123,7 @@ export default { {columnProp: "qty", headerAlign: "center", align: "right", columnLabel: "数量", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "palletId", headerAlign: "center", align: "center", columnLabel: "所在栈板", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "callingFlag", headerAlign: "center", align: "center", columnLabel: "是否调用", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, + {columnProp: "remark", headerAlign: "center", align: "left", columnLabel: "最近一次调用原因", columnWidth: 150, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "position", headerAlign: "center", align: "center", columnLabel: "位置", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "layer", headerAlign: "center", align: "center", columnLabel: "层数", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, diff --git a/src/views/modules/warehouse/pallet.vue b/src/views/modules/warehouse/pallet.vue index b2420af..f41ee52 100644 --- a/src/views/modules/warehouse/pallet.vue +++ b/src/views/modules/warehouse/pallet.vue @@ -244,8 +244,8 @@ - - + + @@ -388,6 +388,13 @@ export default { columnLabel: "调用标志", columnWidth: 80, }, + { + columnProp: "remark", + headerAlign: "center", + align: "left", + columnLabel: "最近一次调用原因", + columnWidth: 150, + }, { columnProp: "locationCode", headerAlign: "center", @@ -416,13 +423,6 @@ export default { columnLabel: "托盘状态", columnWidth: 80, }, - { - columnProp: "remark", - headerAlign: "center", - align: "left", - columnLabel: "备注", - columnWidth: 200, - }, { columnProp: "createdBy", headerAlign: "center",