fullTime.jsp 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <%@ page contentType="text/html;charset=UTF-8" %>
  2. <%@ include file="/webpage/include/taglib.jsp" %>
  3. <html>
  4. <head>
  5. <title>项目管理列表页</title>
  6. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  7. <meta name="decorator" content="ani"/>
  8. <%@ include file="/webpage/include/bootstraptable.jsp" %>
  9. <%@ include file="fullTime.js"%>
  10. </head>
  11. <body>
  12. <div class="wrapper wrapper-content">
  13. <div class="panel panel-primary">
  14. <div class="panel-heading">
  15. <h3 class="panel-title">施工单位物资专职</h3>
  16. </div>
  17. <form:form id="inputForm" modelAttribute="showList" class="form-horizontal">
  18. <input type="hidden" id="procInsId" name="procInsId" value="${showList.act.procInsId}"/>
  19. </form:form>
  20. <div class="panel-body">
  21. <table id="informationTable" data-toolbar="#toolbar" class="table"></table>
  22. <div class="row">
  23. <div class="col-sm-3"></div>
  24. <div class="col-sm-6">
  25. <div class="form-group text-center" style="text-align: center;margin-top: 20px;">
  26. <input id="agree" class="btn btn-primary btn-lg btn-parsley" type="submit" value="确认提交"/>&nbsp;
  27. <input id="no" class="btn btn-primary btn-lg btn-danger" type="submit" value="驳回"/>&nbsp;
  28. </div>
  29. </div>
  30. </div>
  31. <c:if test="${not empty showList.id}">
  32. <act:flowChart procInsId="${showList.act.procInsId}"/>
  33. <act:histoicFlow procInsId="${showList.act.procInsId}"/>
  34. </c:if>
  35. </div>
  36. </div>
  37. </div>
  38. </body>
  39. </html>