|
|
|
@ -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'
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|