自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-06 d23f39f6e3f743f7b46097a9315a6e28398218e5
src/main/webapp/static/js/wrkDetl/wrkDetl.js
@@ -10,7 +10,7 @@
    tableIns = table.render({
        elem: '#wrkDetl',
        headers: {token: localStorage.getItem('token')},
        url: '/wrkDetl/list/auth',
        url: baseUrl+'/wrkDetl/list/auth',
        page: true,
        limit: 16,
        even: true,
@@ -58,7 +58,7 @@
        },
        done: function(res, curr, count) {
            if (res.code === 403) {
                top.location.href = "/";
                top.location.href = baseUrl;
            }
            pageCurr=curr;
            limit();
@@ -88,7 +88,7 @@
            },
            done: function (res, curr, count) {
                if (res.code === 403) {
                    top.location.href = "/";
                    top.location.href = baseUrl;
                }
                pageCurr=curr;
                limit();
@@ -130,7 +130,7 @@
                } else {
                    layer.confirm('确定删除'+(data.length===1?'此':data.length)+'条数据吗', function(){
                        $.ajax({
                            url: "/wrkDetl/delete/auth",
                            url: baseUrl+"/wrkDetl/delete/auth",
                            headers: {'token': localStorage.getItem('token')},
                            data: {param: JSON.stringify(data)},
                            method: 'POST',
@@ -140,7 +140,7 @@
                                    layer.closeAll();
                                    tableReload(false);
                                } else if (res.code === 403){
                                    top.location.href = "/";
                                    top.location.href = baseUrl;
                                } else {
                                    layer.msg(res.msg)
                                }
@@ -168,7 +168,7 @@
                        'fields': fields
                    };
                    $.ajax({
                        url: "/wrkDetl/export/auth",
                        url: baseUrl+"/wrkDetl/export/auth",
                        headers: {'token': localStorage.getItem('token')},
                        data: JSON.stringify(param),
                        dataType:'json',
@@ -179,7 +179,7 @@
                            if (res.code === 200) {
                                table.exportFile(titles,res.data,'xls');
                            } else if (res.code === 403) {
                                top.location.href = "/";
                                top.location.href = baseUrl;
                            } else {
                                layer.msg(res.msg)
                            }
@@ -247,7 +247,7 @@
                       content: '../user/user_detail.html',
                       success: function(layero, index){
                           $.ajax({
                               url: "/user/"+ param +"/auth",
                               url: baseUrl+"/user/"+ param +"/auth",
                               headers: {'token': localStorage.getItem('token')},
                               method: 'GET',
                               success: function (res) {
@@ -283,7 +283,7 @@
                       content: '../user/user_detail.html',
                       success: function(layero, index){
                           $.ajax({
                               url: "/user/"+ param +"/auth",
                               url: baseUrl+"/user/"+ param +"/auth",
                               headers: {'token': localStorage.getItem('token')},
                               method: 'GET',
                               success: function (res) {
@@ -351,7 +351,7 @@
        };
        $.ajax({
            url: "/wrkDetl/"+name+"/auth",
            url: baseUrl+"/wrkDetl/"+name+"/auth",
            headers: {'token': localStorage.getItem('token')},
            data: top.reObject(data),
            method: 'POST',
@@ -363,7 +363,7 @@
                        $(this).val("");
                    });
                } else if (res.code === 403){
                    top.location.href = "/";
                    top.location.href = baseUrl;
                }else {
                    layer.msg(res.msg)
                }
@@ -429,7 +429,7 @@
        },
        done: function (res, curr, count) {
            if (res.code === 403) {
                top.location.href = "/";
                top.location.href = baseUrl;
            }
            pageCurr=curr;
            if (res.data.length === 0 && count !== 0) {