@@ -251,6 +251,7 @@ public class ErpProdIODetail implements Serializable {
this.ordercode = item.getOrderCode();
this.thischeckqty = item.getCheckQty();
this.pidate = item.getSourceDate();
+ this.qty = item.getCheckQty();
}
@Id