|
@@ -2,204 +2,17 @@
|
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
- <title>施工交底管理</title>
|
|
|
|
|
|
+ <title>施工交底判定技术交底类型</title>
|
|
<meta name="decorator" content="ani"/>
|
|
<meta name="decorator" content="ani"/>
|
|
<!-- SUMMERNOTE -->
|
|
<!-- SUMMERNOTE -->
|
|
<%@include file="/webpage/include/summernote.jsp" %>
|
|
<%@include file="/webpage/include/summernote.jsp" %>
|
|
- <script type="text/javascript">
|
|
|
|
|
|
+ <%@include file="constructionAudit.js" %>
|
|
|
|
+<%-- <script type="text/javascript">
|
|
|
|
|
|
$(document).ready(function() {
|
|
$(document).ready(function() {
|
|
- jp.ajaxForm("#inputForm",function(data){
|
|
|
|
- if(data.success){
|
|
|
|
- jp.success(data.msg);
|
|
|
|
- jp.go("${ctx}/managementcenter/activiti");
|
|
|
|
- }else{
|
|
|
|
- jp.error(data.msg);
|
|
|
|
- $("#inputForm").find("button:submit").button("reset");
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
|
|
|
|
-
|
|
|
|
- $("#agree").click(function () {
|
|
|
|
- // var ii=document.getElementById("tuser").value;
|
|
|
|
- var tuser = $("#tuserName").val();
|
|
|
|
- console.log(tuser);
|
|
|
|
-/* if (tuser=="") {
|
|
|
|
- jp.error("请选择用户");
|
|
|
|
- return;
|
|
|
|
- }*/
|
|
|
|
- var id = $("#id").val();
|
|
|
|
- var powerLine= $("#powerLine").val();
|
|
|
|
- var blackoutArea=$("#blackoutArea").val();
|
|
|
|
- var projectType=$("#projectType").val();
|
|
|
|
- var powerFailure=$("#powerFailure").val();
|
|
|
|
- var preliminaryJudgment=$("#preliminaryJudgment").val();
|
|
|
|
- var civilEngineering=$("#civilEngineering").val();
|
|
|
|
- var baseType=$("#baseType").val();
|
|
|
|
- var planApproval=$("#planApproval").val();
|
|
|
|
- var transformationType=$("#transformationType").val();
|
|
|
|
- var transformationEquipment=$("#transformationEquipment").val();
|
|
|
|
- var newNamed=$("#newNamed").val();
|
|
|
|
- var putInto=$("#putInto").val();
|
|
|
|
- var electricalConstruction=$("#electricalConstruction").val();
|
|
|
|
- var theAssignment=$("#theAssignment").val();
|
|
|
|
- var automation=$("#automation").val();
|
|
|
|
- var remote=$("#remote").val();
|
|
|
|
- var communicationMode=$("#communicationMode").val();
|
|
|
|
- var inSitu=$("#inSitu").val();
|
|
|
|
- var networkCabinet=$("#networkCabinet").val();
|
|
|
|
- var station=$("#station").val();
|
|
|
|
-
|
|
|
|
- jp.prompt("施工交底, 审批意见", function (message) {
|
|
|
|
- jp.post("${ctx}/act/task/newAudit",
|
|
|
|
- {
|
|
|
|
- "taskId":"${construction.act.taskId}",
|
|
|
|
- "taskName":"${construction.act.taskName}",
|
|
|
|
- "taskDefKey":"${construction.act.taskDefKey}",
|
|
|
|
- "procInsId":"${construction.act.procInsId}",
|
|
|
|
- "procDefId":"${construction.act.procDefId}",
|
|
|
|
- "flag":"manager",
|
|
|
|
- "comment":window.encodeURI(message),
|
|
|
|
- "tuser": tuser,
|
|
|
|
- "id":id,
|
|
|
|
- "powerLine":powerLine,
|
|
|
|
- "blackoutArea":blackoutArea,
|
|
|
|
- "projectType":projectType,
|
|
|
|
- "powerFailure":powerFailure,
|
|
|
|
- "preliminaryJudgment":preliminaryJudgment,
|
|
|
|
- "civilEngineering":civilEngineering,
|
|
|
|
- "baseType":baseType,
|
|
|
|
- "planApproval":planApproval,
|
|
|
|
- "transformationType":transformationType,
|
|
|
|
- "transformationEquipment":transformationEquipment,
|
|
|
|
- "newNamed":newNamed,
|
|
|
|
- "putInto":putInto,
|
|
|
|
- "electricalConstruction":electricalConstruction,
|
|
|
|
- "theAssignment":theAssignment,
|
|
|
|
- "automation":automation,
|
|
|
|
- "remote":remote,
|
|
|
|
- "communicationMode":communicationMode,
|
|
|
|
- "inSitu":inSitu,
|
|
|
|
- "networkCabinet":networkCabinet,
|
|
|
|
- "station":station
|
|
|
|
- },
|
|
|
|
- function (data) {
|
|
|
|
- if(data.success){
|
|
|
|
- jp.success(data.msg);
|
|
|
|
- jp.go("${ctx}/act/task/todo")
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- });
|
|
|
|
- })
|
|
|
|
-
|
|
|
|
- $("#agree2").click(function () {
|
|
|
|
- // var ii=document.getElementById("tuser").value;
|
|
|
|
- var id = $("#id").val();
|
|
|
|
- var powerLine=$("#powerLine").val();
|
|
|
|
- var blackoutArea=$("#blackoutArea").val();
|
|
|
|
- var projectType=$("#projectType").val();
|
|
|
|
- var powerFailure=$("#powerFailure").val();
|
|
|
|
- var preliminaryJudgment=$("#preliminaryJudgment").val();
|
|
|
|
- var civilEngineering=$("#civilEngineering").val();
|
|
|
|
- var baseType=$("#baseType").val();
|
|
|
|
- var planApproval=$("#planApproval").val();
|
|
|
|
- var transformationType=$("#transformationType").val();
|
|
|
|
- var transformationEquipment=$("#transformationEquipment").val();
|
|
|
|
- var newNamed=$("#newNamed").val();
|
|
|
|
- var putInto=$("#putInto").val();
|
|
|
|
- var electricalConstruction=$("#electricalConstruction").val();
|
|
|
|
- var theAssignment=$("#theAssignment").val();
|
|
|
|
- var automation=$("#automation").val();
|
|
|
|
- var remote=$("#remote").val();
|
|
|
|
- var communicationMode=$("#communicationMode").val();
|
|
|
|
- var inSitu=$("#inSitu").val();
|
|
|
|
- var networkCabinet=$("#networkCabinet").val();
|
|
|
|
- var station=$("#station").val();
|
|
|
|
-
|
|
|
|
- jp.prompt("经理交底, 审批意见", function (message) {
|
|
|
|
- jp.post("${ctx}/act/task/newAudit",
|
|
|
|
- {
|
|
|
|
- "taskId":"${construction.act.taskId}",
|
|
|
|
- "taskName":"${construction.act.taskName}",
|
|
|
|
- "taskDefKey":"${construction.act.taskDefKey}",
|
|
|
|
- "procInsId":"${construction.act.procInsId}",
|
|
|
|
- "procDefId":"${construction.act.procDefId}",
|
|
|
|
- "flag":"company",
|
|
|
|
- "comment":window.encodeURI(message),
|
|
|
|
- "id":id,
|
|
|
|
- "powerLine":powerLine,
|
|
|
|
- "blackoutArea":blackoutArea,
|
|
|
|
- "projectType":projectType,
|
|
|
|
- "powerFailure":powerFailure,
|
|
|
|
- "preliminaryJudgment":preliminaryJudgment,
|
|
|
|
- "civilEngineering":civilEngineering,
|
|
|
|
- "baseType":baseType,
|
|
|
|
- "planApproval":planApproval,
|
|
|
|
- "transformationType":transformationType,
|
|
|
|
- "transformationEquipment":transformationEquipment,
|
|
|
|
- "newNamed":newNamed,
|
|
|
|
- "putInto":putInto,
|
|
|
|
- "electricalConstruction":electricalConstruction,
|
|
|
|
- "theAssignment":theAssignment,
|
|
|
|
- "automation":automation,
|
|
|
|
- "remote":remote,
|
|
|
|
- "communicationMode":communicationMode,
|
|
|
|
- "inSitu":inSitu,
|
|
|
|
- "networkCabinet":networkCabinet,
|
|
|
|
- "station":station
|
|
|
|
- },
|
|
|
|
- function (data) {
|
|
|
|
- if(data.success){
|
|
|
|
- jp.success(data.msg);
|
|
|
|
- jp.go("${ctx}/act/task/todo")
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- });
|
|
|
|
- })
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- $("#reject").click(function () {
|
|
|
|
- jp.prompt("驳回, 审批意见", function (message) {
|
|
|
|
- jp.post("${ctx}/act/task/newAudit",
|
|
|
|
- {
|
|
|
|
- "taskId":"${construction.act.taskId}",
|
|
|
|
- "taskName":"${construction.act.taskName}",
|
|
|
|
- "taskDefKey":"${construction.act.taskDefKey}",
|
|
|
|
- "procInsId":"${construction.act.procInsId}",
|
|
|
|
- "procDefId":"${construction.act.procDefId}",
|
|
|
|
- "flag":"reject",
|
|
|
|
- "projectName":"${fns:unescapeHtml(construction.projectName)}",
|
|
|
|
- "comment":window.encodeURI(message)
|
|
|
|
- },
|
|
|
|
- function (data) {
|
|
|
|
- if(data.success){
|
|
|
|
- jp.success(data.msg);
|
|
|
|
- jp.go("${ctx}/act/task/todo")
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- })
|
|
|
|
- })
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- $('#startTime').datetimepicker({
|
|
|
|
- format: "YYYY-MM-DD HH:mm:ss"
|
|
|
|
- });
|
|
|
|
- $('#endTime').datetimepicker({
|
|
|
|
- format: "YYYY-MM-DD HH:mm:ss"
|
|
|
|
- });
|
|
|
|
- //富文本初始化
|
|
|
|
- $('#reason').summernote({
|
|
|
|
- height: 300,
|
|
|
|
- lang: 'zh-CN',
|
|
|
|
- readonly: true,
|
|
|
|
- callbacks: {
|
|
|
|
- onChange: function(contents, $editable) {
|
|
|
|
- $("input[name='reason']").val($('#reason').summernote('code'));//取富文本的值
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
});
|
|
});
|
|
- </script>
|
|
|
|
|
|
+ </script>--%>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div class="wrapper wrapper-content">
|
|
<div class="wrapper wrapper-content">
|
|
@@ -212,6 +25,9 @@
|
|
</h3>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="panel-body">
|
|
|
|
+ <button id="drawingReview" class="btn btn-info">
|
|
|
|
+ <i class="fa fa-folder-open-o"></i> 导入图纸审核信息
|
|
|
|
+ </button>
|
|
<div class="form-group text-center">
|
|
<div class="form-group text-center">
|
|
<%--<h3>${oALeave.act.taskName}</h3>--%>
|
|
<%--<h3>${oALeave.act.taskName}</h3>--%>
|
|
</div>
|
|
</div>
|
|
@@ -226,7 +42,7 @@
|
|
</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">
|
|
- <sys:userselect roleName="施工单位;" id="tuser" name="tuser.id" value="${construction.tuser.id}" labelName="tuser.name" labelValue="${construction.tuser.name}"
|
|
|
|
|
|
+ <sys:userselect roleName="施工单位;项目经理;" id="tuser" name="tuser.id" value="${construction.tuser.id}" labelName="tuser.name" labelValue="${construction.tuser.name}"
|
|
cssClass="form-control required"/>
|
|
cssClass="form-control required"/>
|
|
<%-- <sys:fileUpload path="pic" fileNumLimit="2" fileSizeLimit="50" value="${testPic.pic}" type="image" uploadPath="/test/pic/testPic"></sys:fileUpload>--%>
|
|
<%-- <sys:fileUpload path="pic" fileNumLimit="2" fileSizeLimit="50" value="${testPic.pic}" type="image" uploadPath="/test/pic/testPic"></sys:fileUpload>--%>
|
|
</td>
|
|
</td>
|
|
@@ -254,17 +70,18 @@
|
|
<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' id="powerLine" name="powerLine" class="form-control required" value="${construction.powerLine}"/>
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id="powerLine" name="powerLine" class="form-control required" value="${construction.powerLine}"/>
|
|
</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' id='blackoutArea' name="blackoutArea" class="form-control required" value="${construction.blackoutArea}"/>
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='blackoutArea' name="blackoutArea" class="form-control required" value="${construction.blackoutArea}"/>
|
|
</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">
|
|
- <form:select id="projectType" path="projectType" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='projectType' name="projectType" class="form-control required" value="${construction.projectType}"/>
|
|
|
|
+<%-- <form:select id="projectType" path="projectType" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="配变改造">配变改造</form:option>
|
|
<form:option value="配变改造">配变改造</form:option>
|
|
<form:option value="配变新增">配变新增</form:option>
|
|
<form:option value="配变新增">配变新增</form:option>
|
|
<form:option value="电缆项目">电缆项目</form:option>
|
|
<form:option value="电缆项目">电缆项目</form:option>
|
|
@@ -276,136 +93,164 @@
|
|
<form:option value="环网柜更换">环网柜更换</form:option>
|
|
<form:option value="环网柜更换">环网柜更换</form:option>
|
|
<form:option value="箱变更换">箱变更换</form:option>
|
|
<form:option value="箱变更换">箱变更换</form:option>
|
|
<form:option value="其他特殊类">其他特殊类</form:option>
|
|
<form:option value="其他特殊类">其他特殊类</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select> --%> </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">
|
|
- <form:select id="preliminaryJudgment" path="preliminaryJudgment" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='preliminaryJudgment' name="preliminaryJudgment" class="form-control required" value="${construction.preliminaryJudgment}"/>
|
|
|
|
+<%-- <form:select id="preliminaryJudgment" path="preliminaryJudgment" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="行政政处">行政政处</form:option>
|
|
<form:option value="行政政处">行政政处</form:option>
|
|
<form:option value="民事政处">民事政处</form:option>
|
|
<form:option value="民事政处">民事政处</form:option>
|
|
<form:option value="农村政处">农村政处</form:option>
|
|
<form:option value="农村政处">农村政处</form:option>
|
|
<form:option value="无">无</form:option>
|
|
<form:option value="无">无</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select> --%>
|
|
|
|
+ </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">
|
|
- <form:select id="civilEngineering" path="civilEngineering" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='civilEngineering' name="civilEngineering" class="form-control required" value="${construction.civilEngineering}"/>
|
|
|
|
+<%-- <form:select id="civilEngineering" path="civilEngineering" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="可能有土建">可能有土建</form:option>
|
|
<form:option value="可能有土建">可能有土建</form:option>
|
|
<form:option value="无土建">无土建</form:option>
|
|
<form:option value="无土建">无土建</form:option>
|
|
<form:option value="含土建">含土建</form:option>
|
|
<form:option value="含土建">含土建</form:option>
|
|
<form:option value="纯土建">纯土建</form:option>
|
|
<form:option value="纯土建">纯土建</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select> --%>
|
|
|
|
+ </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">
|
|
- <form:select id="baseType" path="baseType" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='baseType' name="baseType" class="form-control required" value="${construction.baseType}"/>
|
|
|
|
+<%-- <form:select id="baseType" path="baseType" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="无">无</form:option>
|
|
<form:option value="无">无</form:option>
|
|
<form:option value="压桩">压桩</form:option>
|
|
<form:option value="压桩">压桩</form:option>
|
|
<form:option value="灌注桩">灌注桩</form:option>
|
|
<form:option value="灌注桩">灌注桩</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select> --%>
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">是否需要规划报批(150米及以上土建):</label></td>
|
|
<td class="width-15 active"><label class="pull-right">是否需要规划报批(150米及以上土建):</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:select id="planApproval" path="planApproval" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='planApproval' name="planApproval" class="form-control required" value="${construction.planApproval}"/>
|
|
|
|
+<%-- <form:select id="planApproval" path="planApproval" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="否">否</form:option>
|
|
<form:option value="否">否</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select> --%>
|
|
|
|
+ </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">
|
|
- <form:select id="transformationType" path="transformationType" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='transformationType' name="transformationType" class="form-control required" value="${construction.transformationType}"/>
|
|
|
|
+<%-- <form:select id="transformationType" path="transformationType" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="无">无</form:option>
|
|
<form:option value="无">无</form:option>
|
|
<form:option value="环网柜">环网柜</form:option>
|
|
<form:option value="环网柜">环网柜</form:option>
|
|
<form:option value="箱变">箱变</form:option>
|
|
<form:option value="箱变">箱变</form:option>
|
|
<form:option value="干变">干变</form:option>
|
|
<form:option value="干变">干变</form:option>
|
|
<form:option value="其他">其他</form:option>
|
|
<form:option value="其他">其他</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select> --%>
|
|
|
|
+ </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' id='transformationEquipment' name="transformationEquipment" class="form-control required" value="${construction.transformationEquipment}"/>
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='transformationEquipment' name="transformationEquipment" class="form-control required" value="${construction.transformationEquipment}"/>
|
|
</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">
|
|
- <form:select id="newNamed" path="newNamed" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='newNamed' name="newNamed" class="form-control required" value="${construction.newNamed}"/>
|
|
|
|
+ <%--<form:select id="newNamed" path="newNamed" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="否">否</form:option>
|
|
<form:option value="否">否</form:option>
|
|
- </form:select>
|
|
|
|
|
|
+ </form:select>--%>
|
|
</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">
|
|
- <form:select id="putInto" path="putInto" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='putInto' name="putInto" class="form-control required" value="${construction.putInto}"/>
|
|
|
|
+ <%--<form:select id="putInto" path="putInto" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="否">否</form:option>
|
|
<form:option value="否">否</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select>--%>
|
|
|
|
+ </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">
|
|
- <form:select id="electricalConstruction" path="electricalConstruction" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='electricalConstruction' name="electricalConstruction" class="form-control required" value="${construction.electricalConstruction}"/>
|
|
|
|
+<%-- <form:select id="electricalConstruction" path="electricalConstruction" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="否">否</form:option>
|
|
<form:option value="否">否</form:option>
|
|
- </form:select>
|
|
|
|
|
|
+ </form:select>--%>
|
|
</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">
|
|
- <form:select id="theAssignment" path="theAssignment" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='theAssignment' name="theAssignment" class="form-control required" value="${construction.theAssignment}"/>
|
|
|
|
+ <%--<form:select id="theAssignment" path="theAssignment" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="带电作业">带电作业</form:option>
|
|
<form:option value="带电作业">带电作业</form:option>
|
|
<form:option value="停电作业">停电作业</form:option>
|
|
<form:option value="停电作业">停电作业</form:option>
|
|
<form:option value="非涉电作业">非涉电作业</form:option>
|
|
<form:option value="非涉电作业">非涉电作业</form:option>
|
|
<form:option value="未标注">未标注</form:option>
|
|
<form:option value="未标注">未标注</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select>--%>
|
|
|
|
+ </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">
|
|
- <form:select id="automation" path="automation" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='automation' name="automation" class="form-control required" value="${construction.automation}"/>
|
|
|
|
+ <%--<form:select id="automation" path="automation" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="否">否</form:option>
|
|
<form:option value="否">否</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select>--%>
|
|
|
|
+ </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">
|
|
- <form:select id="remote" path="remote" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='remote' name="remote" class="form-control required" value="${construction.remote}"/>
|
|
|
|
+ <%--<form:select id="remote" path="remote" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="二遥">二遥</form:option>
|
|
<form:option value="二遥">二遥</form:option>
|
|
<form:option value="三遥">三遥</form:option>
|
|
<form:option value="三遥">三遥</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select> --%>
|
|
|
|
+ </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">
|
|
- <form:select id="communicationMode" path="communicationMode" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='communicationMode' name="communicationMode" class="form-control required" value="${construction.communicationMode}"/>
|
|
|
|
+ <%--<form:select id="communicationMode" path="communicationMode" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="光纤">光纤</form:option>
|
|
<form:option value="光纤">光纤</form:option>
|
|
<form:option value="公网">公网</form:option>
|
|
<form:option value="公网">公网</form:option>
|
|
<form:option value="专网">专网</form:option>
|
|
<form:option value="专网">专网</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select>--%>
|
|
|
|
+ </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">
|
|
<div>
|
|
<div>
|
|
- <form:select id="inSitu" path="inSitu" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='inSitu' name="inSitu" class="form-control required" value="${construction.blackoutArea}"/>
|
|
|
|
+ <%--<form:select id="inSitu" path="inSitu" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="集中">集中</form:option>
|
|
<form:option value="集中">集中</form:option>
|
|
<form:option value="就地">就地</form:option>
|
|
<form:option value="就地">就地</form:option>
|
|
- </form:select>
|
|
|
|
- </div> </td>
|
|
|
|
|
|
+ </form:select>--%>
|
|
|
|
+ </div>
|
|
|
|
+ </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">
|
|
- <form:select id="networkCabinet" path="networkCabinet" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='networkCabinet' name="networkCabinet" class="form-control required" value="${construction.networkCabinet}"/>
|
|
|
|
+ <%--<form:select id="networkCabinet" path="networkCabinet" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="户外">户外</form:option>
|
|
<form:option value="户外">户外</form:option>
|
|
<form:option value="户内">户内</form:option>
|
|
<form:option value="户内">户内</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select>--%>
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="width-15 active"><label class="pull-right">站房DTU:</label></td>
|
|
<td class="width-15 active"><label class="pull-right">站房DTU:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <input type='text' id='station' name="station" class="form-control required" value="${construction.station}"/>
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='station' name="station" class="form-control required" value="${construction.station}"/>
|
|
</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">
|
|
- <form:select id="powerFailure" path="powerFailure" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
|
|
+ <input type='text' readonly="readonly" id='powerFailure' name="powerFailure" class="form-control required" value="${construction.powerFailure}"/>
|
|
|
|
+ <%--<form:select id="powerFailure" path="powerFailure" htmlEscape="false" maxlength="100" class=" form-control">
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="是">是</form:option>
|
|
<form:option value="否">否</form:option>
|
|
<form:option value="否">否</form:option>
|
|
- </form:select> </td>
|
|
|
|
|
|
+ </form:select> --%>
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|