自动化立体仓库 - WMS系统
luxiaotao1123
2021-08-26 37286cd9b177e9a1b8f28bfbc054c8cfedec6a5e
src/main/webapp/views/matOut/waitMatoutQuery.html
@@ -95,12 +95,13 @@
    var pageCurr;
    function getCol() {
        var cols = [
            {type: 'checkbox'}
            ,{field: 'locNo$', align: 'center',title: '库位号'}
            {type: 'checkbox', fixed: 'left'}
            ,{field: 'qty', title: '通知出库量', fixed: 'left', width:100}
            ,{field: 'outQty', title: '已出库量', fixed: 'left', width:90}
        ];
        cols.push.apply(cols, detlCols);
        cols.push(
            {field: 'memo', align: 'center',title: '备注'}
        cols.push.apply(cols, matCols);
        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;
@@ -116,7 +117,7 @@
        locDetlTableIns = table.render({
            elem: '#stockOut',
            headers: {token: localStorage.getItem('token')},
            url: baseUrl+'/stock/out/list/auth',
            url: baseUrl+'/waitMatout/list/auth',
            page: true,
            limit: 10,
            even: true,
@@ -142,9 +143,9 @@
                if (res.code === 403) {
                    top.location.href = baseUrl+"/";
                }
                pageCurr=curr;
                $('.layui-form-checkbox').css("pointer-events", "none");
                $('td[data-field="0').css("cursor", "pointer")
                // pageCurr=curr;
                // $('.layui-form-checkbox').css("pointer-events", "none");
                // $('td[data-field="0').css("cursor", "pointer")
            }
        });