双重预防项目-国泰新华二开定制版
zhouwenxuan
2023-11-08 c21040936053dbb862d3f82c742cba63a0a8378d
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html
@@ -45,6 +45,12 @@
                <input th:value="*{dangerName}" class="form-control" type="text" readonly="readonly">
            </div>
        </div>
        <div class="form-group">
            <label class="col-sm-3 control-label is-required">排查方法:</label>
            <div class="col-sm-8">
                <input th:value="*{remark}" class="form-control" type="text" readonly="readonly">
            </div>
        </div>
        <div class="form-group">
            <label class="col-sm-3 control-label is-required">隐患描述:</label>
@@ -155,7 +161,7 @@
    //根据是否为隐患--来控制--显示选择核查人--是否显示
    // $("select[name='reportStatus']").change(function () {
        var $thisVal = $(this).val();
    //     var $thisVal = $(this).val();
        // if ($thisVal == "1") {
        //     $("#showByReportStatusChange").hide();
        //     $(".requiredByReportStatusChange").removeClass("is-required");