|  |  |  | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <div class="desc"> | 
|---|
|  |  |  | <div class="desc_item"> | 
|---|
|  |  |  | <div class="desc_item_label" v-if="userInfo.type === 1 &&(model.statusCollect === 2 || model.statusCollect === 3)"> | 
|---|
|  |  |  | <div class="desc_item_label" v-if="userInfo.type === 1 && model.status ===27 "> | 
|---|
|  |  |  | <div class="desc_item_label_left"> | 
|---|
|  |  |  | <span>保险到期还有 <b style="color: #F95601;">{{model.loseEfficacyDays ? model.loseEfficacyDays : '-'}}</b> 天</span> | 
|---|
|  |  |  | <el-button type="primary" v-if="model.statusCollect === 2 || model.statusCollect === 3" @click="$refs.OperaInsuranceApply.open('续保', { id: dataId, type: 1 })">一键续保</el-button> | 
|---|
|  |  |  | <el-button type="primary" v-if="model.statusCollect === 2" @click="$refs.additionSubtractionApplication.open('加减保申请', { id: dataId })">加减保申请</el-button> | 
|---|
|  |  |  | <el-button type="primary" v-if="model.statusCollect === 2" @click="$refs.factoryChange.open('更换派遣单位申请', { id: dataId })">更换派遣单位申请</el-button> | 
|---|
|  |  |  | <el-button type="primary" v-if="model.status === 27" @click="$refs.OperaInsuranceApply.open('续保', { id: dataId, type: 1 })">一键续保</el-button> | 
|---|
|  |  |  | <el-button type="primary" v-if="model.status === 27" @click="$refs.additionSubtractionApplication.open('加减保申请', { id: dataId })">加减保申请</el-button> | 
|---|
|  |  |  | <el-button type="primary" v-if="model.status === 27" @click="$refs.factoryChange.open('更换派遣单位申请', { id: dataId })">更换派遣单位申请</el-button> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="desc_item_label"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <span>提交时间:{{ model.createDate }}</span> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="desc_item_label_right"> | 
|---|
|  |  |  | <el-button type="primary" @click="$refs.InsuranceDetails.open('投保详情单',model,0)">导出详单</el-button> | 
|---|
|  |  |  | <template v-if="userInfo.type === 1"> | 
|---|
|  |  |  | <el-button v-if="model.status == 24" type="primary" @click="$refs.OperaInsuranceApply.open('投保申请', {id: dataId})">再次投保</el-button> | 
|---|
|  |  |  | <el-button v-if="model.status == 24" type="primary" @click="closeOrder">关闭订单</el-button> | 
|---|
|  |  |  | <el-button v-if="[21,22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewFanganshu">查看确认书</el-button> | 
|---|
|  |  |  | <el-button v-if="[22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewShenqingdan">查看申请单</el-button> | 
|---|
|  |  |  | <el-button v-if="[1,2,3].includes(model.unionApplyTbdStatus)" type="primary" @click="viewToubaodan">查看投保单</el-button> | 
|---|
|  |  |  | <el-button v-if="[3].includes(model.unionApplyTbdStatus) " type="primary" @click="viewBaoxiandan">查看保险单</el-button> | 
|---|
|  |  |  | <!--                          goSign--> | 
|---|
|  |  |  | <el-button v-if="model.status == 20" type="primary" @click="getSignLink(0)">签署方案确认书</el-button> | 
|---|
|  |  |  | <el-button v-if="model.status == 21" type="primary" @click="getSignLink(1)">签署申请单</el-button> | 
|---|
|  |  |  | <el-button v-if="model.unionApplyTbdStatus == 1" type="primary" @click="getSignLink(2)">签署投保单</el-button> | 
|---|
|  |  |  | <el-button v-if="[22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewShenqingdan">查看申请单</el-button> | 
|---|
|  |  |  | <el-button v-if="[1,2,3].includes(model.unionApplyTbdStatus) &&(model.toubaodanFile || model.oubaodanSignedFile)" type="primary" @click="viewToubaodan">查看投保单</el-button> | 
|---|
|  |  |  | <el-button v-if="[3].includes(model.unionApplyTbdStatus) &&(model.baoxiandanFile)" type="primary" @click="viewBaoxiandan">查看保险单</el-button> | 
|---|
|  |  |  | <!--                          goSign--> | 
|---|
|  |  |  | <el-button v-if="model.status == 20" type="primary" @click="getSignLink(0)">签署方案确认书</el-button> | 
|---|
|  |  |  | <el-button v-if="model.status == 21" type="primary" @click="getSignLink(1)">签署申请单</el-button> | 
|---|
|  |  |  | <el-button v-if="model.unionApplyTbdStatus == 1" type="primary" @click="getSignLink(2)">签署投保单</el-button> | 
|---|
|  |  |  | <el-button v-if="model.status == 24" type="primary" @click="closeOrder">关闭订单</el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | <template v-if="userInfo.type === 2"> | 
|---|
|  |  |  | <el-button v-if="[21,22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewFanganshu">查看确认书</el-button> | 
|---|
|  |  |  | <el-button v-if="[22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewShenqingdan">查看申请单</el-button> | 
|---|
|  |  |  | <el-button v-if="[1,2,3].includes(model.unionApplyTbdStatus) &&(model.toubaodanFile || model.oubaodanSignedFile)" type="primary" @click="viewToubaodan">查看投保单</el-button> | 
|---|
|  |  |  | <el-button v-if="[3].includes(model.unionApplyTbdStatus) &&(model.baoxiandanFile)" type="primary" @click="viewBaoxiandan">查看保险单</el-button> | 
|---|
|  |  |  | <el-button v-if="model.status == 22" type="primary" @click="$refs.InsuranceDetails.open('投保审核',model,1)">投保审核</el-button> | 
|---|
|  |  |  | <el-button v-if="[20,21,22].includes(model.status)" type="danger" @click="$refs.OperaWtbApplyCheckWindow.open('退回投保',model,1)">退回申请</el-button> | 
|---|
|  |  |  | <el-button v-if="model.status == 23" type="danger" @click="$refs.OperaWtbApplyCheckWindow.open('关闭申请',model,2)">关闭申请</el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | <template v-if="userInfo.type === 0"> | 
|---|
|  |  |  | <el-button v-if="[27].includes(model.status)" type="primary" @click="viewFanganshu">查看确认书</el-button> | 
|---|
|  |  |  | <el-button v-if="[27].includes(model.status)" type="primary" @click="viewShenqingdan">查看申请单</el-button> | 
|---|
|  |  |  | <el-button v-if="[27].includes(model.status)" type="primary" @click="viewToubaodan">查看投保单</el-button> | 
|---|
|  |  |  | <el-button v-if="[27].includes(model.status)" type="primary" @click="viewBaoxiandan">查看保险单</el-button> | 
|---|
|  |  |  | <el-button v-if="[21,22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewFanganshu">查看确认书</el-button> | 
|---|
|  |  |  | <el-button v-if="[22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewShenqingdan">查看申请单</el-button> | 
|---|
|  |  |  | <el-button v-if="[1,2,3].includes(model.unionApplyTbdStatus) &&(model.toubaodanFile || model.oubaodanSignedFile)" type="primary" @click="viewToubaodan">查看投保单</el-button> | 
|---|
|  |  |  | <el-button v-if="[3].includes(model.unionApplyTbdStatus) &&(model.baoxiandanFile)" type="primary" @click="viewBaoxiandan">查看保险单</el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | prop="fee" | 
|---|
|  |  |  | align="center" | 
|---|
|  |  |  | label="总费用(元)"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | <span>{{row.fee!=null?row.fee: '-'}}</span> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | </el-table> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | align="center" | 
|---|
|  |  |  | prop="fee" | 
|---|
|  |  |  | label="产生费用"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | <span>{{row.fee!=null?row.fee: '-'}}</span> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | </el-table> | 
|---|
|  |  |  | <el-table | 
|---|
|  |  |  | 
|---|
|  |  |  | :title="signTitle" | 
|---|
|  |  |  | :visible.sync="visiblePhone" | 
|---|
|  |  |  | width="500px" | 
|---|
|  |  |  | :modal="false" | 
|---|
|  |  |  | :show-close="false" | 
|---|
|  |  |  | :close-on-click-modal="false" | 
|---|
|  |  |  | :modal="true" | 
|---|
|  |  |  | :show-close="true" | 
|---|
|  |  |  | append-to-body | 
|---|
|  |  |  | center> | 
|---|
|  |  |  | <el-form :model="form" ref="form" :rules="rules"> | 
|---|
|  |  |  | <el-form-item label="手机号" prop="phone"> | 
|---|
|  |  |  | 
|---|
|  |  |  | exportExcel, | 
|---|
|  |  |  | applyChagneDetailExcel, | 
|---|
|  |  |  | applyOpt, | 
|---|
|  |  |  | getMemberListOnlineSignLink, getSignTBQRSLink | 
|---|
|  |  |  | getMemberListOnlineSignLink, getSignTBQRSLink, getSignWTBTBDLink | 
|---|
|  |  |  | } from '@/api/business/insuranceApply' | 
|---|
|  |  |  | import { findListByDTO } from '@/api/business/dispatchUnit' | 
|---|
|  |  |  | import { fetchList } from '@/api/business/applyChange' | 
|---|
|  |  |  | import { findListByDTO as worktypeFindListByDTO } from '@/api/business/worktype' | 
|---|
|  |  |  | import OperaInsuranceApply from '@/components/enterprise/OperaInsuranceApplyWindow' | 
|---|
|  |  |  | import { mapState } from 'vuex' | 
|---|
|  |  |  | import {sendSms, validateCode} from "@/api/business/smsEmail"; | 
|---|
|  |  |  | import {sendSms} from "@/api/business/smsEmail"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | export default { | 
|---|
|  |  |  | name: 'OperaWtbApplyShopWindow', | 
|---|
|  |  |  | 
|---|
|  |  |  | model: {}, | 
|---|
|  |  |  | form: { | 
|---|
|  |  |  | businessId: null, | 
|---|
|  |  |  | phone: this.$store.state.userInfo.company.phone, | 
|---|
|  |  |  | phone: this.$store.state.userInfo.company? this.$store.state.userInfo.company.phone:null, | 
|---|
|  |  |  | code: '', | 
|---|
|  |  |  | type:0 | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 
|---|
|  |  |  | this.visible = true | 
|---|
|  |  |  | this.title = title | 
|---|
|  |  |  | this.model = {} | 
|---|
|  |  |  | this.num=0 | 
|---|
|  |  |  | this.timer=null | 
|---|
|  |  |  | this.dataId = null | 
|---|
|  |  |  | this.dataId = target.id | 
|---|
|  |  |  | this.form.businessId = target.id | 
|---|
|  |  |  | 
|---|
|  |  |  | this.$tip.apiFailed(err) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | } else if (this.form.type === 2) { | 
|---|
|  |  |  | getSignLink(this.dataId).then(res => { | 
|---|
|  |  |  | getSignWTBTBDLink(this.form).then(res => { | 
|---|
|  |  |  | setTimeout(() => { | 
|---|
|  |  |  | this.visiblePhone=false | 
|---|
|  |  |  | window.open(res) | 
|---|