| | |
| | | <el-timeline-item |
| | | v-for="(activity, index) in activities" |
| | | :key="index" |
| | | :timestamp="activity.timestamp"> |
| | | {{activity.content}} |
| | | :timestamp="activity.createDate"> |
| | | {{activity.title}} |
| | | </el-timeline-item> |
| | | </el-timeline> |
| | | </div> |
| | |
| | | getDetail(){ |
| | | getDetail(this.dataId).then(res => { |
| | | this.model = res |
| | | this.tableData = new Array(); |
| | | this.tableData.push(res); |
| | | this.tableData = new Array() |
| | | this.tableData.push(res) |
| | | this.activities=res.applyLogList |
| | | }).catch(err => { |
| | | }) |
| | | }, |
| | |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="保险方案" prop="solutionId"> |
| | | <el-form-item label="保险方案" prop="baseSolutionId"> |
| | | <el-select v-model="searchForm.baseSolutionId" placeholder="请选择" @change="search"> |
| | | <el-option |
| | | v-for="item in solutionList" |
| | |
| | | @TableField(exist = false) |
| | | private String statusInfo; |
| | | |
| | | |
| | | |
| | | |
| | | public TaxesInvoicingVO getTaxesInvoicingVO(){ |
| | | TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO(); |
| | | taxesInvoicingVO.setId(this.getId()); |
| | |
| | | throw new BusinessException(ResponseStatus.DATA_EMPTY); |
| | | } |
| | | |
| | | insuranceApply.setInsureNum(applyDetailMapper.selectCount(new QueryWrapper<ApplyDetail>().lambda().eq(ApplyDetail::getApplyId,insuranceApply.getId()) |
| | | .eq(ApplyDetail::getIsdeleted,Constants.ZERO))); |
| | | initApplyStatus(insuranceApply); |
| | | |
| | | //查询附件数据 |