自动化立体仓库 - WMS系统
#
18516761980
2021-08-20 c73f3dd7d3ce960406c705d27ce7d6e0130fc9e5
src/main/webapp/views/matStore/waitMatinQuery.html
@@ -75,13 +75,14 @@
    function getCol() {
        var cols = [
            {type: 'checkbox', fixed: 'left'}
            ,{type: 'qty', title: '通知入库量', fixed: 'left'}
            ,{type: 'inQty', title: '已入库量', fixed: 'left'}
            ,{field: 'qty', title: '通知入库量', fixed: 'left', width:100}
            ,{field: 'inQty', title: '已入库量', fixed: 'left', width:90}
        ];
        cols.push.apply(cols, matCols);
        cols.push(
            {field: 'modiUser$', align: 'center',title: '修改人员', hide: true},
            {field: 'modiTime$', align: 'center',title: '修改时间'}
        cols.push({field: 'billNo', title:'单据编号', align: 'center'}
            ,{field: 'seqNo', title:'序号', align: 'center', width:80}
            ,{field: 'modiUser$', align: 'center',title: '修改人员', hide: true}
            ,{field: 'modiTime$', align: 'center',title: '修改时间'}
        )
        return cols;
    }
@@ -120,7 +121,6 @@
                statusCode: 200
            },
            done: function (res, curr, count) {
                console.log(res);
                if (res.code === 403) {
                    top.location.href = baseUrl + "/";
                }