订单采购接口物料处理
This commit is contained in:
@@ -210,6 +210,10 @@ public class OrderApiImpl implements OrderApi {
|
||||
ordDtlDTO.setTrfWrhNum(p.getTrfWrhNum());
|
||||
ordDtlDTO.setRmk(p.getRmk());
|
||||
ordDtlDTO.setLstQty(p.getLstQty());
|
||||
if("PO04".equals(orderDTO.getType())){
|
||||
ordDtlDTO.setMtrlName(p.getMtrlName());
|
||||
ordDtlDTO.setMtrlNum(p.getMtrlNum()); // 没单位了
|
||||
}
|
||||
|
||||
} else if (
|
||||
t instanceof SalesOrderDetailDO s
|
||||
|
||||
Reference in New Issue
Block a user