| | |
| | | <span>更换派遣单位 <i :class="form.canChangeUnit ==1?'el-icon-circle-check':'el-icon-circle-close'" :style="form.canChangeUnit ==1?'color:green;font-weight:bold':'color:red;font-weight:bold'"></i></span> |
| | | </div> |
| | | </div> |
| | | <div class="info_list_item" v-if="(form.timeUnit===2 && (form.insureCycleUnit===2||form.insureCycleUnit===0)) || form.timeUnit===2 && (form.insureCycleUnit===2||form.insureCycleUnit===0))"> |
| | | <div class="info_list_item" v-if="form.insureCycleUnit===0 || (form.insureCycleUnit===form.timeUnit)"> |
| | | <div class="info_list_item_label">批改仅支持替换:</div> |
| | | <div class="info_list_item_val" v-if="form.delOnlyReplace == 1">是</div> |
| | | <div class="info_list_item_val" v-else>否</div> |
| | |
| | | </div> |
| | | <!-- 修改 --> |
| | | <OperaSolutionsWindow ref="operaSolutionsWindow" @success="callback"/> |
| | | <OperaPdfViewerWindow ref="OperaPdfViewerWindow" /> |
| | | </GlobalWindow> |
| | | </template> |
| | | |
| | |
| | | import BaseOpera from '@/components/base/BaseOpera' |
| | | import GlobalWindow from '@/components/common/GlobalWindow' |
| | | import OperaSolutionsWindow from '@/components/business/OperaSolutionsWindow' |
| | | import OperaPdfViewerWindow from '@/components/business/OperaPdfViewerWindow' |
| | | import { solutionsId } from '@/api/business/solutions' |
| | | import { mapState } from 'vuex' |
| | | export default { |
| | | name: 'OperaSolutionsDescWindow', |
| | | extends: BaseOpera, |
| | | components: { GlobalWindow, OperaSolutionsWindow }, |
| | | components: { GlobalWindow, OperaPdfViewerWindow,OperaSolutionsWindow }, |
| | | data () { |
| | | return { |
| | | // 表单数据 |
| | |
| | | }, |
| | | openFile (url) { |
| | | setTimeout(() => { |
| | | window.open(url) |
| | | this.$refs.OperaPdfViewerWindow.open('方案确认书',url) |
| | | // window.open(url) |
| | | }, 500) |
| | | }, |
| | | getDetails () { |
| | |
| | | <!-- 投保详情 --> |
| | | <insuranceApplyDetails ref="insuranceApplyDetails" @success="successEvent" /> |
| | | <!-- 详情 --> |
| | | <OperaPdfViewerWindow ref="OperaPdfViewerWindow" /> |
| | | <detailsEntrustedInsurance ref="detailsEntrustedInsurance" /> |
| | | <!-- 修改手机号 --> |
| | | <el-dialog |
| | |
| | | <div class="desc_item_from" v-for="(item, index) in pidanFileData" :key="index" style="margin-bottom: 15px"> |
| | | <span v-if="index ==0">{{item.name}}:</span> |
| | | <span v-if="index >0">被保险人({{item.name}})保险单:</span> |
| | | <a style="cursor: pointer;color: #2E68EC" v-if="item.file && item.file.fileurl" @click="openFile(item.file.fileurlFull)">在线预览</a><span v-if="!item.file || !item.file.fileurl">未上传</span> |
| | | <a style="cursor: pointer;color: #2E68EC" v-if="item.file && item.file.fileurl && index ==0" @click="openFile(item.file.fileurlFull,item.name)">在线预览</a> |
| | | <a style="cursor: pointer;color: #2E68EC" v-if="item.file && item.file.fileurl && index !=0 " @click="openFile(item.file.fileurlFull,'被保险人('+item.name+')保险单')">在线预览</a> |
| | | <span v-if="!item.file || !item.file.fileurl">未上传</span> |
| | | </div> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="visibleFile=false">关 闭</el-button> |
| | |
| | | import OperaInsuranceApply from '@/components/enterprise/OperaInsuranceApplyAddWindow' |
| | | import { mapState } from 'vuex' |
| | | |
| | | import OperaPdfViewerWindow from '@/components/business/OperaPdfViewerWindow' |
| | | export default { |
| | | name: 'OperaUnionChangeDetailWindow', |
| | | extends: BaseOpera, |
| | |
| | | UnionChangeDetails, |
| | | OperaUnionChangeCheckWindow, |
| | | add_subtract_return, |
| | | OperaPdfViewerWindow, |
| | | OperaInsuranceApply, |
| | | reinsurance, |
| | | factoryChange, |
| | |
| | | this.setTime() |
| | | }) |
| | | }, |
| | | openFile (url) { |
| | | openFile (url,title) { |
| | | setTimeout(() => { |
| | | window.open(url) |
| | | |
| | | this.$refs.OperaPdfViewerWindow.open(title || '在线预览',url) |
| | | // window.open(url) |
| | | }, 500) |
| | | }, |
| | | setTime () { |
| | |
| | | }, |
| | | viewApplyFile(){ |
| | | if(this.model.applyFile && this.model.applyFile.fileurlFull){ |
| | | window.open(this.model.applyFile.fileurlFull) |
| | | this.$refs.OperaPdfViewerWindow.open('查看申请单',this.model.applyFile.fileurlFull) |
| | | // window.open(this.model.applyFile.fileurlFull) |
| | | } |
| | | }, |
| | | viewPidan(){ |
| | |
| | | <OperaInsuranceApply ref="OperaInsuranceApply" @success="successEvent" /> |
| | | <!-- 更换派遣单位申请 --> |
| | | <reinsurance ref="reinsurance" @success="successEvent" /> |
| | | <OperaPdfViewerWindow ref="OperaPdfViewerWindow" @success="successEvent" /> |
| | | <!-- 更换派遣单位申请 --> |
| | | <factoryChange ref="factoryChange" @success="successEvent" /> |
| | | <!-- 投保详情 --> |
| | |
| | | <div class="desc_item_from" v-for="(item, index) in pidanFileData" :key="index" style="margin-bottom: 15px"> |
| | | <span v-if="index ==0">{{item.name}}:</span> |
| | | <span v-if="index >0">被保险人({{item.name}})保险单:</span> |
| | | <a style="cursor: pointer;color: #2E68EC" v-if="item.file && item.file.fileurl" @click="openFile(item.file.fileurlFull)">在线预览</a><span v-if="!item.file || !item.file.fileurl">未上传</span> |
| | | <a style="cursor: pointer;color: #2E68EC" v-if="item.file && item.file.fileurl && index ==0" @click="openFile(item.file.fileurlFull,item.name)">在线预览</a> |
| | | <a style="cursor: pointer;color: #2E68EC" v-if="item.file && item.file.fileurl && index !=0 " @click="openFile(item.file.fileurlFull,'被保险人('+item.name+')保险单')">在线预览</a> |
| | | <span v-if="!item.file || !item.file.fileurl">未上传</span> |
| | | </div> |
| | | <!-- |
| | | <div class="desc_item_from" v-for="(item, index) in pidanFileData" :key="index" style="margin-bottom: 15px"> |
| | | <span v-if="index ==0">{{item.name}}:</span> |
| | | <span v-if="index >0">被保险人({{item.name}})保险单:</span> |
| | | <a style="cursor: pointer;color: #2E68EC" v-if="item.file && item.file.fileurl" @click="openFile(item.file.fileurlFull)">在线预览</a><span v-if="!item.file || !item.file.fileurl">未上传</span> |
| | | </div>--> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="visibleFile=false">关 闭</el-button> |
| | | </span> |
| | |
| | | import OperaInsuranceApply from '@/components/enterprise/OperaInsuranceApplyAddWindow' |
| | | import { mapState } from 'vuex' |
| | | |
| | | import OperaPdfViewerWindow from '@/components/business/OperaPdfViewerWindow' |
| | | export default { |
| | | name: 'OperaUnionChangeDetailWindow', |
| | | extends: BaseOpera, |
| | | components: { |
| | | GlobalWindow, |
| | | OperaPdfViewerWindow, |
| | | UnionChangeUnitDetails, |
| | | OperaUnionChangeCheckWindow, |
| | | add_subtract_return, |
| | |
| | | this.setTime() |
| | | }) |
| | | }, |
| | | openFile (url) { |
| | | openFile (url,title) { |
| | | setTimeout(() => { |
| | | window.open(url) |
| | | |
| | | this.$refs.OperaPdfViewerWindow.open(title || '在线预览',url) |
| | | // window.open(url) |
| | | }, 500) |
| | | }, |
| | | setTime () { |
| | |
| | | }, |
| | | viewApplyFile(){ |
| | | if(this.model.applyFile && this.model.applyFile.fileurlFull){ |
| | | window.open(this.model.applyFile.fileurlFull) |
| | | this.$refs.OperaPdfViewerWindow.open('查看申请单',this.model.applyFile.fileurlFull) |
| | | // window.open(this.model.applyFile.fileurlFull) |
| | | } |
| | | }, |
| | | viewPidan(){ |
| | |
| | | <OperaApplyChangeDetailWindow ref="OperaApplyChangeDetailWindow" @success="successEvent"/> |
| | | <!-- 更换派遣单位详情 --> |
| | | <OperaApplyChangeUnitDetailWindow ref="OperaApplyChangeUnitDetailWindow" @success="successEvent"/> |
| | | <OperaPdfViewerWindow ref="OperaPdfViewerWindow" /> |
| | | <!-- 加减保详情 --> |
| | | <template v-slot:footer> |
| | | <el-button @click="visible=false">返回</el-button> |
| | |
| | | import { mapState } from 'vuex' |
| | | import { sendSms } from '@/api/business/smsEmail' |
| | | |
| | | import OperaPdfViewerWindow from '@/components/business/OperaPdfViewerWindow' |
| | | export default { |
| | | name: 'OperaWtbApplyShopWindow1', |
| | | extends: BaseOpera, |
| | | components: { |
| | | GlobalWindow, |
| | | OperaPdfViewerWindow, |
| | | OperaApplyChangeUnitDetailWindow, |
| | | OperaApplyChangeDetailWindow, |
| | | InsuranceDetailsWtb, |
| | |
| | | }, |
| | | openFile (url) { |
| | | setTimeout(() => { |
| | | window.open(url) |
| | | this.$refs.OperaPdfViewerWindow.open('商户投保单',url) |
| | | // window.open(url) |
| | | }, 500) |
| | | }, |
| | | viewToubaodan () { |