| | |
| | | /** |
| | | * 供应商 |
| | | */ |
| | | @ApiModelProperty(value= "供应商") |
| | | @ApiModelProperty(value= "调拨源库位") |
| | | private String supp; |
| | | |
| | | /** |
| | | * 供应商编码 |
| | | */ |
| | | @ApiModelProperty(value= "供应商编码") |
| | | @ApiModelProperty(value= "调拨目标库位") |
| | | @TableField("supp_code") |
| | | private String suppCode; |
| | | |
| | |
| | | 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); |
| | | } |
| | |
| | | |
| | | 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; |