| | |
| | | <div class="top"> |
| | | {{title}} |
| | | </div> |
| | | <!-- <div class="box_header"> |
| | | <div class="box_header_item"> |
| | | <div class="box_header_item_label">投保企业</div> |
| | | <div class="box_header_item_val">{{ model.companyName }}</div> |
| | | </div> |
| | | <div class="box_header_item"> |
| | | <div class="box_header_item_label">保险方案</div> |
| | | <div class="box_header_item_val">{{ model.solutionsName }}</div> |
| | | </div> |
| | | <div class="box_header_item"> |
| | | <div class="box_header_item_label">保险生效起期</div> |
| | | <div class="box_header_item_val">{{ model.startTime }}</div> |
| | | </div> |
| | | <div class="box_header_item"> |
| | | <div class="box_header_item_label">保险生效止期</div> |
| | | <div class="box_header_item_val">{{model.endTime}}</div> |
| | | </div> |
| | | <div class="box_header_item"> |
| | | <div class="box_header_item_label">投保人数</div> |
| | | <div class="box_header_item_val">{{ model.insureNum }}</div> |
| | | </div> |
| | | <div class="box_header_item"> |
| | | <div class="box_header_item_label">总费用(元)</div> |
| | | <div class="box_header_item_val">{{model.fee}}</div> |
| | | </div> |
| | | </div>--> |
| | | <div class="box_table"> |
| | | <div class="box_table_head"> |
| | | <div class="box_table_head_item">投保企业</div> |
| | |
| | | <div class="box_table_content_item box_table_content_header">{{ model.startTime }}</div> |
| | | <div class="box_table_content_item box_table_content_header">{{ model.endTime }}</div> |
| | | <div class="box_table_content_item box_table_content_header">{{ model.insureNum }}</div> |
| | | <div class="box_table_content_item box_table_content_header">{{model.fee}}</div> |
| | | <div class="box_table_content_item box_table_content_header">{{model.fee!=null?model.fee:'-'}}</div> |
| | | </div> |
| | | </div> |
| | | <div class="box_table"> |
| | |
| | | </div> |
| | | <template v-if="type==1" v-slot:footer> |
| | | <el-button type="primary" :loading="isWorking.export" @click="check(0)">提交通过</el-button> |
| | | <el-button type="danger" :loading="isWorking.export" @click="check(1)">审核不通过</el-button> |
| | | <!-- <el-button type="danger" :loading="isWorking.export" @click="check(1)">审核不通过</el-button>--> |
| | | <el-button @click="visible=false">取消</el-button> |
| | | </template> |
| | | <template v-else-if="type==2" v-slot:footer> |
| | | <el-button @click="visible=false">返回</el-button> |
| | | </template> |
| | | <template v-else v-slot:footer> |
| | | <el-button type="primary" :loading="isWorking.export" @click="exportComFilesDo">企业证件</el-button> |
| | | <el-button type="primary" :loading="isWorking.export" @click="exportDetail">导出详单</el-button> |
| | | <el-button @click="visible=false">取消</el-button> |
| | | </template> |
| | | </div> |
| | | </GlobalWindow> |
| | | </template> |
| | | |
| | |
| | | // 验证规则 |
| | | rules: { |
| | | }, |
| | | reverse: true, |
| | | reverse: false, |
| | | tableData: [] |
| | | } |
| | | }, |
| | |
| | | this.model = target |
| | | this.type=type |
| | | this.form.id=target.id |
| | | this.form.checkInfo='' |
| | | this.getDetailListDo() |
| | | }, |
| | | getDetailListDo(){ |
| | |
| | | }, |
| | | check(type){ |
| | | this.form.dealBackApply = type; |
| | | this.$dialog.exportConfirm('确认进行该操作吗?') |
| | | this.$dialog.messageConfirm('确认进行该操作吗?') |
| | | .then(() => { |
| | | this.isWorking = true |
| | | check(this.form) |
| | | .then(response => { |
| | | this.visible = false |
| | | this.$emit('success') |
| | | }) |
| | | }).catch(err => { |
| | | this.$tip.apiFailed(err) |
| | | }) |
| | | }) |
| | | .catch(() => { |
| | | }) |
| | |
| | | .catch(e => { |
| | | console.log(e) |
| | | this.$message.error('数据下载失败!') |
| | | }) |
| | | .finally(() => { |
| | | this.isWorking = false |
| | | }) |
| | | }) |
| | | .catch(() => { |