Просмотр исходного кода

私有手续应收加交强手续费,商业手续费,跟单金额

@dongkboy 3 месяцев назад
Родитель
Сommit
a92e24f70d
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/views/receivable/handingFee/index.vue

+ 3 - 0
src/views/receivable/handingFee/index.vue

@@ -177,6 +177,9 @@
           <el-table-column prop="jqSuperviseCostsProportion" label="交强险手续费比例" width="100"></el-table-column>
           <el-table-column prop="syPremium" label="商业险保费" width="100"></el-table-column>
           <el-table-column prop="sySuperviseCostsProportion" label="商业险手续费比例" width="100"></el-table-column>
+          <el-table-column prop="jqSuperviseCostsPremiums" label="交强手续费" width="100"></el-table-column>
+          <el-table-column prop="sySuperviseCostsPremiums" label="商业手续费" width="100"></el-table-column>
+          <el-table-column prop="otherCostsPremiums" label="跟单金额" width="100"></el-table-column>
           <el-table-column prop="jqPolicyNo" label="交强险保单号" width="150"></el-table-column>
           <el-table-column prop="syPolicyNo" label="商业险保单号" width="150"></el-table-column>
           <el-table-column prop="jqStartDate" label="交强险起保日期" width="150"></el-table-column>