自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-06 d23f39f6e3f743f7b46097a9315a6e28398218e5
src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -63,7 +63,7 @@
            //         return html;
            //     }}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:130}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}
        ]],
        request: {
            pageName: 'curr',
@@ -149,6 +149,7 @@
                                layer.closeAll();
                                if (res.code === 200){
                                    $(".layui-laypage-btn")[0].click();
                                    layer.msg(res.msg);
                                } else if (res.code === 403){
                                    top.location.href = baseUrl;
                                } else {
@@ -184,6 +185,7 @@
                                layer.closeAll();
                                if (res.code === 200){
                                    $(".layui-laypage-btn")[0].click();
                                    layer.msg(res.msg);
                                } else if (res.code === 403){
                                    top.location.href = baseUrl;
                                } else {