|
@@ -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 () {
|
|
@@ -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"/>
|
|
@@ -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>
|