增加前勤分小记

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

Loading…
Cancel
Save