自动化立体仓库 - WMS系统
skyouc
12 小时以前 9147b27773228d738e0d78d7299b37e11c0fb625
src/main/webapp/static/js/report/stayTime.js
@@ -1,9 +1,9 @@
var pageCurr;
function getCol() {
    var cols = [
        {field: 'appeTime$', title: '入库时间', align: 'center', width: 200}
        ,{field: 'stay_time', align: 'center',title: '滞留天数'}
        ,{field: 'loc_no', align: 'center',title: '库位号'}
        {field: 'appeTime', title: '入库时间', align: 'center', width: 200}
        ,{field: 'stayTime', align: 'center',title: '滞留天数'}
        ,{field: 'locNo', align: 'center',title: '库位号'}
    ];
    cols.push.apply(cols, detlCols);
    return cols;