自动化立体仓库 - WMS系统
#
LSH
2024-03-16 1058ce0eb563b5561597211d62a8122192345fe0
#
2个文件已修改
16 ■■■■■ 已修改文件
src/main/webapp/static/js/rowLastno/rowLastno.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/rowLastno/rowLastno_detail.html 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/rowLastno/rowLastno.js
@@ -25,6 +25,8 @@
            ,{field: 'sRow', align: 'center',title: '起始排号'}
            ,{field: 'currentRow', align: 'center',title: '当前排号', style: 'color: #AA3130;font-weight: bold'}
            ,{field: 'eRow', align: 'center',title: '终止排号'}
            ,{field: 'sCrnNo', align: 'center',title: '起始堆垛机号'}
            ,{field: 'eCrnNo', align: 'center',title: '终止堆垛机号'}
            ,{field: 'crnQty', align: 'center',title: '堆垛机数量'}
            ,{field: 'staNoList', align: 'center',title: '站点集合'}
            ,{field: 'memo', align: 'center',title: '备注'}
@@ -328,6 +330,8 @@
            sRow: $('#sRow').val(),
            eRow: $('#eRow').val(),
            crnQty: $('#crnQty').val(),
            sCrnNo: $('#sCrnNo').val(),
            eCrnNo: $('#eCrnNo').val(),
            staNoList: $('#staNoList').val(),
            memo: $('#memo').val(),
            modiUser: $('#modiUser').val(),
src/main/webapp/views/rowLastno/rowLastno_detail.html
@@ -60,6 +60,18 @@
            </div>
        </div>
        <div class="layui-inline"  style="width:31%;">
            <label class="layui-form-label">起始堆垛机号:</label>
            <div class="layui-input-inline">
                <input id="sCrnNo" class="layui-input" type="text">
            </div>
        </div>
        <div class="layui-inline"  style="width:31%;">
            <label class="layui-form-label">终止堆垛机号:</label>
            <div class="layui-input-inline">
                <input id="eCrnNo" class="layui-input" type="text">
            </div>
        </div>
        <div class="layui-inline"  style="width:31%;">
            <label class="layui-form-label">站点集合(;):</label>
            <div class="layui-input-inline">
                <input id="staNoList" class="layui-input" type="text">