| | |
| | | <OperaCompanyWindow ref="operaCompanyWindow" @success="callback"/> |
| | | <!-- 修改保险方案 --> |
| | | <modification ref="modification" @success="callback"/> |
| | | <OperaPdfViewerWindow ref="operaPdfViewerWindow" /> |
| | | <!-- 修改手机号 --> |
| | | <el-dialog |
| | | title="更改绑定手机号" |
| | |
| | | import GlobalWindow from '@/components/common/GlobalWindow' |
| | | import OperaCompanyWindow from '@/components/business/OperaCompanyWindow' |
| | | import modification from '@/components/business/modification' |
| | | import OperaPdfViewerWindow from '@/components/business/OperaPdfViewerWindow' |
| | | import { getById, updatePhone } from '@/api/business/company' |
| | | import { listForCompany } from '@/api/business/solutions' |
| | | import { sendSms } from '@/api/business/smsEmail' |
| | | export default { |
| | | name: 'OperaCompanyDescWindow', |
| | | extends: BaseOpera, |
| | | components: { GlobalWindow, OperaCompanyWindow, modification }, |
| | | components: { GlobalWindow, OperaCompanyWindow, modification, OperaPdfViewerWindow }, |
| | | data () { |
| | | return { |
| | | ruleForm: { |
| | |
| | | }, |
| | | methods: { |
| | | openFile(url) { |
| | | window.open(url) |
| | | this.$refs.operaPdfViewerWindow.open('方案确认书', url) |
| | | }, |
| | | close () { |
| | | this.visiblePhone = false |