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