盘点结果回传ERP,写入move_to_erp时做单位转换

原材料扣减,单位转换
yun-zuoyi
曾贞一 6 years ago
parent c7571b4c66
commit 898e1d39d4

@ -111,6 +111,10 @@ public class WmsCSOrderDetails extends BaseBean {
@ApiParam("前端表格编辑使用") @ApiParam("前端表格编辑使用")
public Boolean isSet = false; public Boolean isSet = false;
@Transient
@ApiParam("源单位")
public String srcUnit;
public Double getQty() { public Double getQty() {
return this.qty == null ? 0 : this.qty; return this.qty == null ? 0 : this.qty;
} }

Loading…
Cancel
Save