|
@@ -578,7 +578,7 @@ public class ProjectBudgetController extends BaseController {
|
|
|
projectBudgetService.updateCheck(itemId, "donor_material_check", "2");
|
|
|
e.setItemName(e.getItemName() + "(未通过财务检查)");
|
|
|
} else if (i == 2) {
|
|
|
- notMsg.append("项目编号" + itemId + "领料未完成;");
|
|
|
+// notMsg.append("项目编号" + itemId + "领料未完成;");
|
|
|
//修改项目donor_material_check状态
|
|
|
projectBudgetService.updateCheck(itemId, "donor_material_check", "2");
|
|
|
e.setItemName(e.getItemName() + "(未通过财务检查)");
|
|
@@ -600,7 +600,7 @@ public class ProjectBudgetController extends BaseController {
|
|
|
//判断是否存在缺失应付金额或者甲供材审定信息的项目
|
|
|
|
|
|
//费用检查检查未通过
|
|
|
- /*if (notPass.size() > 0) {
|
|
|
+ if (notPass.size() > 0) {
|
|
|
for (String a :
|
|
|
notPass) {
|
|
|
for (ErpCredit e :
|
|
@@ -609,14 +609,14 @@ public class ProjectBudgetController extends BaseController {
|
|
|
e.setItemName(e.getItemName() + "(未通过财务检查)");
|
|
|
}
|
|
|
}
|
|
|
- notMsg.append("项目编号" + a + "费用入账有误;");
|
|
|
+// notMsg.append("项目编号" + a + "费用入账有误;");
|
|
|
}
|
|
|
- }*/
|
|
|
+ }
|
|
|
if (notExit.size() > 0) {
|
|
|
if (notExit.size() > 0) {
|
|
|
for (String a :
|
|
|
notExit) {
|
|
|
- nullMsg.append("项目编号" + a + "缺少应付金额;");
|
|
|
+// nullMsg.append("项目编号" + a + "缺少应付金额;");
|
|
|
}
|
|
|
}
|
|
|
if (null != nullMsg && !"".equals(nullMsg)) {
|
|
@@ -684,7 +684,7 @@ public class ProjectBudgetController extends BaseController {
|
|
|
projectBudgetService.updateCheck(itemId, "donor_material_check", "2");
|
|
|
e.setItemName(e.getItemName() + "(未通过财务检查)");
|
|
|
} else if (i == 2) {
|
|
|
- costNotMsg.append("成本项目编号" + itemId + "领料未完成;");
|
|
|
+// costNotMsg.append("成本项目编号" + itemId + "领料未完成;");
|
|
|
//修改项目donor_material_check状态
|
|
|
projectBudgetService.updateCheck(itemId, "donor_material_check", "2");
|
|
|
e.setItemName(e.getItemName() + "(未通过财务检查)");
|
|
@@ -707,7 +707,7 @@ public class ProjectBudgetController extends BaseController {
|
|
|
costNullMsg.append("项目编号" + a + "缺少应付金额;");
|
|
|
}
|
|
|
}
|
|
|
- /*for (String a :
|
|
|
+ for (String a :
|
|
|
notPass) {
|
|
|
for (ErpCredit e :
|
|
|
erpCredits) {
|
|
@@ -715,8 +715,8 @@ public class ProjectBudgetController extends BaseController {
|
|
|
e.setItemName(e.getItemName() + "(未通过财务检查)");
|
|
|
}
|
|
|
}
|
|
|
- costNotMsg.append("项目编号" + a + "费用入账有误;");
|
|
|
- }*/
|
|
|
+// costNotMsg.append("项目编号" + a + "费用入账有误;");
|
|
|
+ }
|
|
|
}
|
|
|
if (null != costNullMsg && !"".equals(costNullMsg)) {
|
|
|
returnMsg.append(costNullMsg);
|