|
|
@@ -488,6 +488,11 @@ public class SaleServiceImpl implements SaleService{
|
|
|
|
|
|
prodInOut.setPi_prstatus(Status.RECNONE.getDisplay());
|
|
|
prodInOut.setPi_prstatuscode(Status.RECNONE.name());
|
|
|
+ //币别 业务员
|
|
|
+ prodInOut.setPi_currency(sale.getSa_currency());
|
|
|
+ prodInOut.setPi_sellerid(sale.getSa_sellerid());
|
|
|
+ prodInOut.setPi_sellercode(sale.getSa_sellercode());
|
|
|
+ prodInOut.setPi_seller(sale.getSa_seller());
|
|
|
prodInOutMapper.insertSelective(prodInOut);
|
|
|
//插入出货单从表
|
|
|
long pi_id = prodInOut.getId();
|