|
|
@ -228,9 +228,9 @@ public class PoServiceImpl extends ServiceImpl<PoMapper, PurchaseOrder> implemen |
|
|
handlingUnitPart(inData, i, transHeader, currentUser,shelfLife,receiptDetail); |
|
|
handlingUnitPart(inData, i, transHeader, currentUser,shelfLife,receiptDetail); |
|
|
} |
|
|
} |
|
|
// 免检更新库存 待检验的出入库记录状态为待检验 |
|
|
// 免检更新库存 待检验的出入库记录状态为待检验 |
|
|
//if ("N".equals(inData.getNeedCheck())) { |
|
|
|
|
|
|
|
|
if ("N".equals(inData.getNeedCheck())) { |
|
|
genInventoryStock(inData, transHeader, receiptDetail); |
|
|
genInventoryStock(inData, transHeader, receiptDetail); |
|
|
//} |
|
|
|
|
|
|
|
|
} |
|
|
// 处理料件属性(创建或更新) |
|
|
// 处理料件属性(创建或更新) |
|
|
handlePartAttribute(inData); |
|
|
handlePartAttribute(inData); |
|
|
// 同步到IFS |
|
|
// 同步到IFS |
|
|
|