| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- <!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">
- <style>
- .center {
- text-align: center;
- }
- .ml-40 {
- margin-left: 10px;
- }
- .ml-450 {
- margin-left: 450px;
- }
- .mr-40 {
- margin-right: 40px;
- }
- tr {
- border-color: black;
- }
- .row {
- box-sizing: border-box;
- margin-right: 0px;
- }
- .line {
- font-size: 0px;
- line-height: 0;
- float: none;
- border-top: 5px solid rgb(0, 0, 0);
- padding-bottom: 10px;
- }
- </style>
- <h3 class="center">存量用地变更申请单</h3>
- <div class="line"></div>
- <div class="ml-40 row cl">
- <label class="form-label col-xs-4 col-sm-2"> 申请编号:</label>
- <div th:if="${landApply.apply_no != null && landApply.apply_no != ''}" class=" col-xs-8 col-sm-4 underline">
- [[${landApply.apply_no}]]
- </div>
- <div th:if="${landApply.apply_no == null || landApply.apply_no == ''}" class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- <label class="form-label col-xs-4 col-sm-2"> 申请日期:</label>
- <div th:if="${landApply.apply_time != null && landApply.apply_time != ''}" class=" col-xs-8 col-sm-4 underline">
- [[${landApply.apply_time}]]
- </div>
- <div th:if="${landApply.apply_time == null || landApply.apply_time == ''}" class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- </div>
- <div class="ml-40 row cl">
- <label class="form-label col-xs-4 col-sm-2"> 申请类别:</label>
- <div th:if="${landApply.apply_type_str != null && landApply.apply_type_str != ''}"
- class=" col-xs-8 col-sm-4 underline">
- [[${landApply.apply_type_str}]]
- </div>
- <div th:if="${landApply.apply_type_str == null || landApply.apply_type_str == ''}"
- class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- <label class="form-label col-xs-4 col-sm-2"> 简易程序类别:</label>
- <div th:if="${landApply.summary_procedure_str!=null && landApply.summary_procedure_str!='' }"
- class=" col-xs-8 col-sm-4 underline">
- [[${landApply.summary_procedure_str}]]
- </div>
- <div th:if="${landApply.summary_procedure_str==null || landApply.summary_procedure_str=='' }"
- class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- </div>
- <div class="ml-40 row cl">
- <label class="form-label col-xs-4 col-sm-2"> 重大投资项目:</label>
- <div th:if="${landApply.is_zdxm == 1}" class=" col-xs-8 col-sm-4 underline">
- 是
- </div>
- <div th:if="${landApply.is_zdxm == 2}" class=" col-xs-8 col-sm-4 underline">
- 否
- </div>
- <div th:if="${landApply.is_zdxm == null || landApply.is_zdxm == ''}" class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- </div>
- <div class="ml-40 row cl">
- <label class="form-label col-xs-4 col-sm-2"> 企业名称:</label>
- <div th:if="${companyInfo.company_name != null && companyInfo.company_name != ''}"
- class=" col-xs-8 col-sm-4 underline">
- [[${companyInfo.company_name}]]
- </div>
- <div th:if="${companyInfo.company_name == null || companyInfo.company_name == ''}"
- class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- <label class="form-label col-xs-4 col-sm-2"> 统一社会信用代码:</label>
- <div th:if="${companyInfo.uscc != null && companyInfo.uscc != ''}" class=" col-xs-8 col-sm-4 underline">
- [[${companyInfo.uscc}]]
- </div>
- <div th:if="${companyInfo.uscc == null || companyInfo.uscc == ''}" class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- </div>
- <div class="ml-40 row cl">
- <label class="form-label col-xs-4 col-sm-2"> 法定代表人:</label>
- <div th:if="${companyInfo.legal_representative != null && companyInfo.legal_representative != ''}"
- class=" col-xs-8 col-sm-4 underline">
- [[${companyInfo.legal_representative}]]
- </div>
- <div th:if="${companyInfo.legal_representative == null || companyInfo.legal_representative == ''}"
- class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- <label class="form-label col-xs-4 col-sm-2"> 组织机构代码:</label>
- <div th:if="${companyInfo.organization_code != null && companyInfo.organization_code != ''}"
- class=" col-xs-8 col-sm-4 underline">
- [[${companyInfo.organization_code}]]
- </div>
- <div th:if="${companyInfo.organization_code == null || companyInfo.organization_code == ''}"
- class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- </div>
- <div class="ml-40 row cl">
- <label class="form-label col-xs-4 col-sm-2"> 地址:</label>
- <div th:if="${companyInfo.registration_address != null && companyInfo.registration_address != ''}"
- class=" col-xs-8 col-sm-4 underline">
- [[${companyInfo.registration_address}]]
- </div>
- <div th:if="${companyInfo.registration_address == null || companyInfo.registration_address == ''}"
- class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- <label class="form-label col-xs-4 col-sm-2"> 厂房所在属地:</label>
- <div th:if="${landApply.building_street_name != null && landApply.building_street_name != ''}"
- class=" col-xs-8 col-sm-4 underline">
- [[${landApply.building_street_name}]]
- </div>
- <div th:if="${landApply.building_street_name == null || landApply.building_street_name == ''}"
- class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- </div>
- <div class="ml-40 row cl">
- <label class="form-label col-xs-4 col-sm-2"> 联系人:</label>
- <div th:if="${contact.contact != null && contact.contact != ''}" class=" col-xs-8 col-sm-4 underline">
- [[${contact.contact}]]
- </div>
- <div th:if="${contact.contact == null || contact.contact == ''}" class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- <label class="form-label col-xs-4 col-sm-2"> 联系电话:</label>
- <div th:if="${contact.phone != null && contact.phone != ''}" class=" col-xs-8 col-sm-4 underline">
- [[${contact.phone}]]
- </div>
- <div th:if="${contact.phone == null || contact.phone == ''}" class=" col-xs-8 col-sm-4 underline">
- /
- </div>
- </div>
- <div class="ml-40 row cl">
- <label class="form-label col-xs-4 col-sm-2"> 流程信息:</label>
- </div>
- <div class="ml-40 row cl" style="padding-top: 10px">
- <table border="1" cellspacing="0" cellpadding="0" style="border:none;">
- <tr class="text-c">
- <th style="text-align:center;width:15%;">时间</th>
- <th style="text-align:center;width:15%;">审核状态</th>
- <th style="text-align:center;width:10%;">部门</th>
- <th style="text-align:center;width:10%;">操作人</th>
- <th style="text-align:center;width:30%;">审核意见</th>
- <!-- <th style="text-align:center;width:10%;">操作</th> -->
- </tr>
- <tr class="text-c" th:each="model,iterStat:${approvalList}" th:object="${model}">
- <td th:text="*{create_time}"></td>
- <td th:text="*{before_approvalstatus_str}"></td>
- <td th:text="*{department}"></td>
- <td th:text="*{create_name}"></td>
- <td th:text="*{approval_comment}"></td>
- <!-- <td th:text="*{oper_type}"></td> -->
- </tr>
- </table>
- </br>
- </div>
- <div class="row cl" id="manageRow">
- <div style="text-align: center">
- <button class="btn btn-primary radius " onclick="submitPrint()" type="button">确认</button>
- <button onClick="removeIframe();" class="btn btn-default radius" type="button">取消</button>
- </div>
- </div>
- <article class="page-container">
- </article>
- <script th:inline="javascript">
- /**
- * 取消
- */
- function removeIframe() {
- var index = parent.layer.getFrameIndex(window.name);
- parent.layer.close(index);
- }
- function submitPrint() {
- $("#manageRow").hide();
- print();
- $("#manageRow").show();
- }
- </script>
- </body>
- </html>
|