#
luxiaotao1123
2021-03-11 064ef1fd2858c6185bd1b7d1e986fc08c7abd8aa
src/main/webapp/static/js/custOrder/custOrder.js
@@ -1,15 +1,17 @@
var pageCurr;
function right(){
    top.layui.admin.popupRight({
    top.popupRight = top.layui.admin.popupRight({
        id: 'LAY_adminPopupLayerTest'
        , area: '750px'
        , type: 2
        ,content:'custOrder/matQuery.html'
        ,success: function(){
        , content:'custOrder/matQuery.html'
        , success: function(){
            // $('#'+ this.id).html('<div style="padding: 20px;">放入内容</div>');
            //admin.view(this.id).render('system/xxx')
        }
        , end: function () {
            $(".layui-laypage-btn")[0].click();
        }
    });
}