From f9d8ff7173608dd073c15dd362267245d3bd063e Mon Sep 17 00:00:00 2001 From: suerwei <18810552194@163.com> Date: 星期二, 21 五月 2024 14:48:19 +0800 Subject: [PATCH] 绑定holeCode --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/edit.html | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/edit.html index 804b13c..a358fe0 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/edit.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/edit.html @@ -7,22 +7,28 @@ <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-projectData-edit" th:object="${projectData}"> <input name="id" th:field="*{id}" type="hidden"> - <div class="form-group"> + <div class="form-group"> <label class="col-sm-3 control-label">璧勬枡鍚嶇О锛�</label> <div class="col-sm-8"> <input name="name" th:field="*{name}" class="form-control" type="text"> </div> </div> - <div class="form-group"> - <label class="col-sm-3 control-label">璧勬枡绫诲瀷锛�</label> + <div class="form-group"> + <label class="col-sm-3 control-label">閽诲瓟缂栧彿锛�</label> <div class="col-sm-8"> - <select name="dataType" class="form-control m-b" th:with="type=${@dict.getType('project_data_type')}" required> - <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{dataType}"></option> - </select> + <input name="holeCode" th:field="*{holeCode}" class="form-control" type="text"> </div> </div> - <div class="form-group"> - <label class="col-sm-3 control-label">鏂囦欢绫诲瀷锛�</label> +<!-- <div class="form-group"> --> +<!-- <label class="col-sm-3 control-label">璧勬枡绫诲瀷锛�</label>--> +<!-- <div class="col-sm-8">--> +<!-- <select name="dataType" class="form-control m-b" th:with="type=${@dict.getType('project_data_type')}" required>--> +<!-- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{dataType}"></option>--> +<!-- </select>--> +<!-- </div>--> +<!-- </div>--> + <div th:if="${dataType}=='3'" class="form-group"> + <label class="col-sm-3 control-label">涓氬姟绫诲瀷绫诲瀷锛�</label> <div class="col-sm-8"> <select name="fileType" class="form-control m-b" th:with="type=${@dict.getType('project_data_file_type')}"> <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{fileType}"></option> @@ -35,6 +41,12 @@ <input name="labels" th:field="*{labels}" class="form-control" type="text"> </div> </div> + <div class="form-group"> + <label class="col-sm-3 control-label">澶囨敞锛�</label> + <div class="col-sm-8"> + <textarea id="remark" th:field="*{remark}" name="remark" class="form-control"></textarea> + </div> + </div> </form> </div> <th:block th:include="include :: footer" /> -- Gitblit v1.9.1