双重预防项目-国泰新华二开定制版
马宇豪
2023-10-31 26e59ad8c064356611be3d5fa567abe997cf3f5e
添加下拉参数
已修改2个文件
17 ■■■■ 文件已修改
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReport.html 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReport.html
@@ -45,7 +45,20 @@
                <input name="dangerName" class="form-control" type="text" required>
            </div>
        </div>
        <div class="form-group">
            <label class="col-sm-3 control-label is-required">排查方法:</label>
            <div class="col-sm-8">
                <select name="remark" class="form-control m-b" required>
                    <option style="display: none"></option>
                    <option value="查现场">查现场</option>
                    <option value="查行为">查行为</option>
                    <option value="查事故">查事故</option>
                    <option value="查图纸">查图纸</option>
                    <option value="查制度">查制度</option>
                    <option value="查标准">查标准</option>
                </select>
            </div>
        </div>
        <div class="form-group">
            <label class="col-sm-3 control-label is-required">隐患描述:</label>
            <div class="col-sm-8">
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html
@@ -155,7 +155,7 @@
    //根据是否为隐患--来控制--显示选择核查人--是否显示
    // $("select[name='reportStatus']").change(function () {
        var $thisVal = $(this).val();
    //     var $thisVal = $(this).val();
        // if ($thisVal == "1") {
        //     $("#showByReportStatusChange").hide();
        //     $(".requiredByReportStatusChange").removeClass("is-required");