|
@@ -2730,8 +2730,11 @@ export default {
|
|
sl.endDate = this.rangeDatas[1]
|
|
sl.endDate = this.rangeDatas[1]
|
|
}else if(this.ins == 27) {
|
|
}else if(this.ins == 27) {
|
|
fName = this.$t('xiangMuYuGuGongShiBiao') + '.xlsx'
|
|
fName = this.$t('xiangMuYuGuGongShiBiao') + '.xlsx'
|
|
- url = "/project/exportProjectEstimatedWorkTime"
|
|
|
|
|
|
+ // url = "/project/exportProjectEstimatedWorkTime"
|
|
|
|
+ url = "/project/exportProjectEstimatedWorkNew"
|
|
this.proJuctId ? sl.projectId = this.proJuctId : ''
|
|
this.proJuctId ? sl.projectId = this.proJuctId : ''
|
|
|
|
+ this.isWarn == '1' ? sl.isWarn = 1 : ''
|
|
|
|
+ this.estimatedWorkingHoursType == '按项目查看' ? sl.type = 0 : sl.type = 1
|
|
}else if(this.ins == 28) {
|
|
}else if(this.ins == 28) {
|
|
fName = this.$t('yuanGongRenWuWanChengQingKuangBiao') + '.xlsx'
|
|
fName = this.$t('yuanGongRenWuWanChengQingKuangBiao') + '.xlsx'
|
|
url = "/task/exportUserTaskCompleteDetail"
|
|
url = "/task/exportUserTaskCompleteDetail"
|