|
@@ -0,0 +1,127 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<meta charset="utf-8">
|
|
|
+<head th:include="include :: header"></head>
|
|
|
+<body class="gray-bg">
|
|
|
+<div class="wrapper wrapper-content ">
|
|
|
+ <div class="col-sm-12">
|
|
|
+ <div class="ibox">
|
|
|
+ <div class="ibox-body">
|
|
|
+ <div class="form-inline m-t" role="form">
|
|
|
+ <div class="form-group">
|
|
|
+<!-- <select data-placeholder="--审核阶段--" name="auditStage" id="auditStage"-->
|
|
|
+<!-- style="width: 130px;" class="form-control chosen-select-auditStage" tabindex="2" required >-->
|
|
|
+<!-- <option value="">--审核阶段--</option>-->
|
|
|
+<!-- </select>-->
|
|
|
+<!-- <select data-placeholder="--选择行业--" name="industryTypeOne" id="industryTypeOne"-->
|
|
|
+<!-- class="form-control chosen-select-industryType" tabindex="2" required-->
|
|
|
+<!-- style="font-size: 14px;color: #9b9ea3;">-->
|
|
|
+<!-- <option value="">--选择行业--</option>-->
|
|
|
+<!-- </select>-->
|
|
|
+<!-- <select data-placeholder="--数据级别--" name="dataLevel" id="dataLevel"-->
|
|
|
+<!-- style="width: 130px;" class="form-control chosen-select-level" tabindex="2" required >-->
|
|
|
+<!-- <option value="">--数据级别--</option>-->
|
|
|
+<!-- </select>-->
|
|
|
+<!-- <select data-placeholder="--选择城市--" name="unitCity" id="unitCity"-->
|
|
|
+<!-- style="width: 130px;" class="form-control chosen-select-city" tabindex="2" required>-->
|
|
|
+<!-- <option value="">--选择城市--</option>-->
|
|
|
+<!-- </select>-->
|
|
|
+<!-- <input id="reporterUnit" type="text" class="form-control"-->
|
|
|
+<!-- placeholder="数据处理者名称">-->
|
|
|
+ <input id="dataName" type="text" class="form-control"
|
|
|
+ placeholder="数据名称">
|
|
|
+ <select data-placeholder="--选择审核状态--" name="status" id="status"
|
|
|
+ class="form-control" tabindex="" required style="font-size: 14px;color: #9b9ea3;">
|
|
|
+ <option value="">--选择审核状态--</option>
|
|
|
+ <option value="2">审核中</option>
|
|
|
+ <option value="3">审核通过</option>
|
|
|
+ <option value="4">驳回</option>
|
|
|
+<!-- <option value="5">联合审批中</option>-->
|
|
|
+ <!--<option value="5">--终审中--</option>-->
|
|
|
+ </select>
|
|
|
+ <button class="btn btn-success" onclick="reLoad()">查询</button>
|
|
|
+ <button class="btn btn-success" onclick="reset()">重置</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="fixed-table-toolbar">
|
|
|
+ <div class="columns pull-left">
|
|
|
+ <button shiro:hasPermission="datas:dataVerify:export" type="button" class="btn btn-warning"
|
|
|
+ onclick="batchExports()">
|
|
|
+ <i class="fa fa-sign-out" aria-hidden="true"></i> 明文导出
|
|
|
+ </button>
|
|
|
+ <button shiro:hasPermission="datas:dataVerify:encryptExports" type="button" class="btn btn-warning"
|
|
|
+ onclick="encryptExports()">
|
|
|
+ <i class="fa fa-sign-out" aria-hidden="true"></i> 加密导出
|
|
|
+ </button>
|
|
|
+ <button shiro:hasPermission="datas:dataVerify:verify" type="button" class="btn btn-primary"
|
|
|
+ onclick="batchVerify()">
|
|
|
+ <i class="fa fa-envelope-o" aria-hidden="true"></i> 审核
|
|
|
+ </button>
|
|
|
+ <button shiro:hasPermission="datas:dataVerify:rebut" type="button" class="btn btn-primary"
|
|
|
+ onclick="batchRebut()">
|
|
|
+ <i class="fa fa-reply" aria-hidden="true"></i> 驳回
|
|
|
+ </button>
|
|
|
+ <button shiro:hasPermission="datas:dataVerify:expert" type="button" class="btn btn-primary"
|
|
|
+ onclick="expert()">
|
|
|
+ <i class="fa fa-envelope-o" aria-hidden="true"></i> 专家审核
|
|
|
+ </button>
|
|
|
+ <div class="btn-group" style="width:160px">
|
|
|
+ <button shiro:hasPermission="datas:dataVerify:nextVerify" type="button" data-toggle="dropdown"
|
|
|
+ class="btn btn-success">
|
|
|
+ <i class="fa fa-sign-in" aria-hidden="true"></i> 联合审核
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu direct">
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <table id="exampleTable" data-mobile-responsive="true"
|
|
|
+ style="word-break:break-all; word-wrap:break-all;table-layout:fixed">
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<!--shiro控制bootstraptable行内按钮看见性 来自bootdo的创新方案 -->
|
|
|
+<div>
|
|
|
+ <script type="text/javascript">
|
|
|
+ var s_edit_h = 'hidden';
|
|
|
+ var s_verify_h = 'hidden';
|
|
|
+ var s_rebut_h = 'hidden';
|
|
|
+ </script>
|
|
|
+</div>
|
|
|
+<div shiro:hasPermission="datas:dataVerify:edit">
|
|
|
+ <script type="text/javascript">
|
|
|
+ s_edit_h = '';
|
|
|
+ </script>
|
|
|
+</div>
|
|
|
+<div shiro:hasPermission="datas:dataVerify:verify">
|
|
|
+ <script type="text/javascript">
|
|
|
+ s_verify_h = '';
|
|
|
+ </script>
|
|
|
+</div>
|
|
|
+<div shiro:hasPermission="datas:dataVerify:rebut">
|
|
|
+ <script type="text/javascript">
|
|
|
+ s_rebut_h = '';
|
|
|
+ </script>
|
|
|
+</div>
|
|
|
+<div shiro:hasPermission="datas:dataVerify:nextVerify">
|
|
|
+ <script type="text/javascript">
|
|
|
+ s_nextVerify_h = '';
|
|
|
+ </script>
|
|
|
+</div>
|
|
|
+</div>
|
|
|
+<div th:include="include :: footer"></div>
|
|
|
+<script type="text/javascript" src="/js/plugins/distpicker/distpicker.data.min.js"></script>
|
|
|
+<script type="text/javascript" src="/js/plugins/distpicker/distpicker.min.js"></script>
|
|
|
+<script type="text/javascript" src="/js/appjs/dict.js"></script>
|
|
|
+<script type="text/javascript" src="/js/appjs/datas/dataVerify/data.js"></script>
|
|
|
+
|
|
|
+<!--在客户端保存生成的导出文件-->
|
|
|
+<!--<script type="text/javascript" src="/js/bootstrap-table-export/FileSaver.min.js"></script>-->
|
|
|
+<!--<!–以XLSX(Excel 2007+ XML格式)格式导出表(SheetJS)–>-->
|
|
|
+<!--<script type="text/javascript" src="/js/bootstrap-table-export/xlsx.core.min.js"></script>-->
|
|
|
+<!--<script type="text/javascript" src="/js/bootstrap-table-export/tableExport.min.js"></script>-->
|
|
|
+<!--<script type="text/javascript" src="/js/bootstrap-table-export/bootstrap-table-export.js"></script>-->
|
|
|
+</body>
|
|
|
+</html>
|