|  |  |  | 
|---|
|  |  |  | <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 == 5" type="primary" @click="viewBaoxiandan">查看保险单</el-button> | 
|---|
|  |  |  | <el-button v-if="model.status == 2" type="primary" @click="goSign">签署投保单</el-button> | 
|---|
|  |  |  | <!--                          goSign--> | 
|---|
|  |  |  | <el-button v-if="model.status == 2" type="primary" @click="$refs.operaverifyPhoneNumberWindew.open('验证手机号')">签署投保单</el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | <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 ||model.status == 2" 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> | 
|---|
|  |  |  | 
|---|
|  |  |  | <OperaApplyChangeDetailWindow ref="OperaApplyChangeDetailWindow" @success="successEvent"/> | 
|---|
|  |  |  | <!-- 换厂详情 --> | 
|---|
|  |  |  | <OperaApplyChangeUnitDetailWindow ref="OperaApplyChangeUnitDetailWindow" @success="successEvent"/> | 
|---|
|  |  |  | <!--    验证手机号    --> | 
|---|
|  |  |  | <operaverifyPhoneNumberWindew ref="operaverifyPhoneNumberWindew" @success="goSign" /> | 
|---|
|  |  |  | <template v-slot:footer> | 
|---|
|  |  |  | <el-button @click="visible=false">返回</el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | 
|---|
|  |  |  | import OperaInsuranceApplyCheckWindow from '@/components/business/OperaInsuranceApplyCheckWindow' | 
|---|
|  |  |  | import additionSubtractionApplication from '@/components/enterprise/additionSubtractionApplication' | 
|---|
|  |  |  | import factoryChange from '@/components/enterprise/factoryChange' | 
|---|
|  |  |  | import operaverifyPhoneNumberWindew from '@/components/business/operaverifyPhoneNumberWindew' | 
|---|
|  |  |  | import OperaApplyChangeDetailWindow from '@/components/business/OperaApplyChangeDetailWindow' | 
|---|
|  |  |  | import OperaApplyChangeUnitDetailWindow from '@/components/business/OperaApplyChangeUnitDetailWindow' | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | additionSubtractionApplication, | 
|---|
|  |  |  | factoryChange, | 
|---|
|  |  |  | OperaApplyChangeDetailWindow, | 
|---|
|  |  |  | OperaApplyChangeUnitDetailWindow | 
|---|
|  |  |  | OperaApplyChangeUnitDetailWindow, | 
|---|
|  |  |  | operaverifyPhoneNumberWindew | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | data () { | 
|---|
|  |  |  | return { | 
|---|