| | |
| | | @TableField("order_id") |
| | | private Long orderId; |
| | | |
| | | |
| | | @ApiModelProperty(value= "库存明细id") |
| | | @TableField("loc_detl_id") |
| | | private Long locDetlId; |
| | | |
| | | /** |
| | | * 单据编号 |
| | | */ |
| | |
| | | private Integer danger; |
| | | |
| | | /** |
| | | * 状态 1: 正常 0: 禁用 |
| | | * 状态 1: 未生成 0: 禁用 2:待盘 3:已盘 |
| | | */ |
| | | @ApiModelProperty(value= "状态 1: 未生成 0: 禁用 2:待盘 3:已盘") |
| | | private Integer status; |
| | |
| | | } |
| | | if (null != this.anfme && this.workQty != null) { |
| | | |
| | | BigDecimal subtract = new BigDecimal(this.anfme.toString()).subtract(new BigDecimal(this.workQty.toString())); |
| | | BigDecimal subtract = new BigDecimal(this.workQty.toString()).subtract(new BigDecimal(this.anfme.toString())); |
| | | |
| | | return subtract.doubleValue(); |
| | | } |