fix
This commit is contained in:
@@ -12,8 +12,12 @@ export const config = {
|
||||
exportName: '发货模板',
|
||||
enableAllDept: false,
|
||||
enableProjectSelect: true,
|
||||
excludeVoidedProjects: true,
|
||||
enableAttachmentTable: true,
|
||||
enableTransportPlanForm: true,
|
||||
enableShippingTemplateFreight: true,
|
||||
editableRoadAddress: true,
|
||||
fixedTransportAddressType: true,
|
||||
enableTemplateCodePreview: true,
|
||||
attachmentTitle: '附件',
|
||||
defaultForm: {
|
||||
@@ -178,6 +182,7 @@ export const option = {
|
||||
labelWidth: '0px',
|
||||
className: 'business-crud-page__full-form-item',
|
||||
},
|
||||
{ label: '运费信息', prop: 'freightJson', hide: true, display: false },
|
||||
{
|
||||
label: '',
|
||||
prop: 'attachmentTitle',
|
||||
|
||||
@@ -97,7 +97,7 @@ const formatGoodsInfo = row => {
|
||||
const text = Object.entries(groups)
|
||||
.map(([unit, group]) => {
|
||||
const quantity = `${formatGoodsQuantity(group.quantity)}${unit}`;
|
||||
return `${group.typeName}等${group.count}中货物 | ${quantity}`;
|
||||
return `${group.typeName}等${group.count}种货物 | ${quantity}`;
|
||||
})
|
||||
.join('; ');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user