showInvoice:function (obj) {                active.showPage(obj.data,'company/companyInvoiceLayerList4Admin.jsp','开票治理')            },
showPage:function (data,page,title) {                top.layui.admin.popupRight({                    id: 'LAY_'+elemId+'PopupLayer'                    ,title:title?title:false                    ,type: 2                    ,content: page                    ,area: layui.setter.popup_layer_area                    ,success: function(layero,index){                        top.window.formData = data;                    }                    ,btn: ['敞开']                    ,btnAlign: 'c'                });            },