自动化立体仓库 - WMS系统
#
LSH
2024-02-27 e3471f1f3f4bf7c69caace4d6dc680fbc8d7d809
#
3个文件已修改
20 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/RowLastno.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/rowLastno/rowLastno.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/rowLastno/rowLastno_detail.html 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/RowLastno.java
@@ -103,14 +103,14 @@
    /**
     * 起始堆垛机号
     */
    @ApiModelProperty(value= "起始排号")
    @ApiModelProperty(value= "起始堆垛机号")
    @TableField("s_crn_no")
    private Integer sCrnNo;
    /**
     * 终止堆垛机号
     */
    @ApiModelProperty(value= "终止排号")
    @ApiModelProperty(value= "终止堆垛机号")
    @TableField("e_crn_no")
    private Integer eCrnNo;
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: 'memo', align: 'center',title: '备注'}
            ,{field: 'modiUser$', align: 'center',title: '修改人员', hide:true}
@@ -326,6 +328,8 @@
            currentRow: $('#currentRow').val(),
            sRow: $('#sRow').val(),
            eRow: $('#eRow').val(),
            sCrnNo: $('#sCrnNo').val(),
            eCrnNo: $('#eCrnNo').val(),
            crnQty: $('#crnQty').val(),
            memo: $('#memo').val(),
            modiUser: $('#modiUser').val(),
src/main/webapp/views/rowLastno/rowLastno_detail.html
@@ -54,6 +54,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="crnQty" class="layui-input" type="text">