自动化立体仓库 - WMS系统
pang.jiabao
2025-04-15 7317c0c6f3e88ff9476c16e473391e8b8cb2c3ee
src/main/webapp/static/js/report/stayTime.js
@@ -1,8 +1,8 @@
var pageCurr;
function getCol() {
    var cols = [
        {field: 'appeTime$', title: '入库时间', align: 'center', width: 200}
        ,{field: 'stay_time', align: 'center',title: '滞留天数'}
        {field: 'createTime$', title: '入库时间', align: 'center', width: 200}
        ,{field: 'stay_time', align: 'center',title: '库龄(天)'}
        ,{field: 'loc_no', align: 'center',title: '库位号'}
    ];
    cols.push.apply(cols, detlCols);