|
@@ -5404,7 +5404,8 @@
|
|
extraField2: list.report[i].extraField2,
|
|
extraField2: list.report[i].extraField2,
|
|
extraField3: list.report[i].extraField3,
|
|
extraField3: list.report[i].extraField3,
|
|
workContentList: list.report[i].workContentList,
|
|
workContentList: list.report[i].workContentList,
|
|
- filteredRespList: filteredRespList
|
|
|
|
|
|
+ filteredRespList: filteredRespList,
|
|
|
|
+ serviceList: report[i].serviceList
|
|
})
|
|
})
|
|
if (list.report[i].state >= 2) {
|
|
if (list.report[i].state >= 2) {
|
|
this.canEdit = true;
|
|
this.canEdit = true;
|
|
@@ -7347,7 +7348,7 @@
|
|
formData.append('extraField3', this.workForm.domains[i].extraField3);
|
|
formData.append('extraField3', this.workForm.domains[i].extraField3);
|
|
}
|
|
}
|
|
//依斯贝的服务Id
|
|
//依斯贝的服务Id
|
|
- if (this.user.companyId == this.yisibeiCompId || this.user.companyId == 10) {
|
|
|
|
|
|
+ if (this.user.companyId == this.yisibeiCompId) {
|
|
formData.append('sapServiceId', this.workForm.domains[i].sapServiceId);
|
|
formData.append('sapServiceId', this.workForm.domains[i].sapServiceId);
|
|
}
|
|
}
|
|
}
|
|
}
|