#
luxiaotao1123
2021-04-05 f66bda8f54d0ae0267a84128498f3f7b37fcb23f
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+"/";
            }