| | |
| | | header1.setHeight((short) 500); |
| | | header1.createCell(0).setCellValue(Constants.equalsInteger(data.getSolutionType(), Constants.ZERO)?"投保企业":"被保险人"); |
| | | header1.createCell(1).setCellValue("保险方案"); |
| | | header1.createCell(2).setCellValue(Constants.getApplyTimeTitle(0,data)); |
| | | header1.createCell(3).setCellValue(Constants.getApplyTimeTitle(1,data)); |
| | | header1.createCell(2).setCellValue(Constants.getApplyTimeTitle(1,data)); |
| | | header1.createCell(3).setCellValue(Constants.getApplyTimeTitle(0,data)); |
| | | header1.createCell(4).setCellValue("在保/投保人数"); |
| | | header1.createCell(5).setCellValue("总费用(元)"); |
| | | for (int i = 0; i < 6; i++) { |
| | |
| | | } |
| | | }else{ |
| | | if(Constants.equalsInteger(model.getSolutionType(),Constants.ONE)){ |
| | | return Constants.equalsInteger(model.getUnionApplyTbdStatus(),Constants.THREE)?"保险生效止期":"期望保险生效止期"; |
| | | return Constants.equalsInteger(model.getUnionApplyTbdStatus(),Constants.THREE)?"保险生效止期":"预计生效止期"; |
| | | }else{ |
| | | return Constants.equalsInteger(model.getStatus(), InsuranceApplyStatus.UPLOAD_INSURANCE.getKey())?"保险生效止期":"期望保险生效止期"; |
| | | return Constants.equalsInteger(model.getStatus(), InsuranceApplyStatus.UPLOAD_INSURANCE.getKey())?"保险生效止期":"预计生效止期"; |
| | | } |
| | | } |
| | | |