|
|
|
@ -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 },
|
|
|
|
@ -107,7 +107,7 @@
|
|
|
|
|
{ title: '存储容量设备(台)', field: 'jchj_ccrl_count', align: 'center', width: "125" },
|
|
|
|
|
{ title: '校园安全监控设备(台)', field: 'jchj_xyaqjk_count', align: 'center', width: "155" },
|
|
|
|
|
//数字终端
|
|
|
|
|
{ title: '设备总数', field: 'szzd_taishu', align: 'center', width: "100" },
|
|
|
|
|
{ title: '设备总数', field: 'szzd_taishu', align: 'center', width: "100" },
|
|
|
|
|
{ title: '学生计算机教室设(台)', field: 'szzd_xsjsjjs_count', align: 'center', width: "155" },
|
|
|
|
|
{ title: '智慧教室设备(台)', field: 'szzd_zhjs_count', align: 'center', width: "125" },
|
|
|
|
|
{ title: '电子图书阅览室设备(台)', field: 'szzd_dztsyls_count', align: 'center', width: "160" },
|
|
|
|
@ -135,9 +135,9 @@
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
form.on('submit(user-query)', function () {
|
|
|
|
|
|
|
|
|
|
form.on('submit(export)', function () {
|
|
|
|
|
|
|
|
|
|
window.location.href = '/QingLong/zbdc/exportSummaryXxhsb';
|
|
|
|
|
// 阻止表单的默认提交行为
|
|
|
|
|
return false;
|
|
|
|
|
});
|
|
|
|
|