| | |
| | | :confirm-working="isWorking" |
| | | @confirm="confirm" |
| | | > |
| | | <!-- 退回投保 --> |
| | | <!-- 退回申请 --> |
| | | <div v-if="visible1==true" class="form"> |
| | | <div class="form_item"> |
| | | <div class="form_item_label"><span>*</span>填写退回说明:</div> |
| | |
| | | <el-button v-if="[2].includes(model.status)" type="primary" @click="viewPidan">查看批单</el-button> |
| | | <el-button v-if="[1].includes(model.status)" type="primary" @click="$refs.OperaApplyChangeCheckWindow.open('上传批单',model,3)">上传批单</el-button> |
| | | <el-button v-if="[3,4].includes(model.status)" type="primary" @click="$refs.OperaApplyChangeCheckWindow.open('驳回退回申请',model,5)">驳回退回申请</el-button> |
| | | <el-button v-if="[0,1,3,4].includes(model.status)" type="danger" @click="$refs.OperaApplyChangeCheckWindow.open('退回投保',model,1)">退回投保</el-button> |
| | | <el-button v-if="[0,1,3,4].includes(model.status)" type="danger" @click="$refs.OperaApplyChangeCheckWindow.open('退回申请',model,1)">退回申请</el-button> |
| | | <el-button v-if="[2].includes(model.status)" type="danger" @click="$refs.OperaApplyChangeCheckWindow.open('修改批单',model,4)">修改批单</el-button> |
| | | </template> |
| | | </div> |
| | |
| | | :confirm-working="isWorking" |
| | | @confirm="confirm" |
| | | > |
| | | <!-- 退回投保 --> |
| | | <!-- 退回申请 --> |
| | | <div v-if="visible1==true" class="form"> |
| | | <div class="form_item"> |
| | | <div class="form_item_label"><span>*</span>填写退回说明:</div> |
| | |
| | | <el-button v-if="[2].includes(model.status)" type="primary" @click="viewPidan">查看批单</el-button> |
| | | <el-button v-if="[1].includes(model.status)" type="primary" @click="$refs.OperaApplyChangeCheckWindow.open('上传批单',model,3)">上传批单</el-button> |
| | | <el-button v-if="[3,4].includes(model.status)" type="primary" @click="$refs.OperaApplyChangeCheckWindow.open('驳回退回申请',model,5)">驳回退回申请</el-button> |
| | | <el-button v-if="[0,1,3,4].includes(model.status)" type="danger" @click="$refs.OperaApplyChangeCheckWindow.open('退回投保',model,1)">退回投保</el-button> |
| | | <el-button v-if="[0,1,3,4].includes(model.status)" type="danger" @click="$refs.OperaApplyChangeCheckWindow.open('退回申请',model,1)">退回申请</el-button> |
| | | <el-button v-if="[2].includes(model.status)" type="danger" @click="$refs.OperaApplyChangeCheckWindow.open('修改批单',model,4)">修改批单</el-button> |
| | | </template> |
| | | </div> |
| | |
| | | :confirm-working="isWorking" |
| | | @confirm="confirm" |
| | | > |
| | | <!-- 退回投保 --> |
| | | <!-- 退回申请 --> |
| | | <el-form v-if="visible1==true" :model="form" ref="form1" :rules="rules1" style="width: 100%;"> |
| | | <el-form-item label="填写退回说明:" prop="backCheckInfo"> |
| | | <el-input type="textarea" v-model="form.backCheckInfo" placeholder="请输入" v-trim/> |
| | |
| | | <el-button v-if="model.status == 3" type="primary" @click="$refs.OperaInsuranceApplyCheckWindow.open('上传保险单',model,3)">上传保险单</el-button> |
| | | <el-button v-if="model.status == 6 || model.status == 7|| model.status == 8 || model.status == 11" type="primary" @click="$refs.OperaInsuranceApplyCheckWindow.open('驳回退回申请',model,5)">驳回退回申请</el-button> |
| | | <el-button v-if="model.status == 0" type="primary" @click="$refs.InsuranceDetails.open('投保审核',model,1)">投保审核</el-button> |
| | | <el-button v-if="model.status != 5 && model.status != 4 && model.status != 1" type="danger" @click="$refs.OperaInsuranceApplyCheckWindow.open('退回投保',model,1)">退回投保</el-button> |
| | | <el-button v-if="model.status != 5 && model.status != 4 && model.status != 1" type="danger" @click="$refs.OperaInsuranceApplyCheckWindow.open('退回申请',model,1)">退回申请</el-button> |
| | | <el-button v-if="model.status == 5" type="danger" @click="$refs.OperaInsuranceApplyCheckWindow.open('修改保险单',model,4)">修改保险单</el-button> |
| | | </template> |
| | | </div> |
| | |
| | | <el-button type="primary" @click="$refs.switchCourtDetaols.open('更换派遣单位申请单详情')">导出详单</el-button> |
| | | <el-button type="primary">查看申请单</el-button> |
| | | <el-button type="primary" @click="visible3 = true">上传批单</el-button> |
| | | <el-button type="danger" @click="visible1 = true">退回投保</el-button> |
| | | <el-button type="danger" @click="visible1 = true">退回申请</el-button> |
| | | <el-button type="danger" @click="visible4 = true">修改批单</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- 退回投保 --> |
| | | <!-- 退回申请 --> |
| | | <el-dialog |
| | | title="退回投保" |
| | | title="退回申请" |
| | | :visible.sync="visible1" |
| | | :show-close="false" |
| | | :close-on-click-modal="false" |
| | |
| | | return ApiResponse.success(applyChangeService.create(applyChange)); |
| | | } |
| | | @PreventRepeat |
| | | @ApiOperation("平台退回投保") |
| | | @ApiOperation("平台退回申请") |
| | | @PostMapping("/back") |
| | | @RequiresPermissions("business:applychange:back") |
| | | public ApiResponse back(@RequestBody ApplyChange applyChange) { |
| | |
| | | public ApiResponse check(@RequestBody InsuranceApply insuranceApply) { |
| | | return ApiResponse.success(insuranceApplyService.check(insuranceApply)); |
| | | } |
| | | @ApiOperation("平台退回投保") |
| | | @ApiOperation("平台退回申请") |
| | | @PostMapping("/back") |
| | | @RequiresPermissions("business:insuranceapply:back") |
| | | public ApiResponse back(@RequestBody InsuranceApply insuranceApply) { |
| | |
| | | |
| | | public enum ApplyLogType { |
| | | UPLOAD(0, "提交投保","提交意见:${param}",0), |
| | | PLATFORM_RETURN(1, "退回投保","提交意见:${param}",0), |
| | | PLATFORM_RETURN(1, "退回申请","提交意见:${param}",0), |
| | | WAIT_SIGNATURE(2, "上传投保单","提交意见:${param}",0), |
| | | SIGNATURE(3, "企业签章","",0), |
| | | FAIL_RETURN(4, "保单出具失败退回","提交意见:${param}",0), |
| | |
| | | PALTFORM_EDIT_BD(22, "修改保单","修改原因:${param}",0), |
| | | |
| | | |
| | | CA_PLATFORM_CHECK_PASS_NO(12, "退回投保","提交意见:${param}",1), |
| | | CA_PLATFORM_CHECK_PASS_NO(12, "退回申请","提交意见:${param}",1), |
| | | CA_PLATFORM_AGREE_BACK_APPLY(13, "同意退回申请","提交意见:${param}",1), |
| | | CA_PLATFORM_APPROVE(14, "批单完成","保险生效起期:${param1}变更为${param2}",1), |
| | | CA_PLATFORM_CHECK_SIGNATURE(15, "企业签章","",1), |
| | |
| | | @Autowired |
| | | private NoticesMapper noticesMapper; |
| | | /** |
| | | * 平台退回投保 |
| | | * 平台退回申请 |
| | | * @param param |
| | | * @return |
| | | */ |
| | |
| | | } |
| | | |
| | | /** |
| | | * 平台退回投保 |
| | | * 平台退回申请 |
| | | * @param param |
| | | * @return |
| | | */ |