Browse Source

盖章模版修改

master
CMM 1 year ago
parent
commit
a41eebddda
4 changed files with 15 additions and 8 deletions
  1. +10
    -0
      pmapi/src/main/java/com/ningdatech/pmapi/todocenter/manage/TodoCenterManage.java
  2. +3
    -8
      pmapi/src/main/resources/template/区县-预审申请单.html
  3. +1
    -0
      pmapi/src/main/resources/template/市级-预审申请单.html
  4. +1
    -0
      pmapi/src/main/resources/template/建设方案申请单.html

+ 10
- 0
pmapi/src/main/java/com/ningdatech/pmapi/todocenter/manage/TodoCenterManage.java View File

@@ -1229,6 +1229,11 @@ public class TodoCenterManage {
else if (CommonEnum.YES.getCode().equals(isSuperOrg)) {
// 有上级条线主管单位信息且有本级主管单位信息
// 有主管单位信息且登录用户所在单位是主管单位
// 如果项目关联的预审文件ID和上级条线审核意见不为空,说明已经提交过审核意见,直接返回文件ID
if (Boolean.TRUE.equals(getCountryNotSealedInfoVO(pretrialFileId, notSealedInfoVo,
project.getCountrySealAuditOpinion()))){
return notSealedInfoVo;
}
// 装配本级主管单位审核意见
checkEmpPosUnitCode(empPosUnitCode,auditOpinion,auditDate,superOrgCode,countryParamsMap);
// 装配上级条线主管单位意见,调用盖章接口,
@@ -1239,6 +1244,11 @@ public class TodoCenterManage {
}else if (CommonEnum.NO.getCode().equals(isSuperOrg)) {
// 有上级条线主管单位信息,没有本级主管单位信息
// 没有选主管单位,默认为项目建设单位且登录用户所在单位为项目建设单位
// 如果项目关联的预审文件ID和上级条线审核意见不为空,说明已经提交过审核意见,直接返回文件ID
if (Boolean.TRUE.equals(getCountryNotSealedInfoVO(pretrialFileId, notSealedInfoVo,
project.getCountrySealAuditOpinion()))){
return notSealedInfoVo;
}
checkEmpPosUnitCode(empPosUnitCode,auditOpinion,auditDate,buildOrgCode,countryParamsMap);
// 装配上级条线主管单位意见,调用盖章接口,
// 重新生成上级条线主管单位盖章而本级主管单位未盖章的pdf文件


+ 3
- 8
pmapi/src/main/resources/template/区县-预审申请单.html View File

@@ -37,6 +37,7 @@
color: #999999;
text-align: left;
margin-bottom: 8px;
margin-top: 0;
}
.projectId > .time {
float: right;
@@ -94,18 +95,12 @@
.h-100{
height: 100px;
}
.h-800{
height: 800px;
}
.h-1460{
height: 1460px;
.h-400{
height: 400px;
}
.h-1200{
height: 1200px;
}
.h-400{
height: 400px;
}
</style>
</head>
<body>


+ 1
- 0
pmapi/src/main/resources/template/市级-预审申请单.html View File

@@ -37,6 +37,7 @@
color: #999999;
text-align: left;
margin-bottom: 8px;
margin-top: 0;
}
.projectId > .time {
float: right;


+ 1
- 0
pmapi/src/main/resources/template/建设方案申请单.html View File

@@ -37,6 +37,7 @@
color: #999999;
text-align: left;
margin-bottom: 8px;
margin-top: 0;
}
.projectId > .time {
float: right;


Loading…
Cancel
Save