From 2eb9ef930a5e224173d1a7692589b3c2cf8b9cc2 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Fri, 11 Mar 2022 15:35:38 +0800 Subject: [PATCH] fix bug --- .../components/bulk/bulk.component.ts | 28 +++++-------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/src/app/routes/waybill-management/components/bulk/bulk.component.ts b/src/app/routes/waybill-management/components/bulk/bulk.component.ts index 87256622..f4f45f08 100644 --- a/src/app/routes/waybill-management/components/bulk/bulk.component.ts +++ b/src/app/routes/waybill-management/components/bulk/bulk.component.ts @@ -259,42 +259,28 @@ tabs = { width: '220px', index: 'dischargePlace' }, - // { - // title: '货物信息', - // className: 'text-left', - // width: '250px', - // render: 'goodsInfos' - // }, - { + { title: '货物信息', - index: 'goodsInfos', - width: '180px', className: 'text-left', - format: (item: any) => - `${item.goodsName}/ - ${item.goodsWeight || '0'}吨/ - ${item.goodsVolume || '0'}方/ - ${item.goodsNumber || '0'}件` + width: '250px', + render: 'goodsInfos' }, { title: '运费单价', className: 'text-right', - width: '120px', + width: '150px', render: 'freightPrice' }, { title: '接单数量', - render: 'receveOrderCountInfo', - width: '170px', + index: 'orderReceivingQuantity', + width: '200px', className: 'text-left', - format: (item: any) => - `${item.acceptWeight || '0'}吨/ - ${item.acceptVolume || '0'}方` }, { title: '结算数量', index: '结算数量', - width: '170px', + width: '200px', className: 'text-left', format: (item: any) => `${item.settlementWeight || '0'}吨/