|
|
|
@ -289,6 +289,7 @@ public class PoServiceImpl extends ServiceImpl<PoMapper, PurchaseOrder> implemen |
|
|
|
handlingUnit.setStatusDb("ACTIVE"); |
|
|
|
handlingUnit.setFreezeFlag("N"); |
|
|
|
handlingUnit.setMergedFlag("N"); |
|
|
|
handlingUnit.setReserveFlag("N"); |
|
|
|
handlingUnit.setInStockFlag("N".equals(inData.getNeedCheck())?"Y":"X"); |
|
|
|
handlingUnit.setOrderRef1(inData.getPoNo()); |
|
|
|
handlingUnit.setOrderRef2(inData.getReceiptNo()); |
|
|
|
|