@ -1,18 +1,19 @@
<!DOCTYPE html>
< html lang = "zh" xmlns:th = "http://www.thymeleaf.org" >
< html lang = "zh" xmlns:th = "http://www.thymeleaf.org" >
< head >
< th:block th:include = "include :: header('修改历史数据记录')" / >
< th:block th:include = "include :: datetimepicker-css" / >
< th:block th:include = "include :: header('修改历史数据记录')" / >
< th:block th:include = "include :: datetimepicker-css" / >
< / head >
< body class = "white-bg" >
< 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-record_piont_data-edit" th:object = "${recordPiontData}" >
< input name = "objid" th:field = "*{objid}" type = "hidden" >
< div class = "form-group" >
< label class = "col-sm-3 control-label" > 采集时间:< / label >
< div class = "col-sm-8" >
< div class = "input-group date" >
< input name = "recordTime" th:value = "${#dates.format(recordPiontData.recordTime, 'yyyy-MM-dd')}" class = "form-control" placeholder = "yyyy-MM-dd" type = "text" >
< div class = "input-group date" style = "width: 150px" >
< input name = "recordTime" th:value = "${#dates.format(recordPiontData.recordTime, 'yyyy-MM-dd HH:mm:ss')}"
class="form-control" placeholder="yyyy-MM-dd HH:mm:ss" type="text" >
< span class = "input-group-addon" > < i class = "fa fa-calendar" > < / i > < / span >
< / div >
< / div >
@ -54,10 +55,10 @@
< / div >
< / div >
< / form >
< / div >
< th:block th:include = "include :: footer" / >
< th:block th:include = "include :: datetimepicker-js" / >
< script th:inline = "javascript" >
< / div >
< th:block th:include = "include :: footer" / >
< th:block th:include = "include :: datetimepicker-js" / >
< script th:inline = "javascript" >
var prefix = ctx + "manage/record_piont_data";
$("#form-record_piont_data-edit").validate({
focusCleanup: true
@ -74,6 +75,6 @@
minView: "month",
autoclose: true
});
< / script >
< / script >
< / body >
< / html >