Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
eeb235d87f
1 changed files with 2 additions and 2 deletions
  1. 4
      xtends/statics/sale-report/index.js

4
xtends/statics/sale-report/index.js

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

Loading…
Cancel
Save