From 0e1f04a3f0808baeae3dfacb1ee54aa89e2c29db 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: Sun, 20 Sep 2026 17:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=8B=A3=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../haianWarehouse/dashboard/autoJ1SortingBoard54.vue | 10 +++++----- .../haianWarehouse/dashboard/autoJ2SortingBoard54.vue | 10 +++++----- .../haianWarehouse/dashboard/sortingBoard54.vue | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/modules/haianWarehouse/dashboard/autoJ1SortingBoard54.vue b/src/views/modules/haianWarehouse/dashboard/autoJ1SortingBoard54.vue index c1d2c18..7beea43 100644 --- a/src/views/modules/haianWarehouse/dashboard/autoJ1SortingBoard54.vue +++ b/src/views/modules/haianWarehouse/dashboard/autoJ1SortingBoard54.vue @@ -34,22 +34,22 @@ - - + - 序号工单号产品编码物料编码物料名称RFID / 标签号状态说明 + + 序号工单号物料编码物料名称RFID / 标签号状态说明 {{ index + 1 }} {{ item.orderNo || '-' }} - {{ item.orderPartNo || '-' }} + {{ item.partNo || '-' }} - {{ item.partDesc || '-' }} + {{ (item.partDesc || '').slice(0, 100) || '-' }} {{ item.rfidBarcode }} {{ item.status }} {{ item.message || '-' }} diff --git a/src/views/modules/haianWarehouse/dashboard/autoJ2SortingBoard54.vue b/src/views/modules/haianWarehouse/dashboard/autoJ2SortingBoard54.vue index dd72b41..71c554f 100644 --- a/src/views/modules/haianWarehouse/dashboard/autoJ2SortingBoard54.vue +++ b/src/views/modules/haianWarehouse/dashboard/autoJ2SortingBoard54.vue @@ -34,22 +34,22 @@ - - + - 序号工单号产品编码物料编码物料名称RFID / 标签号状态说明 + + 序号工单号物料编码物料名称RFID / 标签号状态说明 {{ index + 1 }} {{ item.orderNo || '-' }} - {{ item.orderPartNo || '-' }} + {{ item.partNo || '-' }} - {{ item.partDesc || '-' }} + {{ (item.partDesc || '').slice(0, 100) || '-' }} {{ item.rfidBarcode }} {{ item.status }} {{ item.message || '-' }} diff --git a/src/views/modules/haianWarehouse/dashboard/sortingBoard54.vue b/src/views/modules/haianWarehouse/dashboard/sortingBoard54.vue index d6b233b..3fbceae 100644 --- a/src/views/modules/haianWarehouse/dashboard/sortingBoard54.vue +++ b/src/views/modules/haianWarehouse/dashboard/sortingBoard54.vue @@ -33,22 +33,22 @@ - - + - 序号工单号产品编码物料编码物料名称RFID / 标签号状态说明 + + 序号工单号物料编码物料名称RFID / 标签号状态说明 {{ index + 1 }} {{ item.orderNo || '-' }} - {{ item.orderPartNo || '-' }} + {{ item.partNo || '-' }} - {{ item.partDesc || '-' }} + {{ (item.partDesc || '').slice(0, 100) || '-' }} {{ item.rfidBarcode }} {{ item.status }} {{ item.message || '-' }}