| | |
| | | <editFactoryChange ref="editFactoryChange" @success="successEvent" /> |
| | | <!-- 投保详情 --> |
| | | <insuranceApplyDetails ref="insuranceApplyDetails" @success="successEvent" /> |
| | | <OperaPdfViewerWindow ref="OperaPdfViewerWindow" /> |
| | | <template v-slot:footer> |
| | | <el-button @click="visible=false">返回</el-button> |
| | | </template> |
| | |
| | | import applyReturn from '@/components/enterprise/applyReturn' |
| | | import add_subtract_return from '@/components/enterprise/add_subtract_return' |
| | | // import insuranceApplyDetails from '@/components/business/OperaInsuranceApplyWindow' |
| | | import OperaPdfViewerWindow from '@/components/business/OperaPdfViewerWindow' |
| | | import { |
| | | getDetail, |
| | | getChangeDetail, |
| | |
| | | extends: BaseOpera, |
| | | components: { |
| | | GlobalWindow, |
| | | OperaPdfViewerWindow, |
| | | ApplyChangeUnitDetails, |
| | | OperaApplyChangeUnitCheckWindow, |
| | | applyReturn, |
| | |
| | | this.$tip.apiFailed(err) |
| | | }) |
| | | }, |
| | | viewApplyFile () { |
| | | if (this.model.applyUnitFile && this.model.applyUnitFile.fileurlFull) { |
| | | window.open(this.model.applyUnitFile.fileurlFull) |
| | | viewApplyFile(){ |
| | | if(this.model.applyUnitFile && this.model.applyUnitFile.fileurlFull){ |
| | | this.$refs.OperaPdfViewerWindow.open('查看申请单',this.model.applyUnitFile.fileurlFull) |
| | | // window.open(this.model.applyFile.fileurlFull) |
| | | } |
| | | }, |
| | | viewPidan () { |
| | | if (this.model.pidanFile && this.model.pidanFile.fileurlFull) { |
| | | window.open(this.model.pidanFile.fileurlFull) |
| | | viewPidan(){ |
| | | if(this.model.pidanFile && this.model.pidanFile.fileurlFull){ |
| | | this.$refs.OperaPdfViewerWindow.open('查看批单',this.model.pidanFile.fileurlFull) |
| | | // window.open(this.model.pidanFile.fileurlFull) |
| | | } |
| | | }, |
| | | handleSizeChange (val) { |