|
@@ -0,0 +1,98 @@
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
+<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
|
|
|
|
+<head>
|
|
|
|
+ <th:block th:include="include :: header('用户基本信息')" />
|
|
|
|
+</head>
|
|
|
|
+<body class="white-bg">
|
|
|
|
+ <div class="wrapper wrapper-content animated fadeInRight ibox-content">
|
|
|
|
+ <form class="form-horizontal m" id="form-yhjbxx-edit" th:object="${tGuijiHousingconstructionYhjbxx}">
|
|
|
|
+ <input name="id" th:field="*{id}" type="hidden">
|
|
|
|
+ <!--<div class="form-group"> -->
|
|
|
|
+ <!--<label class="col-sm-3 control-label">推送时间:</label>-->
|
|
|
|
+ <!--<div class="col-sm-8">-->
|
|
|
|
+ <!--<input name="cdTime" th:field="*{cdTime}" class="form-control" type="text">-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--<div class="form-group"> -->
|
|
|
|
+ <!--<label class="col-sm-3 control-label">批次号:</label>-->
|
|
|
|
+ <!--<div class="col-sm-8">-->
|
|
|
|
+ <!--<input name="cdBatch" th:field="*{cdBatch}" class="form-control" type="text">-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--<div class="form-group"> -->
|
|
|
|
+ <!--<label class="col-sm-3 control-label">操作状态:</label>-->
|
|
|
|
+ <!--<div class="col-sm-8">-->
|
|
|
|
+ <!--<input name="cdOperation" th:field="*{cdOperation}" class="form-control" type="text">-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--<div class="form-group"> -->
|
|
|
|
+ <!--<label class="col-sm-3 control-label">数据来源:</label>-->
|
|
|
|
+ <!--<div class="col-sm-8">-->
|
|
|
|
+ <!--<input name="cdSource" th:field="*{cdSource}" class="form-control" type="text">-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-3 control-label">用户编号:</label>
|
|
|
|
+ <div class="col-sm-8">
|
|
|
|
+ <input name="yhbh" th:field="*{yhbh}" class="form-control" type="text">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-3 control-label">用户名称:</label>
|
|
|
|
+ <div class="col-sm-8">
|
|
|
|
+ <input name="yhmc" th:field="*{yhmc}" class="form-control" type="text">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-3 control-label">用户地址:</label>
|
|
|
|
+ <div class="col-sm-8">
|
|
|
|
+ <input name="yhdz" th:field="*{yhdz}" class="form-control" type="text">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-3 control-label">推送时间:</label>
|
|
|
|
+ <div class="col-sm-8">
|
|
|
|
+ <input name="cdTime" th:field="*{cdTime}" class="form-control" type="text">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!--<div class="form-group"> -->
|
|
|
|
+ <!--<label class="col-sm-3 control-label">用水月份:</label>-->
|
|
|
|
+ <!--<div class="col-sm-8">-->
|
|
|
|
+ <!--<input name="ysyf" th:field="*{ysyf}" class="form-control" type="text">-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--<div class="form-group"> -->
|
|
|
|
+ <!--<label class="col-sm-3 control-label">用水量:</label>-->
|
|
|
|
+ <!--<div class="col-sm-8">-->
|
|
|
|
+ <!--<input name="ysl" th:field="*{ysl}" class="form-control" type="text">-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--<div class="form-group"> -->
|
|
|
|
+ <!--<label class="col-sm-3 control-label">是否缴费:</label>-->
|
|
|
|
+ <!--<div class="col-sm-8">-->
|
|
|
|
+ <!--<input name="sfjf" th:field="*{sfjf}" class="form-control" type="text">-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--<div class="form-group"> -->
|
|
|
|
+ <!--<label class="col-sm-3 control-label">缴费时间:</label>-->
|
|
|
|
+ <!--<div class="col-sm-8">-->
|
|
|
|
+ <!--<input name="jfsj" th:field="*{jfsj}" class="form-control" type="text">-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
|
|
+ <!--<th:block th:include="include :: footer" />-->
|
|
|
|
+ <!--<script th:inline="javascript">-->
|
|
|
|
+ <!--var prefix = ctx + "system/yhjbxx";-->
|
|
|
|
+ <!--$("#form-yhjbxx-edit").validate({-->
|
|
|
|
+ <!--focusCleanup: true-->
|
|
|
|
+ <!--});-->
|
|
|
|
+
|
|
|
|
+ <!--function submitHandler() {-->
|
|
|
|
+ <!--if ($.validate.form()) {-->
|
|
|
|
+ <!--$.operate.save(prefix + "/edit", $('#form-yhjbxx-edit').serialize());-->
|
|
|
|
+ <!--}-->
|
|
|
|
+ <!--}-->
|
|
|
|
+ <!--</script>-->
|
|
|
|
+</body>
|
|
|
|
+</html>
|