|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<!--布局容器-->
|
|
|
<div style="width: 99%; margin-top: 0px">
|
|
|
- <templateTable class="invoiceAnd" :formList="formList" :tableConfig="tableConfig" :data="tableData"
|
|
|
+ <templateTable class="invoiceAnd" :formList="formList" :tableConfig="tableConfig" :data="tableData"
|
|
|
@findPage="findPage" @handleSearchList="handleSearchList" @resetForm="resetForm" :pagination="pageData" @getList="getList">
|
|
|
<template slot="data">
|
|
|
<yearMonthYay ref="yearMonthYay" @getYearData="getYearData" @getMonthData="getMonthData"
|
|
|
@@ -40,12 +40,12 @@
|
|
|
<templateTable ref="templateTable1" :pagination="pageDatarecorddetail" @getList="getListrecorddetail"
|
|
|
:tableConfig="tableConfigDetailrecorddetail" :data="recordDetailData" @findPage="findPageDetailrecorddatail">
|
|
|
</templateTable>
|
|
|
-
|
|
|
+
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button size="small" @click="dialogVisiblerecordDetail = false">取消</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
-
|
|
|
+
|
|
|
<el-image-viewer v-if="showViewer" :on-close="closeViewer" :z-index="9999" :url-list="[ProViewImg]" />
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
type: "text"
|
|
|
},
|
|
|
{
|
|
|
- prop: "jqPolicyno",
|
|
|
+ prop: "policyno",
|
|
|
label: "交强保单号",
|
|
|
type: "text"
|
|
|
},
|
|
|
@@ -372,6 +372,7 @@ export default {
|
|
|
agreementType: '2',
|
|
|
isNotCar: '0',
|
|
|
handlingFeesStatus: '0',
|
|
|
+ settlementStatus:'2',
|
|
|
id:this.recorddetailid,
|
|
|
...data
|
|
|
})
|
|
|
@@ -423,7 +424,7 @@ export default {
|
|
|
findPageDetailrecorddatail(data) {
|
|
|
this.tableConfigDetailrecorddetail.loading = true;
|
|
|
this.$api.task
|
|
|
- .fncplyFeeQuery({
|
|
|
+ .fncplyFeeQuery({
|
|
|
partnerCompaniesId: this.formDetail.partnerCompaniesId,
|
|
|
agreementType: '2',
|
|
|
isNotCar: '0',
|
|
|
@@ -476,7 +477,7 @@ export default {
|
|
|
getList(data) {
|
|
|
this.findPage(data)
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
// 结算
|
|
|
balanceFun(row) {
|
|
|
this.$api.task
|
|
|
@@ -518,4 +519,3 @@ export default {
|
|
|
text-align: center;
|
|
|
}
|
|
|
</style>
|
|
|
-
|