Browse Source

no message

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

2
xtends/statics/gross-report/index.js

@ -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: [],

Loading…
Cancel
Save