From 0caec92aff3b75e6b82801eabbde20713cde9cec Mon Sep 17 00:00:00 2001
From: suerwei <18810552194@163.com>
Date: 星期四, 23 五月 2024 11:49:35 +0800
Subject: [PATCH] 管材出入库统计_1
---
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/edit.html | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/edit.html
index 4706995..f22fbcb 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/edit.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/edit.html
@@ -14,6 +14,16 @@
<input name="code" th:field="*{code}" class="form-control" type="text" disabled="disabled">
</div>
</div>
+ <div class="form-group">
+ <label class="col-sm-3 control-label">閽诲瓟绫诲瀷锛�</label>
+ <div class="col-sm-8">
+ <select name="type" class="form-control m-b" th:with="type=${@dict.getType('hole_type')}">
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{type}"></option>
+ </select>
+ </div>
+ </div>
+
+
<div class="form-group">
<label class="col-sm-3 control-label">瀛斿彛楂樼▼(m)锛�</label>
<div class="col-sm-8">
@@ -41,10 +51,7 @@
<div class="form-group">
<label class="col-sm-3 control-label">閽诲瓟鐘舵�侊細</label>
<div class="col-sm-8">
- <div class="radio-box" th:each="dict : ${@dict.getType('hole_status')}">
- <input type="radio" th:id="${'status_' + dict.dictCode}" name="status" th:value="${dict.dictValue}" th:field="*{status}" >
- <label th:for="${'status_' + dict.dictCode}" th:text="${dict.dictLabel}"></label>
- </div>
+ <input name="status" th:field="*{status}" class="form-control" type="text" >
</div>
</div>
<div class="form-group">
--
Gitblit v1.9.1