51-layui popupRight 弹出的页面,非模板html

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'
                });
            },
posted @ 2022-04-10 11:56  认真的coder  阅读(22)  评论(0编辑  收藏  举报