|
@@ -6,7 +6,7 @@
|
|
|
<meta name="decorator" content="ani"/>
|
|
|
<!-- SUMMERNOTE -->
|
|
|
<%@include file="/webpage/include/summernote.jsp" %>
|
|
|
- <%@include file="sealForm.js"%>
|
|
|
+ <%--<%@include file="phaseManageForm.js"%>--%>
|
|
|
<script type="text/javascript">
|
|
|
$(document).ready(function () {
|
|
|
$("#agree").click(function () {
|
|
@@ -18,7 +18,7 @@
|
|
|
"taskDefKey":"${construction.act.taskDefKey}",
|
|
|
"procInsId":"${construction.act.procInsId}",
|
|
|
"procDefId":"${construction.act.procDefId}",
|
|
|
- "fullName":"",
|
|
|
+ "fullName":"施工单位",
|
|
|
"flag":"yes",
|
|
|
"comment":window.encodeURI(message)
|
|
|
},
|
|
@@ -64,9 +64,9 @@
|
|
|
<a class="panelButton" href="#" onclick="history.go(-1)"><i class="ti-angle-left"></i> 返回</a>
|
|
|
</h3>
|
|
|
</div>
|
|
|
- <div style="margin: 0px 25px 0px 25px">
|
|
|
- <table id="testPicTable" data-toolbar="#toolbar"></table>
|
|
|
- </div>
|
|
|
+ <%--<div style="margin: 0px 25px 0px 25px">--%>
|
|
|
+ <%--<table id="testPicTable" data-toolbar="#toolbar"></table>--%>
|
|
|
+ <%--</div>--%>
|
|
|
<div class="panel-body">
|
|
|
<form:form id="inputForm" modelAttribute="construction" action="${ctx}/managementcenter/divide/save" method="post" class="form-horizontal">
|
|
|
<form:hidden path="id"/>
|
|
@@ -262,10 +262,10 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.administrationType}
|
|
|
</td>
|
|
|
- <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>
|
|
|
- <td class="width-35">
|
|
|
- ${construction.disclose.politicalProblem}
|
|
|
- </td>
|
|
|
+ <%--<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>--%>
|
|
|
+ <%--<td class="width-35">--%>
|
|
|
+ <%--${construction.disclose.politicalProblem}--%>
|
|
|
+ <%--</td>--%>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="width-15 active"><label class="pull-right">前置条件:</label></td>
|
|
@@ -366,10 +366,10 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.administrationType}
|
|
|
</td>
|
|
|
- <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>
|
|
|
- <td class="width-35">
|
|
|
- ${construction.disclose.politicalProblem}
|
|
|
- </td>
|
|
|
+ <%--<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>--%>
|
|
|
+ <%--<td class="width-35">--%>
|
|
|
+ <%--${construction.disclose.politicalProblem}--%>
|
|
|
+ <%--</td>--%>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="width-15 active"><label class="pull-right">前置条件:</label></td>
|
|
@@ -412,7 +412,7 @@
|
|
|
<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="no" class="btn btn-primary btn-lg btn-parsley" type="submit" value="驳回" />
|
|
|
+ <input id="no" class="btn btn-danger btn-lg btn-parsley" type="submit" value="驳回" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|