涉密文件提取

master
dshclm 11 months ago
parent d9e9b93889
commit 31356e5321

@ -8,7 +8,7 @@
<div class="wrapper wrapper-content animated fadeInRight ibox-content"> <div class="wrapper wrapper-content animated fadeInRight ibox-content">
<form class="form-horizontal m" id="form-filereceive-edit" th:object="${tdFileReceive}"> <form class="form-horizontal m" id="form-filereceive-edit" th:object="${tdFileReceive}">
<input name="receiveId" th:field="*{receiveId}" type="hidden"> <input name="receiveId" th:field="*{receiveId}" type="hidden">
<input name="receiveState" th:value="'1'" class="form-control" type="hidden"> <input name="extractState" th:value="'1'" class="form-control" type="hidden">
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label">文件编号:</label> <label class="col-sm-3 control-label">文件编号:</label>
<div class="col-sm-8"> <div class="col-sm-8">
@ -63,15 +63,15 @@
function submitHandler() { function submitHandler() {
if ($.validate.form()) { if ($.validate.form()) {
$.operate.save(prefix + "/edit", $('#form-fileextract-edit').serialize()); $.operate.save(prefix + "/edit", $('#form-filereceive-edit').serialize());
} }
} }
$("input[name='extractDate']").val($.common.dateFormat(new Date(),"yyyy-MM-dd")); $("input[name='extractDate']").val($.common.dateFormat(new Date(),"yyyy-MM-dd"));
$("input[name='extractDate']").datetimepicker({ // $("input[name='extractDate']").datetimepicker({
format: "yyyy-mm-dd", // format: "yyyy-mm-dd",
minView: "month", // minView: "month",
autoclose: true // autoclose: true
}); // });
</script> </script>
</body> </body>
</html> </html>

Loading…
Cancel
Save