自动化立体仓库 - WMS系统
李天宇
2024-10-29 192cdd7a66ca100f029981e0c5e3245dee0ac85c
#update wms修改部分内容实现客户需求
3个文件已修改
6 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/LocDetl.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetl/locDetl.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -158,6 +158,7 @@
    private Date appeTime;
    @ApiModelProperty(value= "备注")
    @ExcelProperty("备注")
    private String memo;
    @ApiModelProperty(value= "bom号")
src/main/webapp/static/js/locDetl/locDetl.js
@@ -34,6 +34,8 @@
        ,{field: 'source$', align: 'center',title: '制购', hide: true}
        ,{field: 'check$', align: 'center',title: '要求检验', hide: true}
        ,{field: 'danger$', align: 'center',title: '危险品', hide: true}
        ,{field: 'memo$', align: 'center',title: '备注', hide: false}
    ];
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -6,8 +6,7 @@
    arrRemove(detlCols, "field", "anfme")
    arrRemove(detlCols, "field", "zpallet")
    cols.push.apply(cols, detlCols);
    // cols.push({field: 'anfme', align: 'center',title: '数量', style: 'font-weight: bold'}
    // )
    cols.push({field: 'memo$', align: 'center',title: '备注', hide: false})
    return cols;
}