|
|
|
@ -83,9 +83,12 @@
|
|
|
|
|
<table class="layui-table" id="myTable"></table>
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="table-bar">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="view"><a
|
|
|
|
|
class="woo-theme-color">审核详情</a></span>
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="export"><a
|
|
|
|
|
class="woo-theme-color">导出</a></span>
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
@ -124,14 +127,18 @@
|
|
|
|
|
defaultToolbar: []
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
table.on('tool(myTable)', function (obj) {
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: obj.data.data_name,
|
|
|
|
|
shade: 0.1,
|
|
|
|
|
area: ['800px', '512px'],
|
|
|
|
|
content: './examine_search_details.html?year=' + obj.data.year
|
|
|
|
|
});
|
|
|
|
|
table.on('tool(myTable)', function (obj) {
|
|
|
|
|
if (obj.event == 'view') {
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: obj.data.data_name,
|
|
|
|
|
shade: 0.1,
|
|
|
|
|
area: ['800px', '512px'],
|
|
|
|
|
content: './examine_search_details.html?year=' + obj.data.year
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
window.location.href = '/QingLong/zbdc/CheckOneKeyExportExcel';
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|