自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-23 4e83c0f5b7c4b98e870f1957538c7d1be61e1c2e
#
4个文件已修改
8 ■■■■ 已修改文件
src/main/webapp/static/js/report/inOut.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/stayTime.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/workIn.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/workOut.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/inOut.js
@@ -18,7 +18,7 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'ymd', align: 'center', title: '日期', sort: true}
            ,{field: 'ymd', align: 'center', title: '日期'}
            ,{field: 'source_sta_no', align: 'center',title: '站点'}
            ,{field: 'sto_qty', align: 'center',title: '入库次数'}
            ,{field: 'ret_qty', align: 'center',title: '出库次数'}
src/main/webapp/static/js/report/stayTime.js
@@ -19,7 +19,7 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'appe_time', title: '入库时间', sort: true, align: 'center'}
            ,{field: 'appe_time', title: '入库时间', align: 'center'}
            ,{field: 'stay_time', align: 'center',title: '滞留天数'}
            ,{field: 'loc_no', align: 'center',title: '库位号'}
            ,{field: 'matnr', align: 'center',title: '物料'}
src/main/webapp/static/js/report/workIn.js
@@ -18,7 +18,7 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'io_time', align: 'center', title: '入库日期', sort: true}
            ,{field: 'io_time', align: 'center', title: '入库日期'}
            ,{field: 'loc_no', align: 'center',title: '库位号'}
            // ,{field: 'crn_str_time', align: 'center',title: '堆垛机启动时间'}
            // ,{field: 'crn_end_time', align: 'center',title: '堆垛机停止时间'}
src/main/webapp/static/js/report/workOut.js
@@ -18,7 +18,7 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'io_time', align: 'center', title: '出库日期', sort: true}
            ,{field: 'io_time', align: 'center', title: '出库日期'}
            ,{field: 'loc_no', align: 'center',title: '库位号'}
            ,{field: 'crn_str_time', align: 'center',title: '堆垛机启动时间'}
            ,{field: 'crn_end_time', align: 'center',title: '堆垛机停止时间'}