|
|
|
@ -61,12 +61,12 @@
|
|
|
|
|
|
|
|
|
|
<div class="layui-card">
|
|
|
|
|
<div class="layui-card-body">
|
|
|
|
|
<!-- <div class="layui-form-item layui-inline">
|
|
|
|
|
<button class="layui-btn layui-btn-sm" lay-submit lay-filter="user-query">
|
|
|
|
|
<i class="layui-icon layui-icon-search"></i>
|
|
|
|
|
查询
|
|
|
|
|
<div class="layui-form-item layui-inline">
|
|
|
|
|
<button class="layui-btn layui-btn-sm" lay-submit lay-filter="export">
|
|
|
|
|
<i class="layui-icon layui-icon-export"></i>
|
|
|
|
|
导出
|
|
|
|
|
</button>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<table class="layui-table" id="myTable"></table>
|
|
|
|
|
</div>
|
|
|
|
@ -88,7 +88,7 @@
|
|
|
|
|
id: 'test',
|
|
|
|
|
url: '/QingLong/zbdc/getSummaryXxhsb',
|
|
|
|
|
cellExpandedMode: "tips",
|
|
|
|
|
height: 'full-35',
|
|
|
|
|
height: 'full-65',
|
|
|
|
|
cols: [
|
|
|
|
|
[
|
|
|
|
|
{ title: '序号', align: 'center', width: "60", type: 'numbers', rowspan: 2 },
|
|
|
|
@ -135,9 +135,9 @@
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
form.on('submit(user-query)', function () {
|
|
|
|
|
|
|
|
|
|
form.on('submit(export)', function () {
|
|
|
|
|
|
|
|
|
|
window.location.href = '/QingLong/zbdc/exportSummaryXxhsb';
|
|
|
|
|
// 阻止表单的默认提交行为
|
|
|
|
|
return false;
|
|
|
|
|
});
|
|
|
|
|