|
@@ -164,11 +164,11 @@
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">施工通道:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">施工通道:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='channel' name="channel" class="form-control required" value=""/>
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='channel' name="channel" class="form-control required" value="${construction.channel}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备基础是否可以扩容:</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备基础是否可以扩容:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='capacity' name="capacity" class="form-control required" value=""/>
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='capacity' name="capacity" class="form-control required" value="${construction.capacity}"/>
|
|
<%--<select id="capacity" maxlength="100" class=" form-control">
|
|
<%--<select id="capacity" maxlength="100" class=" form-control">
|
|
<option value="是">是</option>
|
|
<option value="是">是</option>
|
|
<option value="否">否</option>
|
|
<option value="否">否</option>
|
|
@@ -178,108 +178,91 @@
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">现场设备尺寸:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">现场设备尺寸:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='sceneSize' name="sceneSize" class="form-control required" value=""/>
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='sceneSize' name="sceneSize" class="form-control required" value="${construction.sceneSize}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>最多可扩容尺寸:</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>最多可扩容尺寸:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='capacitySize' name="capacitySize" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='capacitySize' name="capacitySize" class="form-control required" value="${construction.capacitySize}"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">方案安全隐患:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">方案安全隐患:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='hiddenDanger' name="hiddenDanger" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='hiddenDanger' name="hiddenDanger" class="form-control required" value="${construction.hiddenDanger}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在低压或通信线等影响施工:</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在低压或通信线等影响施工:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='influenceConstruction' name="influenceConstruction" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='influenceConstruction' name="influenceConstruction" class="form-control required" value="${construction.influenceConstruction}"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">立项重复:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">立项重复:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='projectRepetition' name="projectRepetition" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='projectRepetition' name="projectRepetition" class="form-control required" value="${construction.projectRepetition}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否已实施:</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否已实施:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='implemented' name="implemented" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='implemented' name="implemented" class="form-control required" value="${construction.implemented}"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">变压器无负荷:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">变压器无负荷:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='transformer' name="transformer" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='transformer' name="transformer" class="form-control required" value="${construction.transformer}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>线路名称一致性:</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>线路名称一致性:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='lineName' name="lineName" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='lineName' name="lineName" class="form-control required" value="${construction.lineName}"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">工程量是否一致:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">工程量是否一致:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='quantities' name="quantities" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='quantities' name="quantities" class="form-control required" value="${construction.quantities}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备、开关、杆号一致性:</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备、开关、杆号一致性:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='rodNumber' name="rodNumber" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='rodNumber' name="rodNumber" class="form-control required" value="${construction.rodNumber}"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">政处类型:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">政处类型:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='administrationType' name="administrationType" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='administrationType' name="administrationType" class="form-control required" value="${construction.administrationType}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='politicalProblem' name="politicalProblem" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='politicalProblem' name="politicalProblem" class="form-control required" value="${construction.politicalProblem}"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">前置条件:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">前置条件:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='precondition' name="precondition" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='precondition' name="precondition" class="form-control required" value="${construction.precondition}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>DTU安放方式核查:</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>DTU安放方式核查:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='placementMode' name="placementMode" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='placementMode' name="placementMode" class="form-control required" value="${construction.placementMode}"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">核查环网柜生产日期:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">核查环网柜生产日期:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='productionDate' name="productionDate" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='productionDate' name="productionDate" class="form-control required" value="${construction.productionDate}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>二次是否是集成模块:</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>二次是否是集成模块:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='IntegrateModule' name="IntegrateModule" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='IntegrateModule' name="IntegrateModule" class="form-control required" value="${construction.integrateModule}"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">PT是否需要更换:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">PT是否需要更换:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='needReplace' name="needReplace" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='needReplace' name="needReplace" class="form-control required" value="${construction.needReplace}"/>
|
|
</td>
|
|
</td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备是否有整体改造的必要:</label></td>
|
|
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备是否有整体改造的必要:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' readonly="readonly" id='overallTransformation' name="overallTransformation" class="form-control required" value=""/>
|
|
|
|
-
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='overallTransformation' name="overallTransformation" class="form-control required" value="${construction.overallTransformation}"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
@@ -293,18 +276,8 @@
|
|
<div class="col-sm-3"></div>
|
|
<div class="col-sm-3"></div>
|
|
<div class="col-sm-6">
|
|
<div class="col-sm-6">
|
|
<div class="form-group text-center">
|
|
<div class="form-group text-center">
|
|
- <input id="agree" class="btn btn-primary btn-lg btn-parsley" type="submit" value="没有问题" />
|
|
|
|
- <input id="reject" class="btn btn-primary btn-lg btn-parsley" type="submit" value="存在问题" />
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${construction.act.taskDefKey != '' && !construction.act.finishTask && !construction.act.isNextGatewaty}">
|
|
|
|
- <div class="row">
|
|
|
|
- <div class="col-sm-3"></div>
|
|
|
|
- <div class="col-sm-6">
|
|
|
|
- <div class="form-group text-center">
|
|
|
|
- <input id="agree" class="btn btn-primary btn-lg btn-parsley" type="submit" value="办 理" />
|
|
|
|
|
|
+ <input id="agree" class="btn btn-primary btn-lg btn-parsley" type="submit" value="审核" />
|
|
|
|
+<%-- <input id="reject" class="btn btn-primary btn-lg btn-parsley" type="submit" value="存在问题" />--%>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|