|
|
@ -15,7 +15,7 @@ Scene({ |
|
|
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, |
|
|
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, |
|
|
{ prop: 'receiptPrice', width: 200, label: '采购金额(元)' }, |
|
|
{ prop: 'receiptPrice', width: 200, label: '采购金额(元)' }, |
|
|
{ prop: 'salesPrice', width: 200, label: '销售金额(元)' }, |
|
|
{ prop: 'salesPrice', width: 200, label: '销售金额(元)' }, |
|
|
{ prop: 'grossProfit', width: 175, label: '毛利(元)' } |
|
|
|
|
|
|
|
|
{ prop: 'grossProfit', width: 150, label: '毛利(元)' } |
|
|
], |
|
|
], |
|
|
reportInfo:{ |
|
|
reportInfo:{ |
|
|
productGrossProfitReportList: [], |
|
|
productGrossProfitReportList: [], |
|
|
|