From 1e72942aa4848ae4835e7f30bb4adc01f9ce5bdc Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 23 二月 2024 11:45:58 +0800
Subject: [PATCH] mrshi
---
company/src/components/business/OperaInsuranceApplyWindow.vue | 23 ++++++++++++++---------
1 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/company/src/components/business/OperaInsuranceApplyWindow.vue b/company/src/components/business/OperaInsuranceApplyWindow.vue
index a5adc16..fb97b81 100644
--- a/company/src/components/business/OperaInsuranceApplyWindow.vue
+++ b/company/src/components/business/OperaInsuranceApplyWindow.vue
@@ -35,6 +35,9 @@
<template v-else>
<el-button type="primary" @click="$refs.InsuranceDetails.open('鎶曚繚璇︽儏鍗�',model,0)">瀵煎嚭璇﹀崟</el-button>
<el-button v-if="[2, 3, 5, 7, 8].includes(model.status)" type="primary" @click="viewToubaodan">鏌ョ湅鎶曚繚鍗�</el-button>
+<!--
+ <el-button v-if="model.status == 2" type="primary" @click="goSign">绛剧讲鎶曚繚鍗�</el-button>
+-->
<el-button v-if="model.status == 5" type="primary" @click="viewBaoxiandan">鏌ョ湅淇濋櫓鍗�</el-button>
<el-button v-if="model.status == 10" type="primary" @click="$refs.OperaInsuranceApplyCheckWindow.open('涓婁紶鎶曚繚鍗�',model,2)">涓婁紶鎶曚繚鍗�</el-button>
<el-button v-if="model.status == 3" type="primary" @click="$refs.OperaInsuranceApplyCheckWindow.open('涓婁紶淇濋櫓鍗�',model,3)">涓婁紶淇濋櫓鍗�</el-button>
@@ -264,6 +267,7 @@
<span :class="'change-status'+row.status" v-if="row.status === 2">宸茬敓鏁�</span>
<span :class="'change-status'+row.status" v-if="row.status === 3 || row.status === 4">鐢宠閫�鍥�</span>
<span :class="'change-status'+row.status" v-if="row.status === 5 || row.status === 8">宸查��鍥�</span>
+ <span :class="'change-status'+row.status" v-if="row.status === 6">宸插叧闂�</span>
</template>
</el-table-column>
<el-table-column
@@ -288,7 +292,7 @@
</el-table-column>
<el-table-column
:key="Math.random()"
- prop="startTime"
+ prop="applyStartTime"
label="鎵瑰崟鐢熸晥璧锋湡">
</el-table-column>
<el-table-column
@@ -317,6 +321,7 @@
<span :class="'change-status'+row.status" v-if="row.status === 2">宸茬敓鏁�</span>
<span :class="'change-status'+row.status" v-if="row.status === 3 || row.status === 4">鐢宠閫�鍥�</span>
<span :class="'change-status'+row.status" v-if="row.status === 5 || row.status === 8">宸查��鍥�</span>
+ <span :class="'change-status'+row.status" v-if="row.status === 6">宸插叧闂�</span>
</template>
</el-table-column>
<el-table-column
@@ -336,7 +341,7 @@
</el-table-column>
<el-table-column
:key="Math.random()"
- prop="startTime"
+ prop="applyStartTime"
label="鎵瑰崟鐢熸晥璧锋湡">
</el-table-column>
<el-table-column
@@ -418,7 +423,7 @@
import { mapState } from 'vuex'
export default {
- name: 'OperaInsuranceApplyWindow',
+ name: 'OperaInsuranceApplyWindow1',
extends: BaseOpera,
components: {
GlobalWindow,
@@ -454,7 +459,7 @@
endTimeS: '',
startTimeE: '',
startTimeS: '',
- types: ''
+ type: ''
},
visible1: false,
visible2: false,
@@ -501,7 +506,7 @@
this.formInline.endTimeS = ''
this.formInline.startTimeE = ''
this.formInline.startTimeS = ''
- this.formInline.types = ''
+ this.formInline.type = ''
this.activeName = '0'
this.getDetail()
this.getList()
@@ -619,7 +624,7 @@
endTimeS: this.formInline.endTimeS,
startTimeE: this.formInline.startTimeE,
startTimeS: this.formInline.startTimeS,
- types: this.formInline.types
+ type: this.formInline.type
}
}).then(response => {
this.download(response)
@@ -661,7 +666,7 @@
status: this.formInline.applyStatus,
endTimeE: this.formInline.endTimeS,
endTimeS: this.formInline.startTimeS,
- types: this.formInline.types
+ type: this.formInline.type
}
}).then(res => {
if (this.activeName === '1') {
@@ -682,9 +687,9 @@
handleClick(e) {
this.activeName = e.index
if (e.index === '1') {
- this.formInline.types = 0
+ this.formInline.type = 0
} else if (e.index === '2') {
- this.formInline.types = 1
+ this.formInline.type = 1
}
this.resetting()
},
--
Gitblit v1.9.3