#
luxiaotao1123
2021-04-06 5eaeb26b2e5c4318528d0366a4788e4a9b08af5f
src/main/webapp/static/js/locStatis/locStatis.js
@@ -1,6 +1,7 @@
var pageCurr;
function getCol() {
    var cols = [
        {type: 'numbers', fixed: 'left'},
        {field: 'anfme', align: 'center',title: '库存数量', style: 'font-weight: bold'}
    ];
    arrRemove(detlCols, "field", "anfme")
@@ -46,7 +47,6 @@
            statusCode: 200
        },
        done: function(res, curr, count) {
            console.log(res)
            if (res.code === 403) {
                top.location.href = baseUrl+"/";
            }