|
|
|
@ -7,7 +7,7 @@ const columns1 = [ |
|
|
|
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, |
|
|
|
{ prop: 'outboundDeliveryNetWeight', width: 180, label: '出货重量(吨)' }, |
|
|
|
{ prop: 'settleWeight', width: 180, label: '结算重量(吨)' }, |
|
|
|
{ prop: 'settleAvgPrice ', width: 220, label: '结算均价(元/吨)' }, |
|
|
|
{ prop: 'settleAvgPrice', width: 220, label: '结算均价(元/吨)' }, |
|
|
|
{ prop: 'settlePrice', width: 180, label: '结算金额(元)' } |
|
|
|
] |
|
|
|
const columns2 = [ |
|
|
|
@ -20,7 +20,7 @@ const columns3 = [ |
|
|
|
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, |
|
|
|
{ prop: 'netWeight', width: 185, label: '纸厂净重(吨)' }, |
|
|
|
{ prop: 'settleWeight', width: 185, label: '结算重量(吨)' }, |
|
|
|
{ prop: 'avgDeductPercent ', width: 180, label: '平均扣点(%)' } |
|
|
|
{ prop: 'avgDeductPercent', width: 180, label: '平均扣点(%)' } |
|
|
|
] |
|
|
|
|
|
|
|
Scene({ |
|
|
|
|