|
|
@@ -484,6 +484,10 @@ public class PurchaseService extends BaseService<Purchase> {
|
|
|
inboundItemVO.setCostPrice(purchaseItemVO.getPricePur());
|
|
|
//成本基恩
|
|
|
inboundItemVO.setCostAmt(purchaseItemVO.getItemAmt());
|
|
|
+ //原仓库
|
|
|
+ inboundItemVO.setWhIdPri(purchaseItemVO.getWhIdPri());
|
|
|
+ //原非标号
|
|
|
+ inboundItemVO.setNonStdCodePri(purchaseItemVO.getNonStdCodePri());
|
|
|
//endregion
|
|
|
|
|
|
//region 根据sku查询商品信息
|
|
|
@@ -553,6 +557,10 @@ public class PurchaseService extends BaseService<Purchase> {
|
|
|
inboundItemVO.setCostPrice(purchaseItemVO.getPricePur());
|
|
|
//成本基恩
|
|
|
inboundItemVO.setCostAmt(purchaseItemVO.getItemAmt());
|
|
|
+ //原仓库
|
|
|
+ inboundItemVO.setWhIdPri(purchaseItemVO.getWhIdPri());
|
|
|
+ //原非标号
|
|
|
+ inboundItemVO.setNonStdCodePri(purchaseItemVO.getNonStdCodePri());
|
|
|
//endregion
|
|
|
|
|
|
//region 根据sku查询商品信息
|