| | |
| | | @TableField("confirm_qty") |
| | | private Double confirmQty; |
| | | |
| | | @ApiModelProperty(value= "盘点差异量") |
| | | @TableField(exist = false) |
| | | private Double adjQty; |
| | | |
| | | /** |
| | | * 记录时间 |
| | | */ |
| | |
| | | Synchro.Copy(source, this); |
| | | } |
| | | |
| | | |
| | | public Double getAdjQty$() { |
| | | if(!Cools.isEmpty(confirmQty) && !Cools.isEmpty(anfme)){ |
| | | return confirmQty - anfme; |
| | | } else { |
| | | return null; |
| | | } |
| | | } |
| | | } |
| | |
| | | ,{field: 'batch', align: 'center',title: '批号'} |
| | | ,{field: 'anfme', align: 'center',title: '盘点前数量'} |
| | | ,{field: 'confirmQty', align: 'center',title: '盘点确认量'} |
| | | ,{field: 'adjQty$', align: 'center',title: '盘点差异量'} |
| | | ,{field: 'createTime$', align: 'center',title: '记录时间'} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} |
| | | ]], |
| | | request: { |