| | |
| | | <confirmJobType ref="confirmJobType" @result="getUser" /> |
| | | <!-- 查看详单 --> |
| | | <detailsPolicyholder ref="detailsPolicyholder" @success="successEvent" /> |
| | | <!-- <!– 直保投保详情 –> |
| | | <!-- 直保投保详情 --> |
| | | <OperaInsuranceApplyDetails ref="OperaInsuranceApplyDetails" /> |
| | | <!– 委托投保详情 –> |
| | | <OperaWtbApplyShopWindow ref="OperaWtbApplyShopWindow" />--> |
| | | <!-- 委托投保详情 --> |
| | | <OperaWtbApplyShopWindow ref="OperaWtbApplyShopWindow" /> |
| | | </GlobalWindow> |
| | | </template> |
| | | |
| | |
| | | import importEmployees from '@/components/enterprise/importEmployees' |
| | | import confirmJobType from '@/components/enterprise/confirmJobType' |
| | | import detailsPolicyholder from '@/components/business/detailsPolicyholder' |
| | | // import OperaInsuranceApplyDetails from '@/components/business/OperaInsuranceApplyWindow' |
| | | // import OperaWtbApplyShopWindow from '@/components/business/OperaWtbApplyShopWindow' |
| | | import OperaInsuranceApplyDetails from '@/components/business/OperaInsuranceApplyWindow' |
| | | import OperaWtbApplyShopWindow from '@/components/business/OperaWtbApplyShopWindow' |
| | | import { all, getNewVersion } from '@/api/business/solutions' |
| | | import { mapState } from 'vuex' |
| | | import { create, getCountCyclePriceVO, getDetail, findList, updateData } from '@/api/business/insuranceApply' |
| | |
| | | // Vue.component(UTable.name, UTable); |
| | | // Vue.component(UTableColumn.name, UTableColumn); |
| | | export default { |
| | | name: 'OperaInsuranceApplyAddWindow', |
| | | name: 'OperaInsuranceApplyAddWindowNew', |
| | | extends: BaseOpera, |
| | | components: { |
| | | GlobalWindow, selectEmployees, addEmployee, importEmployees, confirmJobType, detailsPolicyholder, UTable, UTableColumn |
| | | // , OperaWtbApplyShopWindow, OperaInsuranceApplyDetails |
| | | , OperaWtbApplyShopWindow, OperaInsuranceApplyDetails |
| | | }, |
| | | data () { |
| | | return { |
| | |
| | | console.log(res) |
| | | this.visible = false |
| | | if (this.item.type == 1) { |
| | | // this.$refs.OperaWtbApplyShopWindow.open('委托投保详情', { id: res }) |
| | | this.$emit('success', 1, { id: res }) |
| | | this.$refs.OperaWtbApplyShopWindow.open('委托投保详情', { id: res }) |
| | | } else { |
| | | // this.$refs.OperaInsuranceApplyDetails.open('投保详情', { id: res }) |
| | | this.$emit('success', 1, { id: res }) |
| | | this.$refs.OperaInsuranceApplyDetails.open('投保详情', { id: res }) |
| | | } |
| | | this.$tip.apiSuccess('操作成功') |
| | | // this.$emit('success','委托投保详情', { id: res }) |