|
@@ -1162,6 +1162,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
|
|
|
feeOrderNewVo.getDeptManagerFee().get(0).getDeptProportionLevelThree(),
|
|
feeOrderNewVo.getDeptManagerFee().get(0).getDeptProportionLevelThree(),
|
|
|
feeOrderNewVo.getDeptManagerFee().get(0).getDeptProportionLevelFoure(),
|
|
feeOrderNewVo.getDeptManagerFee().get(0).getDeptProportionLevelFoure(),
|
|
|
feeOrderNewVo.getDeptManagerFee().get(0).getDeptProportionLevelFive());
|
|
feeOrderNewVo.getDeptManagerFee().get(0).getDeptProportionLevelFive());
|
|
|
|
|
+ jqDeptManagerFee.setInsuranceType("交强险");
|
|
|
deptManagerFeeList.add(jqDeptManagerFee);
|
|
deptManagerFeeList.add(jqDeptManagerFee);
|
|
|
|
|
|
|
|
//商业部门管理费用
|
|
//商业部门管理费用
|
|
@@ -1171,6 +1172,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
|
|
|
feeOrderNewVo.getDeptManagerFee().get(1).getDeptProportionLevelThree(),
|
|
feeOrderNewVo.getDeptManagerFee().get(1).getDeptProportionLevelThree(),
|
|
|
feeOrderNewVo.getDeptManagerFee().get(1).getDeptProportionLevelFoure(),
|
|
feeOrderNewVo.getDeptManagerFee().get(1).getDeptProportionLevelFoure(),
|
|
|
feeOrderNewVo.getDeptManagerFee().get(1).getDeptProportionLevelFive());
|
|
feeOrderNewVo.getDeptManagerFee().get(1).getDeptProportionLevelFive());
|
|
|
|
|
+ syDeptManagerFee.setInsuranceType("商业险");
|
|
|
deptManagerFeeList.add(syDeptManagerFee);
|
|
deptManagerFeeList.add(syDeptManagerFee);
|
|
|
|
|
|
|
|
//非车部门管理费用
|
|
//非车部门管理费用
|
|
@@ -1180,6 +1182,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
|
|
|
feeOrderNewVo.getDeptManagerFee().get(2).getDeptProportionLevelThree(),
|
|
feeOrderNewVo.getDeptManagerFee().get(2).getDeptProportionLevelThree(),
|
|
|
feeOrderNewVo.getDeptManagerFee().get(2).getDeptProportionLevelFoure(),
|
|
feeOrderNewVo.getDeptManagerFee().get(2).getDeptProportionLevelFoure(),
|
|
|
feeOrderNewVo.getDeptManagerFee().get(2).getDeptProportionLevelFive());
|
|
feeOrderNewVo.getDeptManagerFee().get(2).getDeptProportionLevelFive());
|
|
|
|
|
+ noDeptManagerFee.setInsuranceType("非车险");
|
|
|
deptManagerFeeList.add(noDeptManagerFee);
|
|
deptManagerFeeList.add(noDeptManagerFee);
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1202,18 +1205,21 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
|
|
|
//交强出口费用
|
|
//交强出口费用
|
|
|
FeeOrderNewVo.ExportFee jqExportFee = feeRuleSchemeService.calcExportFee(insFeeOrderNew.getJqPremium(), feeOrderNewVo.getExportFee().get(0).getSuperviseCosts(),
|
|
FeeOrderNewVo.ExportFee jqExportFee = feeRuleSchemeService.calcExportFee(insFeeOrderNew.getJqPremium(), feeOrderNewVo.getExportFee().get(0).getSuperviseCosts(),
|
|
|
feeOrderNewVo.getEntranceFee().get(0).getTotalProportion(), jqDeptManagerTotalProportion, retailStoreFee.getRetailStoreRadio(), taxRadio);
|
|
feeOrderNewVo.getEntranceFee().get(0).getTotalProportion(), jqDeptManagerTotalProportion, retailStoreFee.getRetailStoreRadio(), taxRadio);
|
|
|
|
|
+ jqExportFee.setInsuranceType("交强险");
|
|
|
exportFeeList.add(jqExportFee);
|
|
exportFeeList.add(jqExportFee);
|
|
|
|
|
|
|
|
|
|
|
|
|
//商业出口费用
|
|
//商业出口费用
|
|
|
FeeOrderNewVo.ExportFee syExportFee = feeRuleSchemeService.calcExportFee(insFeeOrderNew.getSyPremium(), feeOrderNewVo.getExportFee().get(1).getSuperviseCosts(),
|
|
FeeOrderNewVo.ExportFee syExportFee = feeRuleSchemeService.calcExportFee(insFeeOrderNew.getSyPremium(), feeOrderNewVo.getExportFee().get(1).getSuperviseCosts(),
|
|
|
feeOrderNewVo.getEntranceFee().get(1).getTotalProportion(), syDeptManagerTotalProportion, retailStoreFee.getRetailStoreRadio(), taxRadio);
|
|
feeOrderNewVo.getEntranceFee().get(1).getTotalProportion(), syDeptManagerTotalProportion, retailStoreFee.getRetailStoreRadio(), taxRadio);
|
|
|
|
|
+ jqExportFee.setInsuranceType("商业险");
|
|
|
exportFeeList.add(syExportFee);
|
|
exportFeeList.add(syExportFee);
|
|
|
|
|
|
|
|
|
|
|
|
|
//非车出口费用
|
|
//非车出口费用
|
|
|
FeeOrderNewVo.ExportFee noExportFee = feeRuleSchemeService.calcExportFee(insFeeOrderNew.getNoPremium(), feeOrderNewVo.getExportFee().get(2).getSuperviseCosts(),
|
|
FeeOrderNewVo.ExportFee noExportFee = feeRuleSchemeService.calcExportFee(insFeeOrderNew.getNoPremium(), feeOrderNewVo.getExportFee().get(2).getSuperviseCosts(),
|
|
|
feeOrderNewVo.getEntranceFee().get(2).getTotalProportion(), noDeptManagerTotalProportion, retailStoreFee.getRetailStoreRadio(), taxRadio);
|
|
feeOrderNewVo.getEntranceFee().get(2).getTotalProportion(), noDeptManagerTotalProportion, retailStoreFee.getRetailStoreRadio(), taxRadio);
|
|
|
|
|
+ jqExportFee.setInsuranceType("非车险");
|
|
|
exportFeeList.add(noExportFee);
|
|
exportFeeList.add(noExportFee);
|
|
|
|
|
|
|
|
//endregion
|
|
//endregion
|