| | |
| | | <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"> |
| | |
| | | <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); |
| | | } |
| | | } |
| | | |
| | |
| | | minView: "month", |
| | | autoclose: true |
| | | }); |
| | | |
| | | </script> |
| | | </body> |
| | | </html> |