Procházet zdrojové kódy

私有手续费应收开票车险应收字段值更换

@dongkboy před 1 měsícem
rodič
revize
2feecf017a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/receivable/handingFee/ticket.vue

+ 1 - 1
src/views/receivable/handingFee/ticket.vue

@@ -88,7 +88,7 @@
       <el-table-column prop="syPremium" label="商业险保费"></el-table-column>
       <el-table-column prop="sySuperviseCostsProportion" label="商业险手续费比例"></el-table-column>
       <el-table-column prop="receivableAmount" label="总应收"></el-table-column>
-      <el-table-column v-if="route.query.invoiceType == '1'" prop="receivableAmount4Car" label="车险应收"></el-table-column>
+      <el-table-column v-if="route.query.invoiceType == '1'" prop="carInsuranceSuperviseCostsPremiums" label="车险应收"></el-table-column>
       <el-table-column v-if="route.query.invoiceType == '3'" prop="nonCarInsuranceSuperviseCostsPremiums"
         label="非车险应收"></el-table-column>
     </el-table>