双重预防项目-国泰新华二开定制版
马宇豪
2023-11-29 58a0b166aa92ac699a469f12745728b30769c093
修改时间显示
已修改4个文件
24 ■■■■■ 文件已修改
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailYesDanger.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html
@@ -541,12 +541,6 @@
        });
    }
    $("input[name='findTime']").datetimepicker({
        format: "yyyy-mm-dd",
        minView: "month",
        autoclose: true
    });
    /*核查人  选择 start*/
    function selectExamineUser() {
        var url = ctx + "system/user/selectUserListByParentSonCompany";
@@ -706,6 +700,11 @@
            format: "yyyy-mm-dd hh:ii",
            autoclose: true
        });
        $("input[name='findTime']").datetimepicker({
            format: "yyyy-mm-dd",
            minView: "month",
            autoclose: true
        });
    });
@@ -796,6 +795,7 @@
    //         }
    //     });
    // });
    layui.use('upload', function() {
        var $ = layui.jquery;
        upload = layui.upload;
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html
@@ -137,7 +137,8 @@
                <div class="form-group">
                    <label class="col-sm-4 control-label  ">隐患发现时间:</label>
                    <div class="col-sm-8">
                        <input th:value="*{findTime}" class="form-control" type="text" readonly="readonly">
                        <input th:value="${#dates.format(hiddenDangerCheckPoint.findTime,'yyyy-MM-dd')}"
                               class="form-control" type="text" readonly="readonly">
                    </div>
                </div>
            </div>
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailYesDanger.html
@@ -190,7 +190,8 @@
                <div class="form-group">
                    <label class="col-sm-4 control-label  ">隐患发现时间:</label>
                    <div class="col-sm-8">
                        <input th:value="*{findTime}" class="form-control" type="text" readonly="readonly">
                        <input th:value="${#dates.format(hiddenDangerCheckPoint.findTime,'yyyy-MM-dd')}"
                               class="form-control" type="text" readonly="readonly">
                    </div>
                </div>
            </div>
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/editJudgeDangerReport.html
@@ -235,7 +235,11 @@
    /*隐患责任部门 选择 end*/
    $("input[name='findTime']").datetimepicker({
        format: "yyyy-mm-dd",
        minView: "month",
        autoclose: true
    });
    <!--layui图片文件上传-->
    layui.use('upload', function () {