自动化立体仓库 - WMS系统
chen.lin
20 小时以前 f8fa396c3b931bf20e342d866e5aa14076a8629a
src/main/webapp/views/home/console.html
@@ -235,9 +235,9 @@
    var pageCurr;
    function getCol() {
        var cols = [
            {field: 'appe_time', title: '入库时间', align: 'center', width: 200}
            {field: 'appeTime$', title: '入库时间', align: 'center', width: 200}
            ,{field: 'stay_time', align: 'center',title: '滞留天数'}
            ,{field: 'loc_no', align: 'center',title: '库位号'}
            ,{field: 'locNo$', title: '库位号', align: 'center'}
        ];
        cols.push.apply(cols, detlCols);
        return cols;
@@ -330,4 +330,4 @@
        return fmt;
    }
</script>
</html>
</html>