|
|
@ -513,6 +513,9 @@ public class BaseTrailerOutApplyService extends MybatisBaseService<BaseTrailerOu |
|
|
|
//出库主表信息录入
|
|
|
|
baseVehicleOutApply.setSid(UUID.randomUUID().toString()); |
|
|
|
baseVehicleOutApply.setBillNo(billNo); |
|
|
|
baseVehicleOutApply.setCreateTime(new Date()); |
|
|
|
baseVehicleOutApply.setModifyTime(new Date()); |
|
|
|
baseVehicleOutApply.setSaleDate(DateUtil.formatDate(new Date())); |
|
|
|
//保存车辆出库单主表
|
|
|
|
baseVehicleOutApplyService.save(baseVehicleOutApply); |
|
|
|
BaseVehicleOut baseVehicleOut = new BaseVehicleOut(); |
|
|
|