自动化立体仓库 - WMS系统
#
18516761980
2022-02-14 bf87added8806293a9695b02c37bf06067282676
#
2个文件已修改
28 ■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/WrkDetl.java 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -56,7 +56,7 @@
    @ApiModelProperty(value= "批号")
    private String supplier;
    @ApiModelProperty(value= "单重")
    @ApiModelProperty(value= "每箱重量(KG)")
    private Double weight;
    /**
@@ -141,6 +141,28 @@
    @TableField(exist = false)
    private String locNo;
    /**
     * 总数量
     */
    @ApiModelProperty(value= "总数量")
    @TableField("all_qty")
    private Double allQty;
    /**
     * 总重
     */
    @ApiModelProperty(value= "总重量")
    @TableField("all_weight")
    private Double allWeight;
    @ApiModelProperty(value= "来源")
    @TableField("source")
    private String source;
    @ApiModelProperty(value= "供应商")
    @TableField("vendor")
    private String vendor;
    public String getIoTime$(){
        if (Cools.isEmpty(this.ioTime)){
            return "";
src/main/webapp/static/js/common.js
@@ -174,11 +174,11 @@
    // ,{field: 'num1', align: 'center',title: '数量'}
    ,{field: 'size', align: 'center',title: '尺寸', hide: true}
    ,{field: 'color', align: 'center',title: '颜色'}
    ,{field: 'weight', align: 'center', title: '单重'}
    ,{field: 'weight', align: 'center', title: '每箱重量(KG)'}
    ,{field: 'str3', align: 'center', title: '客户名称'}
    ,{field: 'str4', align: 'center', title: '项目信息'}
    ,{field: 'str5$', align: 'center', title: '类别'}
    ,{field: 'str6', align: 'center', title: '数量'}
    ,{field: 'str6', align: 'center', title: '每箱数量(PCS)'}
    
]