自动化立体仓库 - WMS系统
#
wang..123
2021-11-19 39ae3624fa746930d499effa332599b6425371ba
src/main/webapp/static/js/wrkDetl/wrkDetl.js
@@ -5,7 +5,10 @@
        ,{field: 'ioTime$', align: 'center',title: '工作时间', width: 160}
    ];
    cols.push.apply(cols, detlCols);
    cols.push({field: 'modiUser$', align: 'center',title: '修改人员', hide:true}
    cols.push(
        {field: 'billNo', align: 'center',title: '单据编号'}
        ,{field: 'seqNo', align: 'center',title: '序号', width:80}
        ,{field: 'modiUser$', align: 'center',title: '修改人员', hide:true}
        ,{field: 'modiTime$', align: 'center',title: '修改时间', hide:true})
    return cols;
}
@@ -34,6 +37,7 @@
            pageSize: 'limit'
        },
        parseData: function (res) {
            console.log(res)
            return {
                'code': res.code,
                'msg': res.msg,
@@ -319,7 +323,7 @@
//            id: $('#id').val(),
            wrkNo: $('#wrkNo').val(),
            ioTime: top.strToDate($('#ioTime\\$').val()),
            matnr: $('#matnr').val(),
            matNo: $('#matNo').val(),
            lgnum: $('#lgnum').val(),
            tbnum: $('#tbnum').val(),
            tbpos: $('#tbpos').val(),
@@ -465,13 +469,6 @@
            }
        }
    }
}
function clearFormVal(el) {
    $(':input', el)
        .val('')
        .removeAttr('checked')
        .removeAttr('selected');
}
function detailScreen(index) {