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/projectData/projectData2.html | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/projectData2.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/projectData2.html
index aba6d71..f5683e3 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/projectData2.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/projectData2.html
@@ -15,6 +15,10 @@
<input type="text" name="name"/>
</li>
<li>
+ <p>閽诲瓟缂栧彿锛�</p>
+ <input type="text" name="holeCode"/>
+ </li>
+ <li>
<p>涓氬姟绫诲瀷锛�</p>
<select name="fileType" th:with="type=${@dict.getType('project_data_file_type')}">
<option value="">鎵�鏈�</option>
@@ -82,6 +86,10 @@
field : 'name',
title : '璧勬枡鍚嶇О'
},
+ {
+ field : 'holeCode',
+ title : '閽诲瓟缂栧彿'
+ },
{
field : 'fileType',
title : '涓氬姟绫诲瀷',
--
Gitblit v1.9.1