|
|
@ -256,7 +256,7 @@ public class BaseVehicleOutService extends MybatisBaseService<BaseVehicleOutMapp |
|
|
|
//单价
|
|
|
|
fEntity.setFPrice(baseTrailerDetailsVo.getDealPrice()); |
|
|
|
//物料编码
|
|
|
|
fEntity.setFMaterialID(baseTrailerDetailsVo.getVinNo().substring(dto.getVinNo().length() - 8) + "G"); |
|
|
|
fEntity.setFMaterialID(baseTrailerDetailsVo.getVinNo().substring(baseTrailerDetailsVo.getVinNo().length() - 8) + "G"); |
|
|
|
//仓库id
|
|
|
|
fEntity.setFStockID(baseVehicle.getLocationCode()); |
|
|
|
//销售折让
|
|
|
|