|
|
|
@ -208,25 +208,201 @@
|
|
|
|
|
];
|
|
|
|
|
break;
|
|
|
|
|
case '2':
|
|
|
|
|
|
|
|
|
|
customCols = [
|
|
|
|
|
[
|
|
|
|
|
{ title: '序号', align: 'center', width: "60", type: 'numbers', rowspan: 2 },
|
|
|
|
|
{ title: '行政区域', field: 'area_name', align: 'center', width: "150", rowspan: 2 },
|
|
|
|
|
{ title: '学校名称', field: 'bureau_name', align: 'center', width: "300", rowspan: 2 },
|
|
|
|
|
{ title: '学校类型', field: 'school_type_name', align: 'center', width: "100", rowspan: 2 },
|
|
|
|
|
{ title: '类别', field: 'lb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '主要设备', field: 'lb_sb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '品牌', field: 'pinpai', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '型号', field: 'xinghao', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '现状', align: 'center', colspan: 3 },
|
|
|
|
|
{ title: '工作状态', align: 'center', colspan: 6 },
|
|
|
|
|
{ title: '备注', field: 'beizhu', align: 'center', width: "135", rowspan: 2 }
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
{ title: '配置(如计算机请标明:处理器/内存/硬盘/显示器等)', field: 'peizhi', align: 'center', width: "305" },
|
|
|
|
|
{ title: '台数', field: 'taishu', align: 'center', width: "60" },
|
|
|
|
|
{ title: '启用日期', field: 'qiyongriqi', align: 'center', width: "110" },
|
|
|
|
|
{ title: '正常使用(台)', field: 'zhengchang', align: 'center', width: "110" },
|
|
|
|
|
{ title: '待修(台)', field: 'daixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '在修(台)', field: 'zaixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '闲置(台)', field: 'xianzhi', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其他(台)', field: 'qita', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其它(说明原因)', field: 'yuanyin', align: 'center', width: "125" }
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
break;
|
|
|
|
|
case '3':
|
|
|
|
|
|
|
|
|
|
customCols = [
|
|
|
|
|
[
|
|
|
|
|
{ title: '序号', align: 'center', width: "60", type: 'numbers', rowspan: 2 },
|
|
|
|
|
{ title: '行政区域', field: 'area_name', align: 'center', width: "150", rowspan: 2 },
|
|
|
|
|
{ title: '学校名称', field: 'bureau_name', align: 'center', width: "300", rowspan: 2 },
|
|
|
|
|
{ title: '学校类型', field: 'school_type_name', align: 'center', width: "100", rowspan: 2 },
|
|
|
|
|
{ title: '类别', field: 'lb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '主要设备', field: 'lb_sb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '品牌', field: 'pinpai', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '型号', field: 'xinghao', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '现状', align: 'center', colspan: 3 },
|
|
|
|
|
{ title: '工作状态', align: 'center', colspan: 6 },
|
|
|
|
|
{ title: '备注', field: 'beizhu', align: 'center', width: "135", rowspan: 2 }
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
{ title: '配置(如交互式白板标明尺寸,如计算机标明处理器/内存/硬盘等)', field: 'peizhi', align: 'center', width: "360" },
|
|
|
|
|
{ title: '台数', field: 'taishu', align: 'center', width: "60" },
|
|
|
|
|
{ title: '启用日期', field: 'qiyongriqi', align: 'center', width: "110" },
|
|
|
|
|
{ title: '正常使用(台)', field: 'zhengchang', align: 'center', width: "110" },
|
|
|
|
|
{ title: '待修(台)', field: 'daixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '在修(台)', field: 'zaixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '闲置(台)', field: 'xianzhi', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其他(台)', field: 'qita', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其它(说明原因)', field: 'yuanyin', align: 'center', width: "125" }
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
break;
|
|
|
|
|
case '4':
|
|
|
|
|
|
|
|
|
|
customCols = [
|
|
|
|
|
[
|
|
|
|
|
{ title: '序号', align: 'center', width: "60", type: 'numbers', rowspan: 2 },
|
|
|
|
|
{ title: '行政区域', field: 'area_name', align: 'center', width: "150", rowspan: 2 },
|
|
|
|
|
{ title: '学校名称', field: 'bureau_name', align: 'center', width: "300", rowspan: 2 },
|
|
|
|
|
{ title: '学校类型', field: 'school_type_name', align: 'center', width: "100", rowspan: 2 },
|
|
|
|
|
{ title: '类别', field: 'lb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '主要设备', field: 'lb_sb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '品牌', field: 'pinpai', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '型号', field: 'xinghao', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '现状', align: 'center', colspan: 4 },
|
|
|
|
|
{ title: '工作状态', align: 'center', colspan: 6 },
|
|
|
|
|
{ title: '备注', field: 'beizhu', align: 'center', width: "135", rowspan: 2 }
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
{ title: '主要设备情况(如尺寸等)', field: 'zhuyaoshebeiqingkuang', align: 'center', width: "175" },
|
|
|
|
|
{ title: '数量', field: 'shuliang', align: 'center', width: "60" },
|
|
|
|
|
{ title: '座位数', field: 'zuoweishu', align: 'center', width: "80" },
|
|
|
|
|
{ title: '启用日期', field: 'qiyongriqi', align: 'center', width: "110" },
|
|
|
|
|
{ title: '正常使用(台)', field: 'zhengchang', align: 'center', width: "110" },
|
|
|
|
|
{ title: '待修(台)', field: 'daixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '在修(台)', field: 'zaixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '闲置(台)', field: 'xianzhi', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其他(台)', field: 'qita', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其它(说明原因)', field: 'yuanyin', align: 'center', width: "125" }
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
break;
|
|
|
|
|
case '5':
|
|
|
|
|
|
|
|
|
|
customCols = [
|
|
|
|
|
[
|
|
|
|
|
{ title: '序号', align: 'center', width: "60", type: 'numbers', rowspan: 2 },
|
|
|
|
|
{ title: '行政区域', field: 'area_name', align: 'center', width: "150", rowspan: 2 },
|
|
|
|
|
{ title: '学校名称', field: 'bureau_name', align: 'center', width: "300", rowspan: 2 },
|
|
|
|
|
{ title: '学校类型', field: 'school_type_name', align: 'center', width: "100", rowspan: 2 },
|
|
|
|
|
{ title: '类别', field: 'lb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '主要设备', field: 'lb_sb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '品牌', field: 'pinpai', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '型号', field: 'xinghao', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '现状', align: 'center', colspan: 5 },
|
|
|
|
|
{ title: '工作状态', align: 'center', colspan: 6 },
|
|
|
|
|
{ title: '备注', field: 'beizhu', align: 'center', width: "135", rowspan: 2 }
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
{ title: '教室内音箱(对)', field: 'jsnyxs', align: 'center', width: "125" },
|
|
|
|
|
{ title: '走廊音箱(只)', field: 'zlyxs', align: 'center', width: "115" },
|
|
|
|
|
{ title: '室外音柱(个)', field: 'swyzs', align: 'center', width: "115" },
|
|
|
|
|
{ title: '合计点数', field: 'jsds', align: 'center', width: "115" },
|
|
|
|
|
{ title: '启用日期', field: 'qiyongriqi', align: 'center', width: "110" },
|
|
|
|
|
{ title: '正常使用(台)', field: 'zhengchang', align: 'center', width: "110" },
|
|
|
|
|
{ title: '待修(台)', field: 'daixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '在修(台)', field: 'zaixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '闲置(台)', field: 'xianzhi', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其他(台)', field: 'qita', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其它(说明原因)', field: 'yuanyin', align: 'center', width: "125" }
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
break;
|
|
|
|
|
case '6':
|
|
|
|
|
customCols = [
|
|
|
|
|
[
|
|
|
|
|
{ title: '序号', align: 'center', width: "60", type: 'numbers', rowspan: 2 },
|
|
|
|
|
{ title: '行政区域', field: 'area_name', align: 'center', width: "150", rowspan: 2 },
|
|
|
|
|
{ title: '学校名称', field: 'bureau_name', align: 'center', width: "300", rowspan: 2 },
|
|
|
|
|
{ title: '学校类型', field: 'school_type_name', align: 'center', width: "100", rowspan: 2 },
|
|
|
|
|
{ title: '类别', field: 'lb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '主要设备', field: 'lb_sb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '品牌', field: 'pinpai', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '型号', field: 'xinghao', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '现状', align: 'center', colspan: 8 },
|
|
|
|
|
{ title: '工作状态', align: 'center', colspan: 6 },
|
|
|
|
|
{ title: '备注', field: 'beizhu', align: 'center', width: "135", rowspan: 2 }
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
{ title: '摄像机数量', field: 'sxjs', align: 'center', width: "100" },
|
|
|
|
|
{ title: '提词器', field: 'tcqs', align: 'center', width: "80" },
|
|
|
|
|
{ title: '效果监视屏', field: 'xgjsps', align: 'center', width: "100" },
|
|
|
|
|
{ title: '计算机数量', field: 'jsjs', align: 'center', width: "100" },
|
|
|
|
|
{ title: '非编', field: 'fbs', align: 'center', width: "75" },
|
|
|
|
|
{ title: '蓝箱系统', field: 'xinghao', field: 'lxxts', align: 'center', width: "110" },
|
|
|
|
|
{ title: '面积(平方米)', field: 'mj', align: 'center', width: "110" },
|
|
|
|
|
|
|
|
|
|
{ title: '启用日期', field: 'qiyongriqi', align: 'center', width: "110" },
|
|
|
|
|
{ title: '正常使用(台)', field: 'zhengchang', align: 'center', width: "110" },
|
|
|
|
|
{ title: '待修(台)', field: 'daixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '在修(台)', field: 'zaixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '闲置(台)', field: 'xianzhi', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其他(台)', field: 'qita', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其它(说明原因)', field: 'yuanyin', align: 'center', width: "125" }
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
break;
|
|
|
|
|
case '7':
|
|
|
|
|
customCols = [
|
|
|
|
|
[
|
|
|
|
|
{ title: '序号', align: 'center', width: "60", type: 'numbers', rowspan: 2 },
|
|
|
|
|
{ title: '行政区域', field: 'area_name', align: 'center', width: "150", rowspan: 2 },
|
|
|
|
|
{ title: '学校名称', field: 'bureau_name', align: 'center', width: "300", rowspan: 2 },
|
|
|
|
|
{ title: '学校类型', field: 'school_type_name', align: 'center', width: "100", rowspan: 2 },
|
|
|
|
|
{ title: '类别', field: 'lb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '主要设备', field: 'lb_sb_name', align: 'center', width: "160", rowspan: 2 },
|
|
|
|
|
{ title: '品牌', field: 'pinpai', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '型号', field: 'xinghao', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '现状', align: 'center', colspan: 3 },
|
|
|
|
|
{ title: '工作状态', align: 'center', colspan: 6 },
|
|
|
|
|
{ title: '备注', field: 'beizhu', align: 'center', width: "135", rowspan: 2 }
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
{ title: '主要设备情况', field: 'zysbqk', align: 'center', width: "150" },
|
|
|
|
|
{ title: '面积(平方米)', field: 'mj', align: 'center', width: "110" },
|
|
|
|
|
|
|
|
|
|
{ title: '启用日期', field: 'qiyongriqi', align: 'center', width: "110" },
|
|
|
|
|
{ title: '正常使用(台)', field: 'zhengchang', align: 'center', width: "110" },
|
|
|
|
|
{ title: '待修(台)', field: 'daixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '在修(台)', field: 'zaixiu', align: 'center', width: "90" },
|
|
|
|
|
{ title: '闲置(台)', field: 'xianzhi', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其他(台)', field: 'qita', align: 'center', width: "90" },
|
|
|
|
|
{ title: '其它(说明原因)', field: 'yuanyin', align: 'center', width: "125" }
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
break;
|
|
|
|
|
case '8':
|
|
|
|
|
|
|
|
|
|
customCols = [
|
|
|
|
|
[
|
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
|
{ title: '行政区域', field: 'area_name', align: 'center', width: "150", rowspan: 2 },
|
|
|
|
|
{ title: '学校名称', field: 'bureau_name', align: 'center', width: "300", rowspan: 2 },
|
|
|
|
|
{ title: '学校类型', field: 'school_type_name', align: 'center', width: "100", rowspan: 2 },
|
|
|
|
|
{ title: '互联网带宽(MB)', field: 'hlwdk', align: 'center', width: "150" },
|
|
|
|
|
{ title: '接入IP', field: 'jrip', align: 'center', width: "100" },
|
|
|
|
|
{ title: '服务商(联通,电信,移动等)', field: 'wfs', align: 'center', width: "180" },
|
|
|
|
|
{ title: '合同年均费用(万元)', field: 'htnjfy', align: 'center', width: "150" },
|
|
|
|
|
{ title: '合同服务期', field: 'htfwq', align: 'center', width: "100" },
|
|
|
|
|
{ title: '班级数', field: 'bjs', align: 'center', width: "100" },
|
|
|
|
|
{ title: '是否有防火墙', field: 'fhq', align: 'center', width: "125", },
|
|
|
|
|
{ title: '内部主干网络是否为光纤', field: 'zgwgx', align: 'center', width: "165" },
|
|
|
|
|
{ title: '带宽(MB)', field: 'dk', align: 'center', width: "100" }
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -238,7 +414,8 @@
|
|
|
|
|
where: {
|
|
|
|
|
area_id: $("#xzqhId").val(),
|
|
|
|
|
school_type_id: $("#xxlxId").val(),
|
|
|
|
|
dcb_id: $("#flId").val()
|
|
|
|
|
dcb_id: $("#flId").val(),
|
|
|
|
|
keyword: $("#xxmc").val()
|
|
|
|
|
},
|
|
|
|
|
cellExpandedMode: "tips",
|
|
|
|
|
height: 'full-70',
|
|
|
|
@ -270,6 +447,12 @@
|
|
|
|
|
return false;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
form.on('select(fl)', function () {
|
|
|
|
|
tableRender();
|
|
|
|
|
// 阻止表单的默认提交行为
|
|
|
|
|
return false;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
form.on('select(xxlx)', function () {
|
|
|
|
|
tableRender();
|
|
|
|
|
// 阻止表单的默认提交行为
|
|
|
|
|