|
|
@ -481,6 +481,7 @@ public class ThrInvOrderServiceImpl implements ThrInvOrderService {
|
|
|
|
BeanUtils.copyProperties(item, thrInvOrderDetail);
|
|
|
|
BeanUtils.copyProperties(item, thrInvOrderDetail);
|
|
|
|
thrInvOrderDetail.setOrderIdFk(billNo);
|
|
|
|
thrInvOrderDetail.setOrderIdFk(billNo);
|
|
|
|
thrInvOrderDetail.setRelId(sk.getRelId());
|
|
|
|
thrInvOrderDetail.setRelId(sk.getRelId());
|
|
|
|
|
|
|
|
thrInvOrderDetail.setSupId(sk.getSupId() + "");
|
|
|
|
Integer skCount = sk.getCount();
|
|
|
|
Integer skCount = sk.getCount();
|
|
|
|
if (skCount != null && skCount > 0) {
|
|
|
|
if (skCount != null && skCount > 0) {
|
|
|
|
thrInvOrderDetail.setReCount(String.valueOf(skCount * count));
|
|
|
|
thrInvOrderDetail.setReCount(String.valueOf(skCount * count));
|
|
|
|