123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- /**
- * 租房申请管理初始化
- */
- var HouseRenting = {
- id: "HouseRentingTable", //表格id
- seItem: null, //选中的条目
- table: null,
- layerIndex: -1
- };
- /**
- * 初始化表格的列
- */
- HouseRenting.initColumn = function () {
- return [
- {field: 'selectItem', radio: true},
- {title: '姓名', field: 'name', visible: true, align: 'center', valign: 'middle',width:"120px",'class': 'uitd_showTip',
- formatter : function (value,row,index) {
- if(row.sex==1){
- return value+'<span style="color:#6495ED">【男】</span>';
- }if(row.sex==2){
- return value+'<span style="color:#FF82AB">【女】</span>';
- }
- }
- },
- {title: '证件类型', field: 'cardTypeName', visible: true, align: 'center', valign: 'middle',width:"80px",'class': 'uitd_showTip'},
- {title: '证件号码', field: 'idCard', visible: true, align: 'center', valign: 'middle',width:"120px",'class': 'uitd_showTip'},
- {title: '人才层次', field: 'talentArrangeName', visible: true, align: 'center', valign: 'middle',width:"100px",'class': 'uitd_showTip'},
- {title: '籍贯', field: 'nativePlace', visible: true, align: 'center', valign: 'middle',width:"100px",'class': 'uitd_showTip'},
- {title: '入职时间', field: 'entryTime', visible: true, align: 'center', valign: 'middle',width:"100px",'class': 'uitd_showTip'},
- // {title: '岗位/职务', field: 'post', visible: true, align: 'center', valign: 'middle'},
- // {title: '工作单位地址', field: 'enterpriseAddress', visible: true, align: 'center', valign: 'middle'},
- // {title: '现居地址', field: 'address', visible: true, align: 'center', valign: 'middle'},
- {title: '联系电话', field: 'phone', visible: true, align: 'center', valign: 'middle',width:"120px",'class': 'uitd_showTip'},
- // {title: '电子邮箱', field: 'email', visible: true, align: 'center', valign: 'middle'},
- {title: '婚姻状态', field: 'marryStatusName', visible: true, align: 'center', valign: 'middle',width:"80px",'class': 'uitd_showTip'},
- {title: '配偶姓名', field: 'spouseName', visible: true, align: 'center', valign: 'middle',width:"120px",'class': 'uitd_showTip',
- formatter : function (value,row,index) {
- if(row.spouseSex==1){
- return value+'<span style="color:#6495ED">【男】</span>';
- }if(row.spouseSex==2){
- return value+'<span style="color:#FF82AB">【女】</span>';
- }
- }
- },
- {title: '配偶证件类型', field: 'spouseCardTypeName', visible: true, align: 'center', valign: 'middle',width:"100px",'class': 'uitd_showTip'},
- {title: '配偶证件号码', field: 'spouseIdCard', visible: true, align: 'center', valign: 'middle',width:"120px",'class': 'uitd_showTip'},
- {title: '配偶人才层次', field: 'spouseTalentArrangeName', visible: true, align: 'center', valign: 'middle',width:"100px",'class': 'uitd_showTip'},
- {title: '配偶籍贯', field: 'spouseNativePlace', visible: true, align: 'center', valign: 'middle',width:"120px",'class': 'uitd_showTip'},
- // {title: '配偶入职时间', field: 'spouseEntryTime', visible: true, align: 'center', valign: 'middle'},
- // {title: '配偶岗位/职务', field: 'spousePost', visible: true, align: 'center', valign: 'middle'},
- {title: '配偶工作单位', field: 'spouseEnterpriseName', visible: true, align: 'center', valign: 'middle',width:"120px",'class': 'uitd_showTip'},
- // {title: '配偶工作单位地址', field: 'spouseEnterpriseAddress', visible: true, align: 'center', valign: 'middle'},
- // {title: '配偶现居地址', field: 'spouseAddress', visible: true, align: 'center', valign: 'middle'},
- {title: '配偶联系电话', field: 'spousePhone', visible: true, align: 'center', valign: 'middle',width:"120px",'class': 'uitd_showTip'},
- // {title: '配偶电子邮箱', field: 'spouseEmail', visible: true, align: 'center', valign: 'middle'},
- {title: '拟申请租住人才社区', field: 'houseTypeName', visible: true, align: 'center', valign: 'middle',width:"130px",'class': 'uitd_showTip'},
- // {title: '养老保险缴纳月份', field: 'pensionDetail', visible: true, align: 'center', valign: 'middle'},
- // {title: '失业保险缴纳月份', field: 'unemploymentDetail', visible: true, align: 'center', valign: 'middle'},
- // {title: '医疗保险缴纳月份', field: 'medicaDetail', visible: true, align: 'center', valign: 'middle'},
- // {title: '个税缴纳月份', field: 'taxDetail', visible: true, align: 'center', valign: 'middle'},
- {title: '审核状态', field: 'checkState', visible: true, align: 'center', valign: 'middle',width:"100px",'class': 'uitd_showTip',width:"100px",
- formatter : function (value,row,index) {
- if(value==1){
- return "<span class='label'>待提交</span>"
- }else if(value==10){
- return "<span class='label label-danger'>已驳回</span>"
- }else if(value==-1){
- return "<span class='label label-danger'>审核不通过</span>"
- }else if(value==30){
- return "<span class='label label-primary'>审核通过</span>"
- }else{
- return "<span class='label label-success'>审核中</span>"
- }
- }
- },
- // {title: '承租开始日期', field: 'rentStartTime', visible: true, align: 'center', valign: 'middle'},
- // {title: '承租截止时间', field: 'rentEndTime', visible: true, align: 'center', valign: 'middle'},
- // {title: '承租详细地址', field: 'rentAddress', visible: true, align: 'center', valign: 'middle'},
- {title: '操作', field: 'id', visible: true, align: 'center', valign: 'middle',width:"80px",
- formatter : function (value,row,index){
- return "<span class='label label-success' onclick=\"Feng.getCheckLogModel('"+value+"','"+CONFIG.project_renting+"',null)\" >" +
- "<i class=\"fa fa-book\"></i>日志" +
- "</span>";
- }
- }
- ];
- };
- /**
- * 检查是否选中
- */
- HouseRenting.check = function () {
- var selected = $('#' + this.id).bootstrapTable('getSelections');
- if(selected.length == 0){
- Feng.info("请先选中表格中的某一记录!");
- return false;
- }else{
- HouseRenting.seItem = selected[0];
- return true;
- }
- };
- /**
- * 点击添加租房申请
- */
- HouseRenting.openAddHouseRenting = function () {
- var index = layer.open({
- type: 2,
- title: '添加租房申请',
- area: ['800px', '420px'], //宽高
- fix: false, //不固定
- maxmin: true,
- content: Feng.ctxPath + '/api/houseRenting/houseRenting_add',
- btn: ['<i class="fa fa-eye"></i> 保存未提交','<i class="fa fa-check layui-bg-green"></i> 提交审核', '<i class="fa fa-eraser"></i> 取消'],
- btnAlign: 'c',
- btn1: function (index, layero) {
- var obj = layero.find("iframe")[0].contentWindow;
- obj.HouseRentingInfoDlg.addSubmit();
- },btn2: function(index, layero){
- var obj = layero.find("iframe")[0].contentWindow;
- obj.HouseRentingInfoDlg.editSubmit(2);
- return false;
- },
- success :function (layero, index) {
- layer.tips('添加基本信息并上传附件后点击','.layui-layer-btn1',{tips:[1,"#78BA32"],time:0,closeBtn :2});
- },
- end :function () {
- layer.closeAll('tips');
- HouseRenting.table.refresh();
- }
- });
- HouseRenting.layerIndex = index;
- layer.full(index);
- };
- /**
- * 打开查看租房申请详情
- */
- HouseRenting.openHouseRentingDetail = function () {
- if (this.check()) {
- var index = layer.open({
- type: 2,
- title: '租房申请详情',
- area: ['800px', '420px'], //宽高
- fix: false, //不固定
- maxmin: true,
- content: Feng.ctxPath + '/api/houseRenting/houseRenting_update/' + HouseRenting.seItem.id+"/1",
- btn: ['<i class="fa fa-eye"></i> 保存未提交','<i class="fa fa-check layui-bg-green"></i> 提交审核', '<i class="fa fa-eraser"></i> 取消'],
- btnAlign: 'c',
- btn1: function (index, layero) {
- var obj = layero.find("iframe")[0].contentWindow;
- obj.HouseRentingInfoDlg.addSubmit();
- },btn2: function(index, layero){
- var obj = layero.find("iframe")[0].contentWindow;
- obj.HouseRentingInfoDlg.editSubmit(2);
- return false;
- },
- success :function (layero, index) {
- layer.tips('添加基本信息并上传附件后点击','.layui-layer-btn1',{tips:[1,"#78BA32"],time:0,closeBtn :2});
- },
- end :function () {
- layer.closeAll('tips');
- HouseRenting.table.refresh();
- }
- });
- HouseRenting.layerIndex = index;
- layer.full(index);
- }
- }
- HouseRenting.openHouseRentingSelect = function () {
- if (this.check()) {
- var index = layer.open({
- type: 2,
- title: '租房申请详情',
- area: ['800px', '420px'], //宽高
- fix: false, //不固定
- maxmin: true,
- content: Feng.ctxPath + '/api/houseRenting/houseRenting_update/' + HouseRenting.seItem.id+"/2",
- });
- HouseRenting.layerIndex = index;
- layer.full(index);
- }
- };
- /**
- * 删除租房申请
- */
- HouseRenting.delete = function () {
- if (this.check()) {
- var operation = function() {
- var ajax = new $ax(Feng.ctxPath + "/api/houseRenting/delete", function (data) {
- if (data.code == 200){
- Feng.success(data.msg);
- HouseRenting.table.refresh();
- }else{
- Feng.info(data.msg);
- }
- }, function (data) {
- Feng.error("删除失败!" + data.responseJSON.message + "!");
- });
- ajax.set("housepurchaseId", HouseRenting.seItem.id);
- ajax.start();
- }
- Feng.confirm("删除后无法恢复,确认删除吗?", operation);
- }
- };
- /**
- * 查询表单提交参数对象
- * @returns {{}}
- */
- HouseRenting.formParams = function() {
- var queryData = {};
- queryData['name'] = $("#name").val();
- queryData['sex'] = $("#sex").val();
- queryData['cardType'] = $("#cardType").val();
- queryData['idCard'] = $("#idCard").val();
- queryData['talentArrange'] = $("#talentArrange").val();
- queryData['marryStatus'] = $("#marryStatus").val();
- queryData['spouseName'] = $("#spouseName").val();
- queryData['spouseSex'] = $("#spouseSex").val();
- queryData['spouseCardType'] = $("#spouseCardType").val();
- queryData['spouseIdcard'] = $("#spouseIdcard").val();
- queryData['spouseTalentArrange'] = $("#spouseTalentArrange").val();
- queryData['houseType'] = $("#houseType").val();
- queryData['checkState'] = $("#checkState").val();
- return queryData;
- }
- /**
- * 查询购房补贴列表
- */
- HouseRenting.search = function () {
- HouseRenting.table.refresh({query: HouseRenting.formParams()});
- };
- /**
- * 重置
- */
- HouseRenting.reset = function(){
- $("#name").val("");
- $("#sex").val("");
- $("#cardType").val("");
- $("#idCard").val("");
- $("#talentArrange").val("");
- $("#marryStatus").val("");
- $("#spouseName").val("");
- $("#spouseSex").val("");
- $("#spouseCardType").val("");
- $("#spouseIdcard").val("");
- $("#spouseTalentArrange").val("");
- $("#houseType").val("");
- $("#checkState").val("");
- }
- $(function () {
- var defaultColunms = HouseRenting.initColumn();
- var table = new BSTable(HouseRenting.id, "/api/houseRenting/list", defaultColunms);
- table.setPaginationType("server");
- HouseRenting.table = table.init();
- //批量加载字典表数据
- var arr = [
- {"name":"marryStatus","code":"un_marryStatus"},
- {"name":"talentArrange","code":"un_talentLevel"},
- {"name":"cardType","code":"un_cardType"},
- {"name":"spouseCardType","code":"un_cardType"},
- {"name":"spouseTalentArrange","code":"un_talentLevel"},
- {"name":"houseType","code":"un_renting_houseType"},
- {"name":"childCardType","code":"un_cardType"}];
- Feng.findChildDictBatch(JSON.stringify(arr));
- });
|