Browse Source

no message

feature/v2.1
张山 4 years ago
parent
commit
c2d32bb396
2 changed files with 6 additions and 3 deletions
  1. 4
      pages/storage/index/index.js
  2. 5
      xtends/statics/sale-report/index.js

4
pages/storage/index/index.js

@ -112,8 +112,8 @@ Component({
this.data.tabList2[1].badge = ''
}
}
var vdateString = util.formatDate(new Date(vdate[0]), 'Y-M-D') + '至' + util.formatDate(new Date(vdate[1]), 'Y-M-D')
this.setData({ tabList2: this.data.tabList2, vdate, vdateString })
// var vdateString = util.formatDate(new Date(vdate[0]), 'Y-M-D') + '至' + util.formatDate(new Date(vdate[1]), 'Y-M-D')
this.setData({ tabList2: this.data.tabList2 })
if(loading){
wx.hideLoading()
}

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

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

Loading…
Cancel
Save