| | |
| | | label="被保险人"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="applyStartTime" |
| | | label="期望保险生效起期"> |
| | | prop="validCode" |
| | | label="保单号"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="addNum" |
| | | label="加保人数"> |
| | | prop="startTime" |
| | | label="保险生效起期"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="delNum" |
| | | label="减保人数"> |
| | | prop="endTime" |
| | | label="保险生效止期"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="fee" |
| | | label="费用变更"> |
| | | prop="changeNum" |
| | | label="换厂人数"> |
| | | </el-table-column> |
| | | <el-table-column label="操作"> |
| | | <template slot-scope="{row}"> |
| | |
| | | import selectApplicationForm from '@/components/business/selectApplicationForm' |
| | | import { listAll } from '@/api/business/applyChange' |
| | | import { merge } from '@/api/business/unionChange' |
| | | import ApplyChangeDetails from '@/components/business/ApplyChangeDetails' |
| | | import ApplyChangeDetails from '@/components/business/ApplyChangeUnitDetails' |
| | | import { fetchList as pageUnionList } from '@/api/business/unionApply' |
| | | import {getDetail} from "@/api/business/insuranceApply"; |
| | | export default { |
| | |
| | | checkDetial(row){ |
| | | getDetail(row.applyId).then(res => { |
| | | // this.apply = res |
| | | this.$refs.ApplyChangeDetails.open('加减保人员名单',res, row,2) |
| | | this.$refs.ApplyChangeDetails.open('更换派遣单位人员',res, row,2) |
| | | }).catch(err => { |
| | | }) |
| | | }, |