双重预防项目-国泰新华二开定制版
heheng
2025-04-15 7be0d5b901b999d2347774df3cc1a64927838bb3
src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/delayDangerRectify.html
@@ -68,8 +68,6 @@
<body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
    <form class="form-horizontal m" id="form-hdcp-edit" th:object="${hdcp}">
        <h4 class="form-header h4">延期整改</h4>
        <input name="id" th:field="*{id}" type="hidden">
<!--        <input name="checkId" th:field="*{checkId}" type="hidden">-->
        <div class="form-group showByDangerLevelChange">
@@ -87,12 +85,11 @@
<th:block th:include="include :: datetimepicker-js"/>
<th:block th:include="include :: jquery-steps-js"/>
<script type="text/javascript">
    var prefix = ctx + "tr/hiddenDangerCheck/dangerRectify";
    function submitHandler() {
        if ($.validate.form()) {
            var data = $('#form-hdcp-edit').serializeArray();
            console.log(data,'data')
            $.operate.save(prefix + "/editDangerRectifySave", data);
            $.operate.save(prefix + "/rectifyTimeOut", data);
        }
    }
@@ -101,7 +98,6 @@
        minView: "month",
        autoclose: true
    });
</script>
</body>
</html>