|
@@ -2,11 +2,55 @@
|
|
<%@ 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" %>
|
|
- <%@include file="divideForm.js"%>
|
|
|
|
|
|
+ <script type="text/javascript">
|
|
|
|
+ $(document).ready(function () {
|
|
|
|
+ $("#agree").click(function () {
|
|
|
|
+ jp.prompt("审核通过", function (message) {
|
|
|
|
+ jp.post("${ctx}/act/task/memberTask",
|
|
|
|
+ {
|
|
|
|
+ "taskId": "${construction.act.taskId}",
|
|
|
|
+ "taskName": "${construction.act.taskName}",
|
|
|
|
+ "taskDefKey": "${construction.act.taskDefKey}",
|
|
|
|
+ "procInsId": "${construction.act.procInsId}",
|
|
|
|
+ "procDefId": "${construction.act.procDefId}",
|
|
|
|
+ "flag": "yes",
|
|
|
|
+ "comment": window.encodeURI(message)
|
|
|
|
+ },
|
|
|
|
+ function (data) {
|
|
|
|
+ if(data.success){
|
|
|
|
+ jp.success(data.msg);
|
|
|
|
+ jp.go("${ctx}/act/task/todo")
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ })
|
|
|
|
+ });
|
|
|
|
+ $("#no").click(function () {
|
|
|
|
+ jp.prompt("审核不通过", function (message) {
|
|
|
|
+ jp.post("${ctx}/act/task/memberTask",
|
|
|
|
+ {
|
|
|
|
+ "taskId":"${construction.act.taskId}",
|
|
|
|
+ "taskName":"${construction.act.taskName}",
|
|
|
|
+ "taskDefKey":"${construction.act.taskDefKey}",
|
|
|
|
+ "procInsId":"${construction.act.procInsId}",
|
|
|
|
+ "procDefId":"${construction.act.procDefId}",
|
|
|
|
+ "flag":"no",
|
|
|
|
+ "projectName":"${fns:unescapeHtml(construction.projectName)}",
|
|
|
|
+ "comment":window.encodeURI(message)
|
|
|
|
+ },
|
|
|
|
+ function (data) {
|
|
|
|
+ if(data.success){
|
|
|
|
+ jp.success(data.msg);
|
|
|
|
+ jp.go("${ctx}/act/task/todo")
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ })
|
|
|
|
+ });
|
|
|
|
+ })
|
|
|
|
+ </script>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div class="wrapper wrapper-content">
|
|
<div class="wrapper wrapper-content">
|
|
@@ -19,18 +63,24 @@
|
|
</h3>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="panel-body">
|
|
- <button id="importConclusion" class="btn btn-info">
|
|
|
|
- <i class="fa fa-folder-open-o"></i> 导入交地结论
|
|
|
|
- </button>
|
|
|
|
<form:form id="inputForm" modelAttribute="construction" action="${ctx}/managementcenter/divide/save" method="post" class="form-horizontal">
|
|
<form:form id="inputForm" modelAttribute="construction" action="${ctx}/managementcenter/divide/save" method="post" class="form-horizontal">
|
|
<form:hidden path="id"/>
|
|
<form:hidden path="id"/>
|
|
-
|
|
|
|
- <input id="procInsId" type="hidden" value="${fns:unescapeHtml(construction.procInsId)}">
|
|
|
|
- <input id="projectName" type="hidden" value="${fns:unescapeHtml(construction.projectName)}">
|
|
|
|
- <input type="hidden" value="${fns:unescapeHtml(construction.id)}">
|
|
|
|
-
|
|
|
|
|
|
+<%-- <input id="procInsId" type="text" value="${fns:unescapeHtml(construction.procInsId)}">
|
|
|
|
+ <input id="projectName" type="text" value="${fns:unescapeHtml(construction.projectName)}">
|
|
|
|
+ <input type="text" value="${fns:unescapeHtml(construction.id)}">--%>
|
|
<table class="table table-bordered">
|
|
<table class="table table-bordered">
|
|
<tbody>
|
|
<tbody>
|
|
|
|
+<%-- <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>申请人:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ ${fns:unescapeHtml(construction.userName)}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>审核人:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <sys:userselect roleName="项目经理;施工单位" id="tuser" name="tuser.id" value="${construction.tuser.id}" labelName="tuser.name" labelValue="${construction.tuser.name}"
|
|
|
|
+ cssClass="form-control required"/>
|
|
|
|
+ </td>
|
|
|
|
+ </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">
|
|
@@ -46,9 +96,10 @@
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
<fmt:formatDate value="${construction.acceptDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
|
|
<fmt:formatDate value="${construction.acceptDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
|
|
</td>
|
|
</td>
|
|
- <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">
|
|
- ${fns:unescapeHtml(construction.examineDate)}
|
|
|
|
|
|
+ <sys:userselect roleName="项目经理;施工单位" id="tuser" name="tuser.id" value="${construction.tuser.id}" labelName="tuser.name" labelValue="${construction.tuser.name}"
|
|
|
|
+ cssClass="form-control required"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
@@ -154,11 +205,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="${construction.disclose.channel}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.capacity}"/>
|
|
|
|
|
|
+ ${construction.disclose.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>
|
|
@@ -168,91 +219,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="${construction.disclose.sceneSize}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.capacitySize}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.hiddenDanger}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.influenceConstruction}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.projectRepetition}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.implemented}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.transformer}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.lineName}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.quantities}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.rodNumber}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.administrationType}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.politicalProblem}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.precondition}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.placementMode}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.productionDate}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.integrateModule}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.needReplace}"/>
|
|
|
|
|
|
+ ${construction.disclose.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="${construction.disclose.overallTransformation}"/>
|
|
|
|
|
|
+ ${construction.disclose.overallTransformation}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
@@ -261,17 +312,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- <%--<c:if test="${construction.act.taskDefKey != '' && !construction.act.finishTask && construction.act.isNextGatewaty}">--%>
|
|
|
|
<div class="row">
|
|
<div class="row">
|
|
<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="" />--%>
|
|
|
|
|
|
+ <input id="agree" class="btn btn-primary btn-lg btn-parsley" type="submit" value="审核通过" />
|
|
|
|
+ <input id="no" class="btn btn-primary btn-lg btn-parsley" type="submit" value="驳回" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <%--</c:if>--%>
|
|
|
|
|
|
|
|
<c:if test="${not empty construction.id}">
|
|
<c:if test="${not empty construction.id}">
|
|
<act:flowChart procInsId="${construction.act.procInsId}"/>
|
|
<act:flowChart procInsId="${construction.act.procInsId}"/>
|