自动化立体仓库 - WMS系统
#
1
2 天以前 e9257b896b2080babe160e8bff49035a275620fc
#
5个文件已修改
21 ■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/result/LocDetlDTO.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/common/web/WcsController.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkDetlLogMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/turnOver.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/result/LocDetlDTO.java
@@ -12,4 +12,6 @@
    private String matnr;
    private Integer owner;
    private Integer payment;
    private String sku;
    private String supp;
}
src/main/java/com/zy/common/web/WcsController.java
@@ -256,8 +256,7 @@
        }
        return workNo;
    }
    @PostMapping("/auto/、" +
            "TransplantingOut/v1")
    @PostMapping("/auto/TransplantingOut/v1")
    @ResponseBody
    public R autoTransplantingOut(@RequestBody TransplantWork transplantWork){
        // 源站点状态检测
src/main/resources/mapper/LocDetlMapper.xml
@@ -265,6 +265,12 @@
        <if test="payment != null">
            and t.payment = #{payment}
        </if>
        <if test="sku != null">
            and t.sku = #{sku}
        </if>
        <if test="supp != null">
            and t.supp = #{supp}
        </if>
    </sql>
src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -51,6 +51,8 @@
        <result column="box_type1" property="boxType1" />
        <result column="box_type2" property="boxType2" />
        <result column="box_type3" property="boxType3" />
        <result column="owner" property="owner"/>
        <result column="uuid" property="uuid"/>
    </resultMap>
    <sql id="batchSeq">
src/main/webapp/static/js/pakStore/turnOver.js
@@ -35,14 +35,14 @@
            ,{field: 'loc_no', align: 'center',title: '库位号', sort:true}
            ,{field: 'orderNo', align: 'center',title: '单据编号', hide: true}
            ,{field: 'batch', align: 'center',title: '批号', sort:true}
            ,{field: 'anfme', align: 'center',title: '数量',hide: true}
            ,{field: 'anfme', align: 'center',title: '数量',hide: false}
            ,{field: 'zpallet', align: 'center',title: '托盘条码',hide: false}
            ,{field: 'specs', align: 'center',title: '规格',hide: true}
            ,{field: 'weight', align: 'center',title: '重量', hide: false}
            ,{field: 'weight', align: 'center',title: '重量', hide: true}
            ,{field: 'owner$', align: 'center',title: '货主', hide: false}
            ,{field: 'payment$', align: 'center',title: '货物形态', hide: false}
            ,{field: 'standby1', align: 'center',title: 'po', hide: false}
            ,{field: 'standby2', align: 'center',title: 'upc', hide: false}
            ,{field: 'supp', align: 'center',title: 'po', hide: false}
            ,{field: 'sku', align: 'center',title: 'upc', hide: false}
            ,{field: 'memo', align: 'center',title: '备注', hide: false}
        ]],
        done: function(res, curr, count) {