自动化立体仓库 - WMS系统
#
LSH
2023-05-24 26aefb078007bf1fbf58cdecaefcb14e63a970c0
src/main/webapp/static/js/report/workIn.js
@@ -1,7 +1,7 @@
var pageCurr;
function getCol() {
    var cols = [
        {field: 'io_time', align: 'center', title: '入库日期', width: 200}
        {field: 'ioTime$', align: 'center', title: '入库日期', width: 200}
        ,{field: 'loc_no', align: 'center',title: '库位号'}
    ];
    cols.push.apply(cols, detlCols);