|
@@ -332,7 +332,31 @@ public class THazardWorkPermitController extends BaseController {
|
|
|
params.put("dEleCircuitNo", Texts.of(tHazardWorkPermit.getdEleCircuitNo()).fontSize(7).bold().create());
|
|
|
// 1.3
|
|
|
getCheck(params, tHazardWorkPermit.getdIsRadioactiveSources(), "dIsRadioactiveSources", "dIsRadioactiveSources2");
|
|
|
+ //E 栏
|
|
|
+ //1.是否可能有残留物料
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsPresent(), "eIsPresent", "eIsPresent2");
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsRequiredPpe(), "eIsRequiredPpe", "eIsRequiredPpe2");
|
|
|
+ //2.项目内容"
|
|
|
+ params.put("ePpeContent", Texts.of(tHazardWorkPermit.getePpeContent()).fontSize(7).bold().create());
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsSafeGoggles(), "eIsSafeGoggles", "eIsSafeGoggles2");
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsFaceShield(), "eIsFaceShield", "eIsFaceShield2");
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsProtectGloves(), "eIsProtectGloves", "eIsProtectGloves2");
|
|
|
+ params.put("eProtectGlovesContent", Texts.of(tHazardWorkPermit.geteProtectGlovesContent()).fontSize(7).bold().create());
|
|
|
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsRubberBoots(), "eIsRubberBoots", "eIsRubberBoots2");
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsRubberApron(), "eIsRubberApron", "eIsRubberApron2");
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsProtectSuit(), "eIsProtectSuit", "eIsProtectSuit2");
|
|
|
+ params.put("eProtectSuitContent", Texts.of(tHazardWorkPermit.geteProtectSuitContent()).fontSize(7).bold().create());
|
|
|
+ //2.7是否呼吸保护用品
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsResProtect(), "eIsResProtect", "eIsResProtect2");
|
|
|
+ params.put("eResProtectContent", Texts.of(tHazardWorkPermit.geteResProtectContent()).fontSize(7).bold().create());
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsFallArrest(), "eIsFallArrest", "eIsFallArrest2");
|
|
|
+ params.put("eFallArrestContent", Texts.of(tHazardWorkPermit.geteFallArrestContent()).fontSize(7).bold().create());
|
|
|
+ //2.9
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsOtherProtect(), "eIsOtherProtect", "eIsOtherProtect2");
|
|
|
+ params.put("eOtherProtectContent", Texts.of(tHazardWorkPermit.geteOtherProtectContent()).fontSize(7).bold().create());
|
|
|
+ //3.是否连续监控
|
|
|
+ getCheck(params, tHazardWorkPermit.geteIsContinueMonitoring(), "eIsContinueMonitoring", "eIsContinueMonitoring2");
|
|
|
|
|
|
return params;
|
|
|
}
|