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