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