| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <!DOCTYPE HTML>
- <html xmlns:th="http://www.thymeleaf.org"
- xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
- layout:decorate="~{admin/common/common}">
- <head>
- <title>园区企业报表</title>
- </head>
- <body layout:fragment="content">
- <nav class="breadcrumb" th:action="@{/areaManager/index}" th:method="post">
- <i class="Hui-iconfont"></i>
- 首页
- <span th:unless="${is_label}" class="c-gray en">> 存量用地</span>
- <span th:unless="${is_label}" class="c-gray en">> 待审核</span>
- <a class="btn btn-success radius r" style="line-height:1.6em;margin-top:3px" href="javascript:location.replace(location.href);" title="刷新" >
- <i class="Hui-iconfont"></i>
- </a>
- </nav>
- <form id="myForm" th:action="@{/areaManager/index}" th:method="post" >
- <div class="page-container">
- <div class="text-c">
- <!-- <span class="select-box" style="width:250px">-->
- <!-- <input th:type="hidden" th:name="summary_procedure" id="summary_procedure" th:value="0"/>-->
- <!-- <button onclick="selectEasyProcess()">简易流程待分发</button>-->
- <!-- </span>-->
- <span class="select-box" style="width:250px">
- <select th:id="searchApplyUserType" class="select" th:name="applyUserType" onChange="$('#myForm').submit();">
- <option value="">--全部--</option>
- <option value="3" th:selected ="${searchCondition.applyUserType}==3" >企业申请</option>
- <option value="4" th:selected ="${searchCondition.applyUserType}==4" >街道代理</option>
- </select>
- </span>
- <span class="select-box" style="width:250px">
- <select th:id="searchApplyStatus" class="select" th:name="approve_status" onChange="$('#myForm').submit();">
- <option value="">--全部--</option>
- <option value="" th:each="item : ${approveStatusList}" th:value="${item.value}"
- th:text="${item.name}" th:selected = "${searchCondition.approve_status}==${item.value}">
- </option>
- </select>
- </span>
- <span class="select-box" style="width:250px">
- <select th:id="searchApplyType" class="select" th:name="apply_type" onChange="$('#myForm').submit();">
- <option value="">--全部--</option>
- <option value="" th:each="item : ${applyTypeList}" th:value="${item.value}"
- th:text="${item.name}" th:selected = "${searchCondition.apply_type}==${item.value}">
- </option>
- </select>
- </span>
- <input type="text" class="input-text" style="width:250px" placeholder="请输入编号进行查询" id="keyword" name="keyword" th:value="${keyword}"/>
- <input type="button" value="搜索" class="btn btn-primary" onclick="$('#myForm').submit();">
- </div>
- <div class="cl pd-5 bg-1 bk-gray mt-20">
- <span class="r">共有数据:<strong th:text="${pageInfo.total}" id="total">54</strong> 条</span>
- </div>
- <!-- 表格 -->
- <table id="index" class="table table-border table-bordered table-bg table-hover" style="table-layout: fixed;width:100%;">
- <thead>
- <tr class="text-c">
- <!--<th style="width:0px;"></th>-->
- <th>编号</th>
- <th>申请类型</th>
- <th>申请企业</th>
- <th>处理时间(工作日)</th>
- <th>申请日期</th>
- <th>审核状态</th>
- <th style="width:120px;">操作</th>
- </tr>
- </thead>
- <tbody>
- <tr class="text-c" th:each="model,iterStat:${pageInfo.list}" th:object="${model}">
- <!--<td><input type="checkbox" value="2" name=""/></td>-->
- <!--<td><input type="hidden" th:id="*{id}" value="" name=""/></td>-->
- <td th:text="*{apply_no}" class="text-overflow" th:title="*{apply_no}"></td>
- <td th:text="*{apply_type_name}"></td>
- <td th:text="*{company_name}"></td>
- <td th:text="*{overTimeStr}"></td>
- <td th:text="*{apply_time}"></td>
- <td th:text="*{approve_status_name}"></td>
- <td class="td-manage" th:switch="*{approve_status}">
- <a title="详情" th:onclick="'javascript:area_details(\'详情\',\'/areaManager/details?id='+*{id}+'\',\'800\',\'500\');'"
- class="ml-5" style="text-decoration:none">详情</a>
- <span th:case="2">
- <span th:if="*{isApproval}">
- <a title="分发" th:onclick="'javascript:area_approval(\'分发\',\'/areaManager/approval?id='+*{id}+'\',\'800\',\'500\');'"
- class="ml-5" style="text-decoration:none">分发</a>
- </span>
- </span>
- <span th:case="14">
- <span th:if="*{isApproval}">
- <a title="提交办理结果" th:onclick="'javascript:area_approval(\'提交办理结果\',\'/areaManager/approval?id='+*{id}+'\',\'800\',\'500\');'"
- class="ml-5" style="text-decoration:none">提交办理结果</a>
- </span>
- </span>
- <span th:case="*">
- <span th:if="*{isApproval}">
- <a title="审核" th:onclick="'javascript:area_approval(\'审核\',\'/areaManager/approval?id='+*{id}+'\',\'800\',\'500\');'"
- class="ml-5" style="text-decoration:none">审核</a>
- </span>
- </span>
- </td>
- </tr>
- </tbody>
- </table>
- <div th:replace="admin/common/page :: page"></div>
- </div>
- </form>
- <script type="text/javascript" th:src="@{/js/common/page.js}"></script>
- <script type="text/javascript" th:src="@{/js/government/areaManager/areaManager_list.js}"></script>
- <script th:inline="javascript">
- // 简易流程待分发结果筛选
- function selectEasyProcess() {
- $("#searchApplyStatus").val(2)
- $("#searchApplyType").val(2)
- $("#summary_procedure").val(1)
- $('#myForm').submit();
- }
- </script>
- </body>
- </html>
|