Browse Source

no message

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

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

@ -17,10 +17,7 @@ const columns2 = [
{ prop: 'differenceWeight', width: 185, label: '差异重量(吨)' }
]
const columns3 = [
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#5
5C355' },
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' },
{ prop: 'netWeight', width: 185, label: '纸厂净重(吨)' },
{ prop: 'settleWeight', width: 185, label: '结算重量(吨)' },
{ prop: 'avgDeductPercent', width: 180, label: '平均扣点(%)' }

Loading…
Cancel
Save