|
@@ -26,7 +26,16 @@
|
|
|
}
|
|
|
cValue=cValue+";"+($(this).val());//将选中的值添加到数组chk_value中
|
|
|
});
|
|
|
-
|
|
|
+ var implementedContent = $('#implementedContent').val();
|
|
|
+ var policyHandlingInstructions = $('#policyHandlingInstructions').val();
|
|
|
+ var inconsistentDescription = $('#inconsistentDescription').val();
|
|
|
+ var otherProblem = $('#otherProblem').val();
|
|
|
+ if (implementedContent != '') {
|
|
|
+ if (inconsistentDescription == '') {
|
|
|
+ jp.error('图纸现场不一致描述:');
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ }
|
|
|
if (nValue == null || nValue.size() <= 0) {
|
|
|
jp.error("请选择问题类型");
|
|
|
} else if(flag1==true&&flag2==true){
|
|
@@ -40,6 +49,10 @@
|
|
|
"taskDefKey":"${construction.act.taskDefKey}",
|
|
|
"procInsId":"${construction.act.procInsId}",
|
|
|
"procDefId":"${construction.act.procDefId}",
|
|
|
+ "disclose.otherProblem": otherProblem,
|
|
|
+ "disclose.inconsistentDescription": inconsistentDescription,
|
|
|
+ "disclose.policyHandlingInstructions": policyHandlingInstructions,
|
|
|
+ "disclose.implementedContent": implementedContent,
|
|
|
"flag":cValue,
|
|
|
"projectName":"${fns:unescapeHtml(construction.projectName)}",
|
|
|
"comment":window.encodeURI(message)
|
|
@@ -133,7 +146,7 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.powerLine)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.blackoutArea)}
|
|
|
</td>
|
|
@@ -143,7 +156,7 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.projectType)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.preliminaryJudgment)}
|
|
|
</td>
|
|
@@ -153,7 +166,7 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.civilEngineering)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.baseType)}
|
|
|
</td>
|
|
@@ -163,7 +176,7 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.planApproval)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.transformationType)}
|
|
|
</td>
|
|
@@ -173,7 +186,7 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.transformationEquipment)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.newNamed)}
|
|
|
</td>
|
|
@@ -183,7 +196,7 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.putInto)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.electricalConstruction)}
|
|
|
</td>
|
|
@@ -193,7 +206,7 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.theAssignment)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.automation)}
|
|
|
</td>
|
|
@@ -203,7 +216,7 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.remote)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.communicationMode)}
|
|
|
</td>
|
|
@@ -213,7 +226,7 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.inSitu)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.networkCabinet)}
|
|
|
</td>
|
|
@@ -223,17 +236,40 @@
|
|
|
<td class="width-35">
|
|
|
${fns:unescapeHtml(construction.station)}
|
|
|
</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">
|
|
|
${fns:unescapeHtml(construction.powerFailure)}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+ <td class="width-15 active"><label class="pull-right">其他问题描述:</label></td>
|
|
|
+ <td class="width-35">
|
|
|
+ <form:input id="otherProblem" path="disclose.otherProblem" cssClass="form-control " />
|
|
|
+ </td>
|
|
|
+ <td class="width-15 active"><label class="pull-right">政策处理描述:</label></td>
|
|
|
+ <td class="width-35">
|
|
|
+ <form:input id="policyHandlingInstructions"
|
|
|
+ path="disclose.policyHandlingInstructions" cssClass="form-control" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="width-15 active"><label class="pull-right">已实施内容描述</label></td>
|
|
|
+ <td class="width-35">
|
|
|
+ <form:input id="implementedContent" path="disclose.implementedContent" cssClass="form-control" />
|
|
|
+ </td>
|
|
|
+ <td class="width-15 active"><label class="pull-right"> 图纸现场不一致描述:</label></td>
|
|
|
+ <td class="width-35">
|
|
|
+ <form:input id="inconsistentDescription" path="disclose.inconsistentDescription"
|
|
|
+ cssClass="form-control" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <%-- <c:if test="${flag > 0}">
|
|
|
+ <tr>
|
|
|
<td class="width-15 active"><label class="pull-right">施工通道:</label></td>
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.channel}
|
|
|
</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">
|
|
|
${construction.disclose.capacity}
|
|
|
</td>
|
|
@@ -243,7 +279,7 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.sceneSize}
|
|
|
</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">
|
|
|
${construction.disclose.capacitySize}
|
|
|
</td>
|
|
@@ -253,7 +289,7 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.hiddenDanger}
|
|
|
</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">
|
|
|
${construction.disclose.influenceConstruction}
|
|
|
</td>
|
|
@@ -263,7 +299,7 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.projectRepetition}
|
|
|
</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">
|
|
|
${construction.disclose.implemented}
|
|
|
</td>
|
|
@@ -279,7 +315,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <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">
|
|
|
${construction.disclose.lineName}
|
|
|
</td>
|
|
@@ -289,7 +325,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <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">
|
|
|
${construction.disclose.rodNumber}
|
|
|
</td>
|
|
@@ -313,7 +349,7 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.policyHandlingInstructions}
|
|
|
</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">
|
|
|
${construction.disclose.placementMode}
|
|
|
</td>
|
|
@@ -323,7 +359,7 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.productionDate}
|
|
|
</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">
|
|
|
${construction.disclose.integrateModule}
|
|
|
</td>
|
|
@@ -333,11 +369,12 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.needReplace}
|
|
|
</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">
|
|
|
${construction.disclose.overallTransformation}
|
|
|
</td>
|
|
|
</tr>
|
|
|
+ </c:if>--%>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</form:form>
|