index.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <!DOCTYPE HTML>
  2. <html xmlns:th="http://www.thymeleaf.org"
  3. xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
  4. layout:decorate="~{admin/common/common}">
  5. <head>
  6. <title>园区企业报表</title>
  7. </head>
  8. <body layout:fragment="content">
  9. <nav class="breadcrumb" th:action="@{/areaManager/index}" th:method="post">
  10. <i class="Hui-iconfont">&#xe67f;</i>
  11. 首页
  12. <span th:unless="${is_label}" class="c-gray en">&gt; 存量用地</span>
  13. <span th:unless="${is_label}" class="c-gray en">&gt; 待审核</span>
  14. <a class="btn btn-success radius r" style="line-height:1.6em;margin-top:3px" href="javascript:location.replace(location.href);" title="刷新" >
  15. <i class="Hui-iconfont">&#xe68f;</i>
  16. </a>
  17. </nav>
  18. <form id="myForm" th:action="@{/areaManager/index}" th:method="post" >
  19. <div class="page-container">
  20. <div class="text-c">
  21. <!-- <span class="select-box" style="width:250px">-->
  22. <!-- <input th:type="hidden" th:name="summary_procedure" id="summary_procedure" th:value="0"/>-->
  23. <!-- <button onclick="selectEasyProcess()">简易流程待分发</button>-->
  24. <!-- </span>-->
  25. <span class="select-box" style="width:250px">
  26. <select th:id="searchApplyUserType" class="select" th:name="applyUserType" onChange="$('#myForm').submit();">
  27. <option value="">--全部--</option>
  28. <option value="3" th:selected ="${searchCondition.applyUserType}==3" >企业申请</option>
  29. <option value="4" th:selected ="${searchCondition.applyUserType}==4" >街道代理</option>
  30. </select>
  31. </span>
  32. <span class="select-box" style="width:250px">
  33. <select th:id="searchApplyStatus" class="select" th:name="approve_status" onChange="$('#myForm').submit();">
  34. <option value="">--全部--</option>
  35. <option value="" th:each="item : ${approveStatusList}" th:value="${item.value}"
  36. th:text="${item.name}" th:selected = "${searchCondition.approve_status}==${item.value}">
  37. </option>
  38. </select>
  39. </span>
  40. <span class="select-box" style="width:250px">
  41. <select th:id="searchApplyType" class="select" th:name="apply_type" onChange="$('#myForm').submit();">
  42. <option value="">--全部--</option>
  43. <option value="" th:each="item : ${applyTypeList}" th:value="${item.value}"
  44. th:text="${item.name}" th:selected = "${searchCondition.apply_type}==${item.value}">
  45. </option>
  46. </select>
  47. </span>
  48. <input type="text" class="input-text" style="width:250px" placeholder="请输入编号进行查询" id="keyword" name="keyword" th:value="${keyword}"/>
  49. <input type="button" value="搜索" class="btn btn-primary" onclick="$('#myForm').submit();">
  50. </div>
  51. <div class="cl pd-5 bg-1 bk-gray mt-20">
  52. <span class="r">共有数据:<strong th:text="${pageInfo.total}" id="total">54</strong> 条</span>
  53. </div>
  54. <!-- 表格 -->
  55. <table id="index" class="table table-border table-bordered table-bg table-hover" style="table-layout: fixed;width:100%;">
  56. <thead>
  57. <tr class="text-c">
  58. <!--<th style="width:0px;"></th>-->
  59. <th>编号</th>
  60. <th>申请类型</th>
  61. <th>申请企业</th>
  62. <th>处理时间(工作日)</th>
  63. <th>申请日期</th>
  64. <th>审核状态</th>
  65. <th style="width:120px;">操作</th>
  66. </tr>
  67. </thead>
  68. <tbody>
  69. <tr class="text-c" th:each="model,iterStat:${pageInfo.list}" th:object="${model}">
  70. <!--<td><input type="checkbox" value="2" name=""/></td>-->
  71. <!--<td><input type="hidden" th:id="*{id}" value="" name=""/></td>-->
  72. <td th:text="*{apply_no}" class="text-overflow" th:title="*{apply_no}"></td>
  73. <td th:text="*{apply_type_name}"></td>
  74. <td th:text="*{company_name}"></td>
  75. <td th:text="*{overTimeStr}"></td>
  76. <td th:text="*{apply_time}"></td>
  77. <td th:text="*{approve_status_name}"></td>
  78. <td class="td-manage" th:switch="*{approve_status}">
  79. <a title="详情" th:onclick="'javascript:area_details(\'详情\',\'/areaManager/details?id='+*{id}+'\',\'800\',\'500\');'"
  80. class="ml-5" style="text-decoration:none">详情</a>
  81. <span th:case="2">
  82. <span th:if="*{isApproval}">
  83. <a title="分发" th:onclick="'javascript:area_approval(\'分发\',\'/areaManager/approval?id='+*{id}+'\',\'800\',\'500\');'"
  84. class="ml-5" style="text-decoration:none">分发</a>
  85. </span>
  86. </span>
  87. <span th:case="14">
  88. <span th:if="*{isApproval}">
  89. <a title="提交办理结果" th:onclick="'javascript:area_approval(\'提交办理结果\',\'/areaManager/approval?id='+*{id}+'\',\'800\',\'500\');'"
  90. class="ml-5" style="text-decoration:none">提交办理结果</a>
  91. </span>
  92. </span>
  93. <span th:case="*">
  94. <span th:if="*{isApproval}">
  95. <a title="审核" th:onclick="'javascript:area_approval(\'审核\',\'/areaManager/approval?id='+*{id}+'\',\'800\',\'500\');'"
  96. class="ml-5" style="text-decoration:none">审核</a>
  97. </span>
  98. </span>
  99. </td>
  100. </tr>
  101. </tbody>
  102. </table>
  103. <div th:replace="admin/common/page :: page"></div>
  104. </div>
  105. </form>
  106. <script type="text/javascript" th:src="@{/js/common/page.js}"></script>
  107. <script type="text/javascript" th:src="@{/js/government/areaManager/areaManager_list.js}"></script>
  108. <script th:inline="javascript">
  109. // 简易流程待分发结果筛选
  110. function selectEasyProcess() {
  111. $("#searchApplyStatus").val(2)
  112. $("#searchApplyType").val(2)
  113. $("#summary_procedure").val(1)
  114. $('#myForm').submit();
  115. }
  116. </script>
  117. </body>
  118. </html>