Przeglądaj źródła

财务应收数据报表明细去掉比例字段合计数

@dongkboy 2 tygodni temu
rodzic
commit
6037719d43

+ 1 - 1
src/views/platform/platformReport.vue

@@ -173,7 +173,7 @@
           </el-row>
         </el-form>
         <el-table height="calc(100% - 192px)" :data="recordData2" show-summary
-          :summary-method="val => getSummaries(val, ['receivableSuperviseCosts', 'jqPremium', 'syPremium', 'jyPremium', 'taxPremium', 'jqSuperviseCostsProportion', 'sySuperviseCostsProportion', 'jySuperviseCostsProportion'])">
+          :summary-method="val => getSummaries(val, ['receivableSuperviseCosts', 'jqPremium', 'syPremium', 'jyPremium', 'taxPremium'])">
           <el-table-column prop="settlementId" label="结算记录编号" width="200"></el-table-column>
           <el-table-column prop="companyName" label="保险公司" width="200"></el-table-column>
           <el-table-column prop="contactPerson" label="对接人" width="150"></el-table-column>

+ 2 - 2
src/views/receivable/handingFee/report.vue

@@ -242,7 +242,7 @@
           </el-row>
         </el-form>
         <el-table height="calc(100% - 192px)" :data="recordData2" show-summary
-          :summary-method="val => getSummaries(val, ['receivableSuperviseCosts', 'jqPremium', 'taxPremium', 'syPremium', 'jqSuperviseCostsProportion', 'sySuperviseCostsProportion'])">
+          :summary-method="val => getSummaries(val, ['receivableSuperviseCosts', 'jqPremium', 'taxPremium', 'syPremium'])">
           <el-table-column prop="invoiceId" label="开票记录编号" width="200"></el-table-column>
           <el-table-column prop="companyName" label="保险公司" width="200"></el-table-column>
           <el-table-column prop="invoiceParty" label="开票方" width="100"></el-table-column>
@@ -319,7 +319,7 @@
           </el-row>
         </el-form>
         <el-table height="calc(100% - 192px)" :data="recordData3" show-summary
-          :summary-method="val => getSummaries(val, ['receivableSuperviseCosts', 'jyPremium', 'jySuperviseCostsProportion'])">
+          :summary-method="val => getSummaries(val, ['jySuperviseCostsPremiums', 'jyPremium'])">
           <el-table-column prop="invoiceId" label="开票记录编号" width="200"></el-table-column>
           <el-table-column prop="companyName" label="保险公司" width="200"></el-table-column>
           <el-table-column prop="invoiceParty" label="开票方" width="100"></el-table-column>