src/main/resources/templates/tr/hiddenDangerCheck/dangerExamine/editDangerExamine.html
@@ -288,9 +288,9 @@ </div> <div class="form-group showByDangerLevelChange"> <label class="col-sm-3 control-label is-required">风险单元:</label> <label class="col-sm-3 control-label">风险单元:</label> <div class="col-sm-8"> <input id="checkPointName" placeholder="选择风险单元" class="form-control" type="text" onclick="selectRiskPoint()" maxlength="30" readonly="true" required> <input id="checkPointName" placeholder="选择风险单元" class="form-control" type="text" onclick="selectRiskPoint()" maxlength="30" readonly="true"> <input id="checkPointNum" name="hazardCode" type="hidden"> </div> </div> src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html
@@ -240,9 +240,9 @@ <!-- </div>--> <!-- </div>--> <div class="form-group showByDangerLevelChange"> <label class="col-sm-3 control-label is-required">风险单元:</label> <label class="col-sm-3 control-label">风险单元:</label> <div class="col-sm-8"> <input id="checkPointName" placeholder="选择风险单元" class="form-control" type="text" onclick="selectRiskPoint()" maxlength="30" readonly="true" required> <input id="checkPointName" placeholder="选择风险单元" class="form-control" type="text" onclick="selectRiskPoint()" maxlength="30" readonly="true"> <input id="checkPointNum" name="hazardCode" type="hidden"> </div> </div>