From 574b1a52f422518f659680f1a87c7740bae04ccf Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Fri, 14 Aug 2026 14:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=9A=E5=8A=A1=E6=A8=A1?= =?UTF-8?q?=E5=9D=97bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/business/shipping-template.js | 1 + .../components/business-crud-page.vue | 943 ++++++++++++++---- .../components/master-order-dispatch.vue | 25 +- .../components/master-order-editor.vue | 64 +- src/views/business/loading-manage.vue | 48 +- src/views/business/process-config.vue | 64 +- src/views/business/voucher-manage.vue | 7 +- src/views/vehicle/customer-archive.vue | 137 ++- 8 files changed, 1035 insertions(+), 254 deletions(-) diff --git a/src/option/business/shipping-template.js b/src/option/business/shipping-template.js index bc573b4..bf5f65b 100644 --- a/src/option/business/shipping-template.js +++ b/src/option/business/shipping-template.js @@ -42,6 +42,7 @@ export const config = { }, excludeVoidedProjects: true, enableAttachmentTable: true, + detailAttachmentDescriptionPlain: true, enableTransportPlanForm: true, enableShippingTemplateFreight: true, editableRoadAddress: true, diff --git a/src/views/business/components/business-crud-page.vue b/src/views/business/components/business-crud-page.vue index a495342..cfe4da6 100644 --- a/src/views/business/components/business-crud-page.vue +++ b/src/views/business/components/business-crud-page.vue @@ -444,27 +444,26 @@ 货物名称 @@ -655,26 +654,16 @@ label="司机" class="business-crud-page__task-span-1" > - - - + @select="item => handleTaskDriverSelect('form', item)" + /> - - - + @select="item => handleTaskDriverSelect('form', item)" + /> - - - + @select="item => handleTaskDriverSelect('form', item)" + /> - - - + + @@ -2814,6 +2784,21 @@ v-if="config.enableAttachmentTable" :title="config.attachmentTitle || '附件'" > +
+
+ + {{ attachmentName(row) }}: + + {{ row.description || '-' }} +
+
@@ -2823,7 +2808,12 @@ - + @@ -3477,7 +3467,7 @@ - + - - + +