Browse Source

no message

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

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

@ -12,11 +12,11 @@ Scene({
height: app.globalData.fragmentHeight,
form: {},
columns: [
{ prop: 'datetime', width: 200, label: '品类', color: '#55C355' },
{ prop: 'sign_in_time', width: 180, label: '出货重量(吨)' },
{ prop: 'sign_out_time', width: 180, label: '结算重量(吨)' },
{ prop: 'work_hour', width: 220, label: '结算均价(元/吨)' },
{ prop: 'status', width: 180, label: '结算金额(元)' }
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' },
{ prop: 'outboundDeliveryNetWeight', width: 180, label: '出货重量(吨)' },
{ prop: 'settleWeight', width: 180, label: '结算重量(吨)' },
{ prop: 'settleAvgPrice ', width: 220, label: '结算均价(元/吨)' },
{ prop: 'settlePrice', width: 180, label: '结算金额(元)' }
],
reportInfo:{
productSalesDailyReportList: [],

Loading…
Cancel
Save