|
|
|
@ -4,8 +4,7 @@
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title></title>
|
|
|
|
|
<link rel="stylesheet" href="../../../component/layui/css/layui.css" />
|
|
|
|
|
<link rel="stylesheet" href="../../../component/pear/css/module/toast.css" />
|
|
|
|
|
<link rel="stylesheet" href="../../../../component/layui/css/layui.css" />
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
th {
|
|
|
|
@ -64,7 +63,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.woo-theme-color {
|
|
|
|
|
color: #2d8cf0 !important;
|
|
|
|
|
color: #16baaa !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.woo-tool-span {
|
|
|
|
@ -139,7 +138,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script src="../../../component/layui/layui.js"></script>
|
|
|
|
|
<script src="../../../../component/layui/layui.js"></script>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
layui.use(function () {
|
|
|
|
@ -168,9 +167,9 @@
|
|
|
|
|
|
|
|
|
|
table.render({
|
|
|
|
|
elem: '#myTable',
|
|
|
|
|
url: '/QingLong/zbdc/getQueryXxhsb',
|
|
|
|
|
url: '/QingLong/zbdc/listSchool',
|
|
|
|
|
where: {
|
|
|
|
|
area_id: $("#xzqhId").val(),
|
|
|
|
|
check_type_id: $("#statusId").val(),
|
|
|
|
|
school_type_id: $("#xxlxId").val(),
|
|
|
|
|
keyword: $("#xxmc").val()
|
|
|
|
|
},
|
|
|
|
@ -183,11 +182,11 @@
|
|
|
|
|
, next: "下一页"
|
|
|
|
|
},
|
|
|
|
|
cols: [[
|
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
|
{ title: '学校名称', field: 'level', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '学校类型', field: 'fldm', align: 'center', width: "10%" },
|
|
|
|
|
{ title: '状态', field: 'mc', align: 'center', width: "10%" },
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "15%" }
|
|
|
|
|
{ title: '序号', align: 'center', width: "10%", type: 'numbers' },
|
|
|
|
|
{ title: '学校名称', field: 'org_name', align: 'center', width: "25%" },
|
|
|
|
|
{ title: '学校类型', field: 'fldm', align: 'center', width: "20%" },
|
|
|
|
|
{ title: '状态', field: 'mc', align: 'center', width: "20%" },
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "25%" }
|
|
|
|
|
|
|
|
|
|
]],
|
|
|
|
|
// skin: 'line',
|
|
|
|
|