|
@@ -273,6 +273,7 @@ public class ShmtOdrService extends CommonService {
|
273
|
273
|
stckEntity.setLocation(entity.getShmtLocation());
|
274
|
274
|
stckEntity.setItemId(entity.getPchOdrDtlInfo().getItemId());
|
275
|
275
|
stckEntity.setStckQty(shmtQty);
|
|
276
|
+ stckEntity.setWaitQty(entity.getPchOdrDtlInfo().getPodrQty());
|
276
|
277
|
stckEntity.setRelationNo(shmtReqUnqNo);
|
277
|
278
|
stockList.add(stckEntity);
|
278
|
279
|
// }
|
|
@@ -394,6 +395,7 @@ public class ShmtOdrService extends CommonService {
|
394
|
395
|
stckEntity.setLocation(entity.getShmtLocation());
|
395
|
396
|
stckEntity.setItemId(entity.getPchOdrDtlInfo().getItemId());
|
396
|
397
|
stckEntity.setStckQty(shmtQty);
|
|
398
|
+ stckEntity.setWaitQty(entity.getPchOdrDtlInfo().getPodrQty());
|
397
|
399
|
stckEntity.setRelationNo(shmtReqUnqNo);
|
398
|
400
|
stockList.add(stckEntity);
|
399
|
401
|
|