自动化立体仓库 - WMS系统
lty
3 天以前 10f65a42b77e2c5642ea56b715f25ea4f024fd3f
#新增明细编号
5个文件已修改
18 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/CheckDetl.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/param/MatSyncParam.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/CheckDetlMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetlStatis/check.js 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/CheckDetl.java
@@ -21,6 +21,10 @@
    @ExcelProperty("盘点单编号")
    private String orderNo;
    @ApiModelProperty(value= "明细编号")
    @ExcelProperty("明细编号")
    private String detailId;
    @ApiModelProperty(value= "数量")
    @ExcelProperty("数量")
src/main/java/com/zy/asrs/entity/param/MatSyncParam.java
@@ -65,6 +65,11 @@
        private String unitId;
        /**
         * 明细编码
         */
        private String detailId;
        /**
         * 货品特征
         */
        private String batch;
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -640,6 +640,7 @@
                    checkDetl.setMaktx(matParam.getMaktx());
                    checkDetl.setSpecs(matParam.getSpecs());
                    checkDetl.setBatch(matParam.getBatch());
                    checkDetl.setDetailId(matParam.getDetailId());
                    checkDetl.setCreateTime(new Date());
                    checkDetlService.insert(checkDetl);  // 插入差异记录
src/main/resources/mapper/CheckDetlMapper.xml
@@ -14,6 +14,7 @@
        <result column="batch" property="batch"/>
        <result column="create_time" property="createTime"/>
        <result column="order_no" property="orderNo"/>
        <result column="detail_id" property="detailId"/>
    </resultMap>
src/main/webapp/static/js/locDetlStatis/check.js
@@ -20,20 +20,13 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'},
//            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
//             ,{field: 'typeId', align: 'center',title: '路径ID'}
            // ,{field: 'typeDesc', align: 'center',title: '作业类型'}
            {field: 'orderNo', align: 'center',title: '盘点单编号', style: 'font-weight: bold'},
            {field: 'anfme', align: 'center',title: '盘点盈亏', style: 'font-weight: bold'},
            {field: 'createTime$', align: 'center',title: '创建时间', style: 'font-weight: bold'},
            {field: 'matnr', align: 'center',title: '商品编号', style: 'font-weight: bold'},
            {field: 'maktx', align: 'center',title: '商品名称', style: 'font-weight: bold'},
            {field: 'specs', align: 'center',title: '规格', style: 'font-weight: bold'},
            {field: 'batch', align: 'center',title: '批号', style: 'font-weight: bold'}
            // ,{field: 'appeUser$', align: 'center',title: '创建者',event: 'appeUser', style: 'cursor:pointer'}
            // ,{field: 'appeTime$', align: 'center',title: '添加时间'}
        ]],
        request: {
            pageName: 'curr',