k94314517
2024-02-23 e9c0af3fc026823ca54f206bbe8c2666ed5013cd
company/src/components/business/OperaApplyChangeDetailWindow.vue
@@ -11,8 +11,8 @@
                <div class="desc_item_label">
                    <div class="desc_item_label_left">
                        <span>投保企业:{{ apply.companyName }}</span>
                        <span v-if="model.status === 0">保单状态:<span  :class="'change-status'+model.status" >待签署</span></span>
                        <span v-if="model.status === 1">保单状态:<span  :class="'change-status'+model.status" >待审核</span></span>
                        <span v-if="model.status === 1">保单状态:<span  :class="'change-status'+model.status" >待签署</span></span>
                        <span v-if="model.status === 0">保单状态:<span  :class="'change-status'+model.status" >待审核</span></span>
                        <span v-if="model.status === 2">保单状态:<span  :class="'change-status'+model.status" >已生效</span></span>
                        <span v-if="model.status === 3 || model.status === 4">保单状态:<span  :class="'change-status'+model.status" >退回申请</span></span>
                        <span v-if="model.status === 5 || model.status === 8">保单状态:<span  :class="'change-status'+model.status" >已退回</span></span>
@@ -54,7 +54,7 @@
                            align="center"
                            label="保单号">
                            <template slot-scope="{row}">
                                <el-button type="text" @click="$refs.OperaInsuranceApplyDetails.open('投保详情', { id: row.applyId })">{{row.applyCode}}</el-button>
                                <el-button type="text" @click="$refs.insuranceApplyDetails.open('投保详情', { id: row.applyId })">{{row.applyCode}}</el-button>
                            </template>
                        </el-table-column>
                        <el-table-column
@@ -191,7 +191,7 @@
        <!--    换厂申请    -->
        <factoryChange ref="factoryChange" @success="successEvent" />
        <!--    投保详情    -->
        <OperaInsuranceApplyDetails ref="OperaInsuranceApplyDetails" @success="successEvent" />
        <insuranceApplyDetails ref="insuranceApplyDetails" @success="successEvent" />
      <template v-slot:footer>
        <el-button @click="visible=false">返回</el-button>
      </template>
@@ -207,7 +207,7 @@
import reinsurance from '@/components/enterprise/reinsurance'
import factoryChange from '@/components/enterprise/factoryChange'
import add_subtract_return from '@/components/enterprise/add_subtract_return'
import OperaInsuranceApplyDetails from '@/components/business/OperaInsuranceApplyWindow'
// import insuranceApplyDetails from '@/components/business/OperaInsuranceApplyWindow'
import {
  getDetail,
  getChangeDetail,
@@ -219,7 +219,7 @@
import { mapState } from 'vuex'
export default {
  name: 'OperaApplyChangeDetailWindow',
  name: 'OperaApplyChangeDetailWindow1',
  extends: BaseOpera,
  components: {
      GlobalWindow,
@@ -229,7 +229,7 @@
      OperaInsuranceApply,
      reinsurance,
      factoryChange,
      OperaInsuranceApplyDetails
      insuranceApplyDetails: () => import ('@/components/business/OperaInsuranceApplyWindow')
  },
  data () {
    return {
@@ -310,7 +310,7 @@
               capacity: 10,
               page: this.currentPage,
               model: {
                   applyChangId: this.modelId,
                   applyChangeId: this.modelId,
                   types:[ this.activeName]
               }
           }).then(res => {