| | |
| | | <el-button type="primary" @click="$refs.adjustment.open('核赔', info.id, 2)" v-if="[10].includes(info.status)">核赔</el-button> |
| | | <el-button type="primary" @click="$refs.adjustment.open('修改金额', info.id, 2)" v-if="[11,12].includes(info.status)">修改金额</el-button> |
| | | <el-button type="primary" @click="$refs.makePayment.open('打款', info.id)" v-if="[12].includes(info.status)">打款</el-button> |
| | | <el-button type="primary" @click="$refs.discussAudit.open('商议审批', info.id)" v-if="[7].includes(info.status)">商议审批</el-button> |
| | | <el-button type="primary" @click="supplementaryMaterials" v-if="[9].includes(info.status)">补充材料</el-button> |
| | | <el-button type="primary" @click="$refs.additionMaterial_ba.open('添加材料', info.id)" v-if="[9,10].includes(info.status)">添加材料</el-button> |
| | | </template> |
| | |
| | | 报案时间:{{info.createDate}} |
| | | </div> |
| | | <div class="box_desc_list_row"> |
| | | 报案号:{{info.reportNum}} |
| | | 报案号:{{info.code}} |
| | | </div> |
| | | <div class="box_desc_list_row"> |
| | | 保司报案号:{{info.reportNum || 's'}} |
| | | </div> |
| | | <div class="box_desc_list_row"> |
| | | 所属保单:{{info.applyCode}} |
| | |
| | | <CaseProgress ref="caseProgress" /> |
| | | <!-- 受理 --> |
| | | <Acceptance ref="acceptance" @success="getDetail" /> |
| | | <discussAudit ref="discussAudit" @success="getDetail" /> |
| | | <!-- 添加材料 --> |
| | | <AdditionMaterial_ba ref="additionMaterial_ba" @success="getDetail" /> |
| | | <!-- 理算 --> |
| | |
| | | import RiskCaseReminder from '@/components/business/riskCaseReminder' |
| | | import CaseProgress from '@/components/business/caseProgress' |
| | | import Acceptance from '@/components/business/acceptance' |
| | | import discussAudit from '@/components/business/discussAudit' |
| | | import AdditionMaterial_ba from '@/components/business/additionMaterial_ba' |
| | | import adjustment from '@/components/business/adjustment' |
| | | import CompensationDetails from '@/components/business/compensationDetails' |
| | |
| | | export default { |
| | | name: 'OperaSettleClaimsWindow', |
| | | extends: BaseOpera, |
| | | components: { GlobalWindow, MakePayment, PreviewArea, PaymentInformation, CompensationDetails, RiskCaseReminder, CaseProgress, Acceptance, AdditionMaterial_ba, adjustment }, |
| | | components: { GlobalWindow, MakePayment, PreviewArea, PaymentInformation, CompensationDetails, RiskCaseReminder, CaseProgress, Acceptance,discussAudit, AdditionMaterial_ba, adjustment }, |
| | | data () { |
| | | return { |
| | | info: null, |