自动化立体仓库 - WMS系统
pang.jiabao
22 小时以前 aca94963ca944c256c4ef69d0316a2e8d6ccbc62
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -204,13 +204,13 @@
    /**
     * 供应商
     */
    @ApiModelProperty(value= "供应商")
    @ApiModelProperty(value= "调拨源库位")
    private String supp;
    /**
     * 供应商编码
     */
    @ApiModelProperty(value= "供应商编码")
    @ApiModelProperty(value= "调拨目标库位")
    @TableField("supp_code")
    private String suppCode;
@@ -377,10 +377,12 @@
    public String getInspect$(){
        if (null == this.inspect){ return null; }
        switch (this.inspect){
            case 1:
                return "是";
            case 0:
                return "否";
                return "未上报";
            case 1:
                return "已上报";
            case 2:
                return "待上报";
            default:
                return String.valueOf(this.inspect);
        }
@@ -444,7 +446,7 @@
    public Double getEnableQty() {
        if (null != this.anfme && this.workQty != null) {
            return this.anfme - this.workQty;
            return this.anfme - this.workQty - this.qty;
        }
//        if (null != this.anfme && this.qty != null) {
//            return this.anfme - this.qty;