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 @@ - + - - + +