|
|
|
@ -15,15 +15,17 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="table-toolbar">
|
|
|
|
|
<button class="pear-btn pear-btn-primary pear-btn-md" id="export">
|
|
|
|
|
<i class="layui-icon layui-icon-download-circle"></i>
|
|
|
|
|
导出
|
|
|
|
|
</button>
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="tableOperate">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<button class="pear-btn pear-btn-primary pear-btn-sm" lay-event="view" title="查看报名情况"><i class="icon pear-icon pear-icon-browse"></i>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
@ -69,17 +71,30 @@
|
|
|
|
|
, prev: "上一页"
|
|
|
|
|
, next: "下一页"
|
|
|
|
|
},
|
|
|
|
|
toolbar: '#table-toolbar',
|
|
|
|
|
cols: cols,
|
|
|
|
|
skin: 'line',
|
|
|
|
|
defaultToolbar: []
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.on('toolbar(data-table)', function (obj) {
|
|
|
|
|
|
|
|
|
|
if (obj.event === 'export') {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#export").click(function(){
|
|
|
|
|
window.location = "/FengHuang/yp/exportExcel";
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
table.on('tool(task-table)', function (data) {
|
|
|
|
|
if (data.event === 'view') {
|
|
|
|
|
infoView(data.data.zkz);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// 查看信息
|
|
|
|
|
window.infoView = function (zkz) {
|
|
|
|
|