自动化立体仓库 - WMS系统
zwl
3 天以前 2acfc2d2a0e956910c51bd996f443b3cb9bd3dc9
src/main/webapp/static/js/rowLastno/rowLastno.js
@@ -25,6 +25,7 @@
            ,{field: 'wrkMk', align: 'center',title: '当前工作号', hide:false}
            ,{field: 'sRow', align: 'center',title: '起始排号', hide:true}
            ,{field: 'currentRow', align: 'center',title: '当前排号', style: 'color: #AA3130;font-weight: bold', hide:false}
            ,{field: 'currentCrnNo', align: 'center',title: '当前堆垛机号', style: 'color: #AA3130;font-weight: bold', hide:false}
            ,{field: 'eRow', align: 'center',title: '终止排号', hide:true}
            ,{field: 'sCrnNo', align: 'center',title: '起始堆垛机号', hide:true}
            ,{field: 'eCrnNo', align: 'center',title: '终止堆垛机号', hide:true}
@@ -332,6 +333,7 @@
            whsType: $('#whsType').val(),
            wrkMk: $('#wrkMk').val(),
            currentRow: $('#currentRow').val(),
            currentCrnNo: $('#currentCrnNo').val(),
            sRow: $('#sRow').val(),
            eRow: $('#eRow').val(),
            crnQty: $('#crnQty').val(),