Browse Source

no message

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

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

@ -14,7 +14,7 @@ Scene({
columns: [ columns: [
{ 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: 175, label: '毛利(元)' }
], ],
reportInfo:{ reportInfo:{

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

@ -14,7 +14,7 @@ const columns2 = [
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' },
{ prop: 'outboundDeliveryNetWeight', width: 185, label: '出货重量(吨)' }, { prop: 'outboundDeliveryNetWeight', width: 185, label: '出货重量(吨)' },
{ prop: 'netWeight', width: 180, label: '纸厂净重(吨)' }, { prop: 'netWeight', width: 180, label: '纸厂净重(吨)' },
{ prop: 'differenceWeight ', width: 185, label: '差异重量(吨)' }
{ prop: 'differenceWeight', width: 185, label: '差异重量(吨)' }
] ]
const columns3 = [ const columns3 = [
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' },

Loading…
Cancel
Save