普耗收费出入库明细单据生成后自动流转

dev_fifo1.0
anthonywj 1 year ago
parent 75b29b956e
commit 70caeaf21f

@ -409,6 +409,9 @@ public class ThrInvOrderServiceImpl implements ThrInvOrderService {
thrInvOrderMapper.updateByPrimaryKey(thrInvOrder);
ioOrderDetailBizService.batchInsertBizs(newOrderDetailBiz);
//自动处理业务单据
ioAddInoutService.dealBusProcess(ioOrderEntity, bussinessTypeEntity);
}

Loading…
Cancel
Save