|
@@ -169,7 +169,7 @@ export class EfficiencyReportListComponent implements OnInit {
|
|
|
let data=[];
|
|
|
//设置导出头
|
|
|
let title=[
|
|
|
- // ['项目编号'],
|
|
|
+ ['项目编号'],
|
|
|
['项目名称'],
|
|
|
['工作中心'],
|
|
|
['订单编号'],
|
|
@@ -190,7 +190,7 @@ export class EfficiencyReportListComponent implements OnInit {
|
|
|
if(dataList){
|
|
|
dataList.forEach(element => {
|
|
|
let row=[];
|
|
|
- // row.push(element.costItemCode)
|
|
|
+ row.push(element.costItemCode)
|
|
|
row.push(element.projectName)
|
|
|
row.push(element.workCenter)
|
|
|
row.push(element.orderNumber)
|
|
@@ -217,6 +217,7 @@ export class EfficiencyReportListComponent implements OnInit {
|
|
|
'',
|
|
|
'',
|
|
|
'',
|
|
|
+ '',
|
|
|
this.totalList.numberOfTasks,
|
|
|
'',
|
|
|
'',
|