From b8decb1d73ddb96f3bc25b96c2eac0fec8f3f7f2 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Fri, 14 Aug 2026 15:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E5=95=86=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/loading-manage.vue | 4 +- src/views/vehicle/customer-archive.vue | 175 ++++++++++++++++++++++++- 2 files changed, 175 insertions(+), 4 deletions(-) diff --git a/src/views/business/loading-manage.vue b/src/views/business/loading-manage.vue index a8c0eca..112a057 100644 --- a/src/views/business/loading-manage.vue +++ b/src/views/business/loading-manage.vue @@ -1276,11 +1276,11 @@ export default { findWaybillId(row, waybillNo) { const rows = this.splitText(row.loadingSubNos); const index = rows.findIndex(item => item === waybillNo); - const linkedRows = this.parseJsonArray(row.waybillList || row.waybillRows || row.waybills); + const linkedRows = parseJsonArray(row.waybillList || row.waybillRows || row.waybills); if (linkedRows[index]?.id || linkedRows[index]?.waybillId) { return linkedRows[index].id || linkedRows[index].waybillId; } - const ids = this.parseJsonArray(row.waybillIdsJson); + const ids = parseJsonArray(row.waybillIdsJson); return ids[index] || ''; }, async openWaybillDetail(row = {}) { diff --git a/src/views/vehicle/customer-archive.vue b/src/views/vehicle/customer-archive.vue index 42531ce..1ac93f7 100644 --- a/src/views/vehicle/customer-archive.vue +++ b/src/views/vehicle/customer-archive.vue @@ -678,6 +678,11 @@ + + + + +
+ 变更日期:{{ changeRecordDetail.changeTime || '-' }} + 变更账号:{{ changeRecordDetail.changeUserName || '-' }} +
+ + + + + + + +
+