|
|
@@ -33,14 +33,24 @@
|
|
|
<label for="">建设项目名称:</label>
|
|
|
<input type="text" class="form-control form-control-sm" name="proj_name" value="<%- info.proj_name %>" org="<%- info.proj_name %>" maxlength="100" placeholder="请输入建设项目名称" oninput="limitMaxLength(this)" onblur="changeInfo(this)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
</div>
|
|
|
- <div class="form-group">
|
|
|
- <label for="">主管部门:</label>
|
|
|
- <input type="text" class="form-control form-control-sm" name="chief_department" value="<%- info.chief_department %>" org="<%- info.chief_department %>" maxlength="100" placeholder="指建设单位的主管部门" oninput="limitMaxLength(this)" onblur="changeInfo(this)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-9">
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="">主管部门:</label>
|
|
|
+ <input type="text" class="form-control form-control-sm" name="chief_department" value="<%- info.chief_department %>" org="<%- info.chief_department %>" maxlength="100" placeholder="指建设单位的主管部门" oninput="limitMaxLength(this)" onblur="changeInfo(this)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-3">
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="">建设项目规模:</label>
|
|
|
+ <input type="text" class="form-control form-control-sm" name="proj_scale" value="<%- info.proj_scale %>" org="<%- info.proj_scale %>" maxlength="20" placeholder="" oninput="limitMaxLength(this)" onblur="changeInfo(this)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<div class="col-3">
|
|
|
<div class="form-group">
|
|
|
- <label for="">建设项目类型:</label>
|
|
|
+ <label for="">建设项目类别:</label>
|
|
|
<select class="form-control form-control-sm" name="proj_type" value="<%- info.proj_type %>" org="<%- info.proj_type %>" onchange="changeInfo(this)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
<option value="">请选择</option>
|
|
|
<option value="大中型" <%if (info.proj_type === '大中型') { %>selected<% } %>>大中型</option>
|