|
|
|
@ -104,13 +104,7 @@
|
|
|
|
|
|
|
|
|
|
table.render({
|
|
|
|
|
elem: '#myTable',
|
|
|
|
|
url: '/QingLong/zbdc/listSchool',
|
|
|
|
|
where: {
|
|
|
|
|
check_type_id: $("#statusId").val(),
|
|
|
|
|
school_type_id: $("#xxlxId").val(),
|
|
|
|
|
keyword: $("#xxmc").val()
|
|
|
|
|
},
|
|
|
|
|
cellExpandedMode: "tips",
|
|
|
|
|
url: '/QingLong/zbdc/CheckViewList',
|
|
|
|
|
height: 'full-70',
|
|
|
|
|
page: {
|
|
|
|
|
limit: 15
|
|
|
|
@ -120,8 +114,8 @@
|
|
|
|
|
},
|
|
|
|
|
cols: [[
|
|
|
|
|
{ title: '序号', align: 'center', width: "10%", type: 'numbers' },
|
|
|
|
|
{ title: '学校名称', field: 'org_name', align: 'center', width: "25%" },
|
|
|
|
|
{ title: '学校类型', field: 'school_type_name', align: 'center', width: "20%" },
|
|
|
|
|
{ title: '上报内容', field: 'org_name', align: 'center', width: "25%" },
|
|
|
|
|
{ title: '最后提交时间', field: 'school_type_name', align: 'center', width: "20%" },
|
|
|
|
|
{ title: '状态', field: 'status_name', align: 'center', width: "20%" },
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "25%" }
|
|
|
|
|
|
|
|
|
@ -143,9 +137,6 @@
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
table.on('tool(myTable)', function (obj) {
|
|
|
|
|
console.log(obj.data.school_type_id)
|
|
|
|
|
if (obj.event === 'view') {
|
|
|
|
|