From f89cd85ca2b46f24922a2310ff1a288ed77f156b Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 27 Aug 2025 11:45:42 +0800 Subject: [PATCH] =?UTF-8?q?2025-08-27=20pda=E9=87=87=E8=B4=AD=E9=80=80?= =?UTF-8?q?=E8=B4=A7=E3=80=81=E9=94=80=E5=94=AE=E5=87=BA=E5=BA=93=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/inboundNotification.vue | 4 ++-- src/views/modules/qc/outboundNotification.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue index fae69af..a468266 100644 --- a/src/views/modules/qc/inboundNotification.vue +++ b/src/views/modules/qc/inboundNotification.vue @@ -972,7 +972,7 @@ columnWidth: 100, }, { - columnProp: 'orderRef3', + columnProp: 'orderRef4', headerAlign: "center", align: "left", columnLabel: '入库仓库', @@ -985,7 +985,7 @@ columnWidth: 150, }, { - columnProp: 'orderRef4', + columnProp: 'orderRef5', headerAlign: "center", align: "left", columnLabel: '入库库位', diff --git a/src/views/modules/qc/outboundNotification.vue b/src/views/modules/qc/outboundNotification.vue index 582cd61..40bf0bb 100644 --- a/src/views/modules/qc/outboundNotification.vue +++ b/src/views/modules/qc/outboundNotification.vue @@ -948,7 +948,7 @@ columnWidth: 100, }, { - columnProp: 'orderRef3', + columnProp: 'orderRef4', headerAlign: "center", align: "left", columnLabel: '出库仓库', @@ -961,7 +961,7 @@ columnWidth: 150, }, { - columnProp: 'orderRef4', + columnProp: 'orderRef5', headerAlign: "center", align: "left", columnLabel: '出库库位',