|
|
|
@ -12,11 +12,11 @@ Scene({ |
|
|
|
height: app.globalData.fragmentHeight, |
|
|
|
form: {}, |
|
|
|
columns: [ |
|
|
|
{ prop: 'datetime', width: 200, label: '品类', color: '#55C355' }, |
|
|
|
{ prop: 'sign_in_time', width: 180, label: '出货重量(吨)' }, |
|
|
|
{ prop: 'sign_out_time', width: 180, label: '结算重量(吨)' }, |
|
|
|
{ prop: 'work_hour', width: 220, label: '结算均价(元/吨)' }, |
|
|
|
{ prop: 'status', width: 180, label: '结算金额(元)' } |
|
|
|
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, |
|
|
|
{ prop: 'outboundDeliveryNetWeight', width: 180, label: '出货重量(吨)' }, |
|
|
|
{ prop: 'settleWeight', width: 180, label: '结算重量(吨)' }, |
|
|
|
{ prop: 'settleAvgPrice ', width: 220, label: '结算均价(元/吨)' }, |
|
|
|
{ prop: 'settlePrice', width: 180, label: '结算金额(元)' } |
|
|
|
], |
|
|
|
reportInfo:{ |
|
|
|
productSalesDailyReportList: [], |
|
|
|
|