lihongxiao před 2 roky
rodič
revize
3846f30eb9

+ 1 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/DocumentaryFeesDetail.vue

@@ -455,7 +455,7 @@ export default {
             type: "text"
             type: "text"
           },
           },
           {
           {
-            prop: "noOtherCostsPremiums",
+            prop: "noOtherCostsPremium",
             label: "非车跟单费金额费金额",
             label: "非车跟单费金额费金额",
             type: "text"
             type: "text"
           },
           },

+ 7 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/Notinvoiced.vue

@@ -69,6 +69,11 @@
               prop="noInvoicCommissionFeevalue"
               prop="noInvoicCommissionFeevalue"
               label="未开票">
               label="未开票">
             </el-table-column>
             </el-table-column>
+            <el-table-column prop="settlementAmount" label="开票金额">
+          <template slot-scope="scope">
+            <el-input v-model="scope.row.settlementAmount"></el-input>
+          </template>
+        </el-table-column>
         </el-table>
         </el-table>
       <span slot="footer" class="dialog-footer">
       <span slot="footer" class="dialog-footer">
         <el-button size="small" @click="dialogVisible = false">取 消</el-button>
         <el-button size="small" @click="dialogVisible = false">取 消</el-button>
@@ -127,6 +132,7 @@
               prop="noInvoicCommissionFeevalue"
               prop="noInvoicCommissionFeevalue"
               label="未开票">
               label="未开票">
             </el-table-column>
             </el-table-column>
+         
             <el-table-column
             <el-table-column
               label="操作">
               label="操作">
             <template slot-scope="scope">
             <template slot-scope="scope">
@@ -373,7 +379,7 @@ export default {
       let data={
       let data={
         partnerCompaniesId:row.partnerCompaniesId,
         partnerCompaniesId:row.partnerCompaniesId,
         agreementType:2,
         agreementType:2,
-        isNotCar:0,    
+        isNotCar:1,    
         isNotDocumentary:1,
         isNotDocumentary:1,
         yeartsStart:this.yeartsStart,
         yeartsStart:this.yeartsStart,
         yeartsEnd:this.yeartsEnd,
         yeartsEnd:this.yeartsEnd,