增加前勤分小记

feature/2.0-sales-trade
Jimmy Liow 3 years ago
parent e49888fa62
commit b92c107522

@ -177,7 +177,6 @@ class CustomerServices {
.append('OldDate1', this.startDateString)
.append('OldDate2', this.endDateString)
.append('DepList', this.selectedTeam)
.append('Country', this.selectedCountry)
.build();
req.fetchJSON(fetchUrl)
.then(json => {
@ -241,7 +240,7 @@ class CustomerServices {
title: '前勤分',
dataIndex: 'qianqin',
children: [{
title: '-',
title: total1.qianqin,
dataIndex: 'qianqin'
}
]

Loading…
Cancel
Save