自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-13 63b0857440c0d83acf1a57a262c874c1deea36ac
#
6个文件已修改
24 ■■■■ 已修改文件
src/main/webapp/static/js/errorWrkMast/errorWrkMast.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/inOut.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/reportStockUse.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/stayTime.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/workIn.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/workOut.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/errorWrkMast/errorWrkMast.js
@@ -20,8 +20,8 @@
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'wrkNo', align: 'center',title: '工作号',sort: true}
            // {type: 'checkbox'}
            {field: 'wrkNo', align: 'center',title: '工作号',sort: true}
            ,{field: 'ioTime$', align: 'center',title: '工作时间',sort: true, hide:true}
            ,{field: 'wrkSts$', align: 'center',title: '工作状态'}
            ,{field: 'ioType$', align: 'center',title: '入出库类型'}
src/main/webapp/static/js/report/inOut.js
@@ -17,8 +17,8 @@
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'ymd', align: 'center', title: '日期'}
            // {type: 'checkbox'}
            {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/reportStockUse.js
@@ -18,8 +18,8 @@
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox', fixed: 'left'}
            ,{field: 'row1', title: '钢架号', sort: true, align: 'center'}
            // {type: 'checkbox', fixed: 'left'}
            {field: 'row1', title: '钢架号', sort: true, align: 'center'}
            ,{field: 'total_qty', align: 'center',title: '库位总数'}
            ,{field: 'full_qty', align: 'center',title: '在库数量'}
            ,{field: 'null_qty', align: 'center',title: '空库位数量'}
src/main/webapp/static/js/report/stayTime.js
@@ -18,8 +18,8 @@
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'appe_time', title: '入库时间', align: 'center'}
            // {type: 'checkbox'}
            {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
@@ -17,8 +17,8 @@
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'io_time', align: 'center', title: '入库日期'}
            // {type: 'checkbox'}
            {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
@@ -17,8 +17,8 @@
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'io_time', align: 'center', title: '出库日期'}
            // {type: 'checkbox'}
            {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: '堆垛机停止时间'}