|
|
|
@ -552,7 +552,7 @@ public class EamProjectServiceImpl implements EamProjectService { |
|
|
|
s.append("<td style='border: 1px solid #dddddd; text-align: center; padding: 8px;'>").append(formatter.format(proofingInformationData.getDueDate())).append("</td>"); |
|
|
|
if (!Objects.equals(type, "项目物料立项")) { |
|
|
|
// 使用 <a> 标签创建可点击链接,链接地址和文本均自定义 |
|
|
|
String documentLink = "<a href='http://localhost:8002/#/eam-eamProjectInfoForUploads?flag=4&documentDefinitionListId=" + proofingInformationData.getDocumentDefinitionListId() + "'>" |
|
|
|
String documentLink = "<a href='http://172.26.68.17:9001/#/eam-eamProjectInfoForUploads?flag=4&documentDefinitionListId=" + proofingInformationData.getDocumentDefinitionListId() + "'>" |
|
|
|
+ proofingInformationData.getDocumentType() + "</a>"; |
|
|
|
s.append("<td style='border: 1px solid #dddddd; padding: 8px;'>").append(documentLink).append("</td>"); |
|
|
|
s.append("<td style='border: 1px solid #dddddd; padding: 8px;'>").append(proofingInformationData.getUserDisplay()).append("</td>"); |
|
|
|
@ -571,7 +571,7 @@ public class EamProjectServiceImpl implements EamProjectService { |
|
|
|
s.append("<td style='border: 1px solid #dddddd; padding: 8px;'></td>"); |
|
|
|
if (!Objects.equals(type, "项目物料立项")) { |
|
|
|
// 使用 <a> 标签创建可点击链接,链接地址和文本均自定义 |
|
|
|
String documentLink = "<a href='http://localhost:8002/#/eam-eamProjectInfoForUploads?flag=4&documentDefinitionListId=" + proofingInformationData.getDocumentDefinitionListId() + "'>" |
|
|
|
String documentLink = "<a href='http://172.26.68.17:9001/#/eam-eamProjectInfoForUploads?flag=4&documentDefinitionListId=" + proofingInformationData.getDocumentDefinitionListId() + "'>" |
|
|
|
+ proofingInformationData.getDocumentType() + "</a>"; |
|
|
|
s.append("<td style='border: 1px solid #dddddd; padding: 8px;'>").append(documentLink).append("</td>"); |
|
|
|
s.append("<td style='border: 1px solid #dddddd; padding: 8px;'>").append(proofingInformationData.getUserDisplay()).append("</td>"); |
|
|
|
@ -703,7 +703,7 @@ public class EamProjectServiceImpl implements EamProjectService { |
|
|
|
StringBuilder s = new StringBuilder(); |
|
|
|
s.append("<ol>"); |
|
|
|
// 使用 <a> 标签创建可点击链接,链接地址和文本均自定义 |
|
|
|
String projectPartLink = "<a href='http://localhost:8002/#/eam-eamProjectInfoForUploads?flag=4&documentDefinitionListId=" + inData.getDocumentDefinitionListId() + "'>" |
|
|
|
String projectPartLink = "<a href='http://172.26.68.17:9001/#/eam-eamProjectInfoForUploads?flag=4&documentDefinitionListId=" + inData.getDocumentDefinitionListId() + "'>" |
|
|
|
+ inData.getDocumentType() + "</a>"; |
|
|
|
if (inData.getProofingNo().equals("*")) { |
|
|
|
s.append("<li>请及时上传转量产阶段文档文件!<br></br>"); |
|
|
|
@ -771,7 +771,7 @@ public class EamProjectServiceImpl implements EamProjectService { |
|
|
|
//List<String> collect = data.getItemList().stream().filter(a -> "N".equals(a.getItemResult())).map(QcFAIRecordData::getItemDesc).collect(Collectors.toList()); |
|
|
|
if (emailAddress != null) { |
|
|
|
// 使用 <a> 标签创建可点击链接,链接地址和文本均自定义 |
|
|
|
String projectPartLink = "<a href='http://localhost:8002/#/eam-eamProjectPartInfo?projectPartId=" + inData.getProjectPartId() + "'>" |
|
|
|
String projectPartLink = "<a href='http://172.26.68.17:9001/#/eam-eamProjectPartInfo?projectPartId=" + inData.getProjectPartId() + "'>" |
|
|
|
+ inData.getTestPartNo() + "</a>"; |
|
|
|
StringBuilder s = new StringBuilder(); |
|
|
|
s.append("<ol>"); |
|
|
|
@ -986,10 +986,10 @@ public class EamProjectServiceImpl implements EamProjectService { |
|
|
|
String projectPartLink = null; |
|
|
|
|
|
|
|
if (proofingInformationData.getDocumentType().equals("打样单未完成") || proofingInformationData.getDocumentType().equals("生产文档未确认")) { |
|
|
|
projectPartLink = "<a href='http://localhost:8002/#/eam-eamProjectPartInfo?projectPartId=" + proofingInformationData.getProjectPartId() + "'>" |
|
|
|
projectPartLink = "<a href='http://172.26.68.17:9001/#/eam-eamProjectPartInfo?projectPartId=" + proofingInformationData.getProjectPartId() + "'>" |
|
|
|
+ proofingInformationData.getDocumentType() + "</a>"; |
|
|
|
} else { |
|
|
|
projectPartLink = "<a href='http://localhost:8002/#/eam-eamProjectInfoForUploads?flag=4&documentDefinitionListId=" + proofingInformationData.getDocumentDefinitionListId() + "'>" |
|
|
|
projectPartLink = "<a href='http://172.26.68.17:9001/#/eam-eamProjectInfoForUploads?flag=4&documentDefinitionListId=" + proofingInformationData.getDocumentDefinitionListId() + "'>" |
|
|
|
+ proofingInformationData.getDocumentType() + "</a>"; |
|
|
|
} |
|
|
|
|
|
|
|
|