|
|
|
@ -86,6 +86,9 @@
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
@ -125,6 +128,7 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
table.on('tool(myTable)', function (obj) {
|
|
|
|
|
if (obj.event == 'view') {
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: obj.data.data_name,
|
|
|
|
@ -132,6 +136,9 @@
|
|
|
|
|
area: ['800px', '512px'],
|
|
|
|
|
content: './examine_search_details.html?year=' + obj.data.year
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
window.location.href = '/QingLong/zbdc/CheckOneKeyExportExcel';
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|