|
|
@@ -1928,6 +1928,9 @@ public class Goods implements Serializable {
|
|
|
this.breakUp = releaseProductByBatch.getBreakUp();
|
|
|
this.perQty = releaseProductByBatch.getBreakUp() ? 1 : releaseProductByBatch.getMinPackage();
|
|
|
}
|
|
|
+ if (IntegerConstant.NO_INT == ignoreImport || StringUtils.isEmpty(this.reserve)) {
|
|
|
+ this.reserve = releaseProductByBatch.getReserve();
|
|
|
+ }
|
|
|
this.batchid = releaseProductByBatch.getRelbatchid();
|
|
|
this.storeid = releaseProductByBatch.getStoreid();
|
|
|
this.storeName = releaseProductByBatch.getStoreName();
|