Commit 5aba94c7 by yao.xiao

Merge remote-tracking branch 'origin' into dev_20210308_sharing

parents ffbb263d 579e2031
...@@ -22,13 +22,18 @@ ...@@ -22,13 +22,18 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version> <java.version>1.8</java.version>
<!-- 编译时的编码 --> <!-- 编译时的编码 -->
<maven.compiler.encoding>UTF-8</maven.compiler.encoding> <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.20</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
</dependency> </dependency>
...@@ -69,43 +74,44 @@ ...@@ -69,43 +74,44 @@
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
<version>3.7</version> <version>3.7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId> <artifactId>jjwt</artifactId>
<version>0.6.0</version> <version>0.6.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId> <artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.tomcat.embed</groupId> <groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId> <artifactId>tomcat-embed-jasper</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<optional>true</optional> <version>1.18.12</version>
</dependency>
<dependency> </dependency>
<groupId>com.github.pagehelper</groupId> <dependency>
<artifactId>pagehelper-spring-boot-starter</artifactId> <groupId>com.github.pagehelper</groupId>
<version>1.2.5</version> <artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency> <version>1.2.5</version>
<!-- </dependency>
<dependency> <!--
<groupId>io.springfox</groupId> <dependency>
<artifactId>springfox-swagger2</artifactId> <groupId>io.springfox</groupId>
<version>2.8.0</version> <artifactId>springfox-swagger2</artifactId>
</dependency> <version>2.8.0</version>
<dependency> </dependency>
<groupId>io.springfox</groupId> <dependency>
<artifactId>springfox-swagger-ui</artifactId> <groupId>io.springfox</groupId>
<version>2.8.0</version> <artifactId>springfox-swagger-ui</artifactId>
</dependency> <version>2.8.0</version>
--> </dependency>
-->
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
...@@ -221,10 +227,11 @@ ...@@ -221,10 +227,11 @@
<scope>system</scope> <scope>system</scope>
<systemPath>${basedir}/lib/com-libs-pdf-0.0.1.jar</systemPath> <systemPath>${basedir}/lib/com-libs-pdf-0.0.1.jar</systemPath>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<finalName>ydapi</finalName> <finalName>ydapi</finalName>
<resources> <resources>
<resource> <resource>
<!--<targetPath>/WEB-INF/classes</targetPath>--> <!--<targetPath>/WEB-INF/classes</targetPath>-->
......
...@@ -164,7 +164,8 @@ public class PractitionerPDFTest { ...@@ -164,7 +164,8 @@ public class PractitionerPDFTest {
String templatePDF = "D:\\pcs12\\templatePractitionerContract.pdf"; String templatePDF = "D:\\pcs12\\templatePractitionerContract.pdf";
templatePDF = PDFConfiguration.getProperty("pdf.template"); templatePDF = PDFConfiguration.getProperty("pdf.template");
//模板文件生成零时文件 //模板文件生成零时文件
String tmpPathPDF = PDFConfiguration.getProperty("pdf.temp.path"); String tmpPathPDF = "D:\\pcs12";
tmpPathPDF = PDFConfiguration.getProperty("pdf.temp.path");
String practitionerNO = "SH000012"; String practitionerNO = "SH000012";
//PDF模板输出结果文件 //PDF模板输出结果文件
...@@ -186,7 +187,7 @@ public class PractitionerPDFTest { ...@@ -186,7 +187,7 @@ public class PractitionerPDFTest {
signResultPDF = tmpPathPDF + practitionerNO + "-signedYD.pdf"; signResultPDF = tmpPathPDF + practitionerNO + "-signedYD.pdf";
String password="UC645YlB"; String password="UC645YlB";
password = readFileTxt(PDFConfiguration.getProperty("pdf.keyPasswordFile")); //password = readFileTxt(PDFConfiguration.getProperty("pdf.keyPasswordFile"));
String keyStorePath="D:\\pcs12\\4929078_m.zuihuibi.cn.pfx"; String keyStorePath="D:\\pcs12\\4929078_m.zuihuibi.cn.pfx";
keyStorePath = PDFConfiguration.getProperty("pdf.keyStorePath");; keyStorePath = PDFConfiguration.getProperty("pdf.keyStorePath");;
......
package com.yd.api.practitioner.vo;
public class Commission {
public String getInsurer() {
return insurer;
}
public void setInsurer(String insurer) {
this.insurer = insurer;
}
private String insurer;
public String getPolicyNo() {
return policyNo;
}
public void setPolicyNo(String policyNo) {
this.policyNo = policyNo;
}
private String policyNo;
public String getEffectiveDate() {
return effectiveDate;
}
public void setEffectiveDate(String effectiveDate) {
this.effectiveDate = effectiveDate;
}
private String effectiveDate;
public String getProductCode() {
return productCode;
}
public void setProductCode(String productCode) {
this.productCode = productCode;
}
private String productCode;
public String getSubSystem() {
return subSystem;
}
public void setSubSystem(String subSystem) {
this.subSystem = subSystem;
}
private String subSystem;
public String getInsured() {
return insured;
}
public void setInsured(String insured) {
this.insured = insured;
}
private String insured;
public String getYearMonth() {
return yearMonth;
}
public void setYearMonth(String yearMonth) {
this.yearMonth = yearMonth;
}
private String yearMonth;
public String getPremium() {
return premium;
}
public void setPremium(String premium) {
this.premium = premium;
}
private String premium;
public String getFyc() {
return fyc;
}
public void setFyc(String fyc) {
this.fyc = fyc;
}
private String fyc;
public String getGradeRate() {
return gradeRate;
}
public void setGradeRate(String gradeRate) {
this.gradeRate = gradeRate;
}
private String gradeRate;
public String getCommission() {
return commission;
}
public void setCommission(String commission) {
this.commission = commission;
}
private String commission;
public String getNote() {
return note;
}
public void setNote(String note) {
this.note = note;
}
private String note;
}
package com.yd.api.practitioner.vo;
import java.util.List;
public class CommissionItems {
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
private String name;
public List<Commission> getItems() {
return items;
}
public void setItems(List<Commission> items) {
this.items = items;
}
private List<Commission> items;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
薪资样例
</title>
<style type="text/css">
* {margin:0; padding:0; text-indent:0;text-decoration: none; }
html,body{width:735pt;margin: 0 auto;}
ul,ol{list-style: none;}
.layout{width: 100%;margin: 0 auto;}
h1 { font-weight: bold; font-size:16pt; }
.s1 ,.s2 { text-decoration: none; font-size: 10pt;font-weight: normal;}
p { font-weight: normal; text-decoration: none; font-size: 8pt; margin:0pt; }
.s3 ,.s4,.s6{ font-size: 8pt; }
.s5 {font-size: 9pt; }
h3 { font-weight: bold; font-size: 8pt; }
h2 { font-size: 10pt; }
.s7 { font-size: 8pt; }
.header{position: relative;padding: 10pt 0;}
.header img{position: relative;height: 22pt;width: auto;top: 10pt;}
.header_right{margin-top: -10pt;float: right;}
.header_right span{display: block;}
.part_1{border: 2pt #333 solid;padding:0 5pt;font-size: 6pt;}
.part_1 p{width: 32%;display: inline-block;line-height: 1.8;}
.part_2{margin-top: 10pt;font-size: 6pt;}
.part_2 .table_1 thead{background: #CCC;}
table td{height: 20pt;line-height: 20pt;padding: 0 5pt;}
.table1_total td{border-top-style: solid; border-top-width: 1pt;}
</style>
</head>
<body>
<div class="layout">
<div class="header">
<img alt="image" src="images/Image_002.png"/>
<h1 style="padding-left: 466pt;text-indent: -340pt;line-height: 108%;text-align: left;">
上海银盾保险经纪从业人员佣金明细
<div class="header_right">
<span class="s1" style="vertical-align: -5pt;">发佣年月:${commissionYearMonth}</span>
<span class="s2">制单日期:${commissionDate}</span>
</div>
</h1>
</div>
<table cellspacing="0" class="table_1" width="100%" style="font-size: 6pt;border: 2pt solid black;">
<tr>
<td>分支机构:${branch}</td>
<td>体系:${subSystem}</td>
<td>身分别:经纪人</td>
</tr>
<tr>
<td>姓名员编:${practitionerNameCode} </td>
<td>职称:${grade}</td>
<td></td>
</tr>
<tr>
<td rowspan="3">银行账号:${bankAccount}</td>
</tr>
</table>
<div class="part_2">
<table cellspacing="0" class="table_1" width="100%">
<thead>
<tr>
<td style="border-bottom: 2pt #333 solid;width: 20%;">个人营销</td>
<td style="border-bottom: 2pt #333 solid;width: 10%;"> </td>
<td style="border-bottom: 2pt #333 solid;width: 20%;">销售管理</td>
<td style="border-bottom: 2pt #333 solid;width: 15%;"> </td>
<td style="border-bottom: 2pt #333 solid;width: 20%;">其它</td>
<td style="border-bottom: 2pt #333 solid;width: 15%;"> </td>
</tr>
</thead>
<tbody>
<tr>
<td style="width: 20%;">首年度销售佣金</td>
<td style="width: 10%;text-align: right;">${fyp}</td>
<td style="width: 20%;">首年度辅导奖金</td>
<td style="width: 15%;text-align: right;">${fap}</td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;">特别管理奖金</td>
<td style="width: 15%;text-align: right;">${other}</td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
</tr>
<tr>
<td style="width: 20%;border-top: 1pt #333 solid;"></td>
<td style="width: 10%;text-align: right;border-top: 1pt #333 solid;">${fyp}</td>
<td style="width: 20%;border-top: 1pt #333 solid;"></td>
<td style="width: 15%;text-align: right;border-top: 1pt #333 solid;">${fap}</td>
<td style="width: 20%;border-top: 1pt #333 solid;"></td>
<td style="width: 15%;text-align: right;border-top: 1pt #333 solid;">${other}</td>
</tr>
<tr >
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;"> 佣金合计</td>
<td style="width: 15%;text-align: right;"> ${totalCommission}</td>
</tr>
</tbody>
</table>
</div>
<div class="part_2">
<table cellspacing="0" class="table_1" width="100%">
<thead>
<tr>
<td style="border-bottom: 2pt #333 solid;width: 20%;">其他应税项目</td>
<td style="border-bottom: 2pt #333 solid;width: 10%;"> </td>
<td style="border-bottom: 2pt #333 solid;width: 20%;">其他非应税项目</td>
<td style="border-bottom: 2pt #333 solid;width: 15%;"> </td>
<td style="border-bottom: 2pt #333 solid;width: 20%;">本期实领</td>
<td style="border-bottom: 2pt #333 solid;width: 15%;"> </td>
</tr>
</thead>
<tbody>
<tr>
<td style="width: 20%;">应税其他加扣款</td>
<td style="width: 10%;text-align: right;">${otherAddPlus}</td>
<td style="width: 20%;">代扣个人所得税/增值税/附加税</td>
<td style="width: 15%;text-align: right;">${tax}</td>
<td style="width: 20%;"> 佣金合计</td>
<td style="width: 15%;text-align: right;">${totalCommission}</td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;">其他应税项目合计</td>
<td style="width: 15%;text-align: right;">${otherSummary}</td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;">补缴一月个人所得税</td>
<td style="width: 15%;text-align: right;">${supplementTax}</td>
<td style="width: 20%;">其他非应税项目合计</td>
<td style="width: 15%;text-align: right;"> ${otherTaxSummary}</td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
</tr>
<tr>
<td style="width: 20%;border-top: 1pt #333 solid;"></td>
<td style="width: 10%;text-align: right;border-top: 1pt #333 solid;"> ${branch}</td>
<td style="width: 20%;border-top: 1pt #333 solid;"></td>
<td style="width: 15%;text-align: right;border-top: 1pt #333 solid;"> ${branch}</td>
<td style="width: 20%;border-top: 1pt #333 solid;font-weight: bold;">本期实领</td>
<td style="width: 15%;text-align: right;border-top: 1pt #333 solid;font-weight: bold;">${currentActualSalary}</td>
</tr>
</tbody>
</table>
</div>
<div class="part_2">
<table cellspacing="0" class="table_1" width="100%">
<thead>
<tr>
<td style="border-bottom: 2pt #333 solid;width: 20%;"></td>
<td style="border-bottom: 2pt #333 solid;width: 10%;"> </td>
<td style="border-bottom: 2pt #333 solid;width: 20%;"></td>
<td style="border-bottom: 2pt #333 solid;width: 15%;"></td>
<td style="border-bottom: 2pt #333 solid;width: 20%;">个人所得税预扣</td>
<td style="border-bottom: 2pt #333 solid;width: 15%;"> </td>
</tr>
</thead>
<tbody>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;"> 本期应税所得</td>
<td style="width: 15%;text-align: right;">${currentTaxBeforeSalary}</td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;">年度累计应税所得</td>
<td style="width: 15%;text-align: right;">${currentYearTaxBeforeSalary}</td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;">预扣率</td>
<td style="width: 15%;text-align: right;">${preTaxOffRate}</td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;">累计应扣所得税</td>
<td style="width: 15%;text-align: right;"> ${currentYearTaxBeforeSalary}</td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;">累计已扣所得税</td>
<td style="width: 15%;text-align: right;">${currentYearTaxSummary}</td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 10%;text-align: right;"></td>
<td style="width: 20%;"></td>
<td style="width: 15%;text-align: right;"></td>
<td style="width: 20%;">本期应扣所得税</td>
<td style="width: 15%;text-align: right;"> ${currentTax}</td>
</tr>
</tbody>
</table>
</div>
<div class="part_2">
<table cellspacing="0" class="table_1" width="100%">
<thead>
<tr>
<td style="border-bottom: 2pt #333 solid;width: 20%;">绩效信息</td>
<td style="border-bottom: 2pt #333 solid;width: 20%;"> </td>
<td style="border-bottom: 2pt #333 solid;width: 20%;"></td>
<td style="border-bottom: 2pt #333 solid;width: 20%;"></td>
<td style="border-bottom: 2pt #333 solid;width: 20%;"></td>
</tr>
</thead>
<tbody>
<tr>
<td style="width: 20%;">个人业绩</td>
<td style="width: 20%;text-align: center;">当月FYC<hr style="color: #333;"/></td>
<td style="width: 20%;text-align: center;">年度FYC累计<hr style="color: #333;"/></td>
<td style="width: 20%;text-align: center;">当月RYC<hr style="color: #333;"/></td>
<td style="width: 20%;text-align: center;">年度RYC累计<hr style="color: #333;"/></td>
</tr>
<tr>
<td style="width: 20%;"></td>
<td style="width: 20%;text-align: right;"> ${currentMonthFYC}</td>
<td style="width: 20%;text-align: right;"> ${currentYearFYC}</td>
<td style="width: 20%;text-align: right;"></td>
<td style="width: 20%;text-align: right;"></td>
</tr>
<tr>
<td style="width: 20%;">天使体系业绩</td>
<td style="width: 20%;text-align: right;"> ${currentMonthFYC}</td>
<td style="width: 20%;text-align: right;"> ${currentYearFYC}</td>
<td style="width: 20%;text-align: right;"></td>
<td style="width: 20%;text-align: right;"></td>
</tr>
</tbody>
</table>
</div>
<div class="part_2">
<div style="border: 1pt #333 solid;width: 70%;height: 175pt;float: left; margin-right: 20pt;"></div>
<img style="float: right;" src="images/Image_012.jpg" alt="" />
</div>
<#list comList as com>
<br/>
<p style="text-indent: 0pt;text-align: left;">
${com.name}
</p>
<table style="border-collapse:collapse;width:100%;font-size: 5pt;" cellspacing="0">
<tr style="height:30pt">
<td style="width:45pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
保险公司
</td>
<td style="width:80pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
保单号码
</td>
<td style="width:40pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
生效日期
</td>
<td style="width:50pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
商品代码
</td>
<td style="width:30pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
体系
</td>
<td style="width:50pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
被保人姓名
</td>
<td style="width:30pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
年 度
</td>
<td style="text-align: right;width:45pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
保费
</td>
<td style="text-align: right;width:45pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
FYC/RYC
</td>
<td style="text-align: right;width:35pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
职阶 率%
</td>
<td style="text-align: right;width:45pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
佣金
</td>
<td style="width:45pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
备注
</td>
</tr>
<#list com.items as item>
<tr style="height:30pt">
<td style="width:45pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.insurer}
</td>
<td style="width:80pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.policyNo}
</td>
<td style="width:40pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.effectiveDate}
</td>
<td style="width:50pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.productCode}
</td>
<td style="width:30pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.subSystem}
</td>
<td style="width:50pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.insured}
</td>
<td style="width:15pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.yearMonth}
</td>
<td style="text-align: right;width:65pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.premium}
</td>
<td style="text-align: right;width:60pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.fyc}
</td>
<td style="text-align: right;width:20pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.gradeRate}
</td>
<td style="text-align: right;width:55pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.commission}
</td>
<td style="width:45pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
${item.note}
</td>
</tr>
</#list>
</table>
</#list>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment