|
@@ -422,26 +422,15 @@
|
|
|
<input type="text" name="project_num" lay-verify="required" lay-reqText="请完善项目编号" value="{$detail.project_num}"
|
|
|
autocomplete="off" placeholder="请输入项目编号" class="layui-input">
|
|
|
</th>
|
|
|
- <th class="form-title">工程类别</th>
|
|
|
- <th colspan="2">
|
|
|
- <select name="engineering_category" lay-verify="engineering_category" value="{$detail.engineering_category}" >
|
|
|
- <option value="{$detail.engineering_category}">{$detail.engineering_category}</option>
|
|
|
- <option value="建筑物" >建筑物</option>
|
|
|
- <option value="交通" >交通</option>
|
|
|
- <option value="水利" >水利</option>
|
|
|
- <option value="土地整治">土地整治</option>
|
|
|
- <option value="市政园林">市政园林</option>
|
|
|
- <option value="信息网络" >信息网络</option>
|
|
|
- <option value="其他" >其他</option>
|
|
|
|
|
|
- </select>
|
|
|
+ <th class="form-title">送审金额 <font style="color: red !important;">*</font></th>
|
|
|
+ <th colspan="2">
|
|
|
+ <input type="text" id="sent_review_amount" name="sent_review_amount" autocomplete="off" placeholder="请输入送审金额" class="layui-input">
|
|
|
</th>
|
|
|
-
|
|
|
-
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
- <th class="form-title">项目类型<font style="color: red !important;">*</font></th>
|
|
|
+ <th class="form-title">工程类型<font style="color: red !important;">*</font></th>
|
|
|
<th colspan="2">
|
|
|
<div>
|
|
|
<select name="engineering_type1" lay-verify="required">
|
|
@@ -465,54 +454,15 @@
|
|
|
</div>
|
|
|
</th>
|
|
|
|
|
|
- </tr>
|
|
|
-
|
|
|
- <tr>
|
|
|
- <th class="form-title">项目区域</th>
|
|
|
- <th colspan="2">
|
|
|
- <div>
|
|
|
- <div class="layui-form-item"
|
|
|
- style="margin-bottom: 0;display: flex;flex-direction: row;justify-content: space-between;">
|
|
|
- <div class="layui-input-inline" style="width: 6.5vw;">
|
|
|
-
|
|
|
- <select id="province" lay-filter="province" name="province"></select>
|
|
|
-
|
|
|
- </div>
|
|
|
- <div class="layui-input-inline area" style="width: 6.5vw;">
|
|
|
-
|
|
|
- <select id="city" lay-filter="city" name="city"></select>
|
|
|
-
|
|
|
- </div>
|
|
|
- <div class="layui-input-inline area" style="width: 6.5vw;">
|
|
|
-
|
|
|
- <select id="area" lay-filter="area" name="area"></select>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
-
|
|
|
- <tr>
|
|
|
- <th class="form-title">资金性质</th>
|
|
|
- <th>
|
|
|
- <input type="radio" name="fiscal_nature" value="财政资金" title="财政资金" lay-filter="tax"
|
|
|
- {eq name="$detail.fiscal_nature" value="财政资金"} checked {/eq} >
|
|
|
- <input type="radio" name="fiscal_nature" value="非财政资金" title="非财政资金" lay-filter="tax"
|
|
|
- {eq name="$detail.fiscal_nature" value="非财政资金"} checked {/eq} >
|
|
|
- </th>
|
|
|
-
|
|
|
-
|
|
|
<th class="form-title entrust_unit">委托单位 <font style="color: red!important;">*</font></th>
|
|
|
<th colspan="2" class="entrust_unit">
|
|
|
- <input type="text" name="entrust_unit_name" value="{$entrust_unit_name}" autocomplete="off" class="layui-input" disabled>
|
|
|
- <input type="hidden" name="entrust_unit" value="{$entrust_unit}" autocomplete="off" class="layui-input" disabled>
|
|
|
+ <input type="text" name="entrust_unit_name" value="{$entrust_unit_name}" autocomplete="off" class="layui-input" disabled>
|
|
|
+ <input type="hidden" name="entrust_unit" value="{$entrust_unit}" autocomplete="off" class="layui-input" disabled>
|
|
|
</th>
|
|
|
|
|
|
+ </tr>
|
|
|
|
|
|
- <tr>
|
|
|
-
|
|
|
- <th class="form-title">审批人 <font style="color: red !important;">*</font></th>
|
|
|
+ <th class="form-title">审批人(一)<font style="color: red !important;">*</font></th>
|
|
|
<th colspan="2">
|
|
|
<select name="sent_review_approver" lay-verify="required" lay-reqText="请选择审批人">
|
|
|
<option value="">请选择审批人</option>
|
|
@@ -522,6 +472,7 @@
|
|
|
{/volist}
|
|
|
</select>
|
|
|
</th>
|
|
|
+ <th class="form-title">审批人(二)<font style="color: red !important;">*</font></th>
|
|
|
<th colspan="2">
|
|
|
<select name="sent_review_second_approver" lay-reqText="请选择审批人">
|
|
|
<option value="">请选择第二审批人(可选)</option>
|