| | |
| | | dataId: null, |
| | | signTitle: '手机号验证', |
| | | fileTitle: '查看投保单', |
| | | fileFlag:0, |
| | | fileFlag: 0, |
| | | visibleFile: false, |
| | | fileData: [], |
| | | model: {}, |
| | | form: { |
| | | businessId: null, |
| | | phone: this.$store.state.userInfo.company.phone, |
| | | phone: this.$store.state.userInfo.company ? this.$store.state.userInfo.company.phone:null, |
| | | code: '', |
| | | type: 0 |
| | | }, |
| | |
| | | this.fileData = [] |
| | | this.taobaodanFileData = [] |
| | | this.baoxiandanFileData = [] |
| | | this.dataId = null |
| | | this.dataId = target.id |
| | | this.form.businessId = target.id |
| | | this.formInline.applyStatus = '' |
| | |
| | | viewToubaodan () { |
| | | this.fileData = this.taobaodanFileData; |
| | | this.visibleFile=true |
| | | this.fileTitle='查看投保单' |
| | | this.fileFlag = 0 |
| | | /* if (this.model.toubaodanSignedFile && this.model.toubaodanSignedFile.fileurlFull) { |
| | | setTimeout(() => { |
| | | window.open(this.model.toubaodanSignedFile.fileurlFull) |
| | | }, 500) |
| | | } else if (this.model.toubaodanFile && this.model.toubaodanFile.fileurlFull) { |
| | | setTimeout(() => { |
| | | window.open(this.model.toubaodanFile.fileurlFull) |
| | | }, 500) |
| | | }*/ |
| | | }, |
| | | viewBaoxiandan () { |
| | | this.fileFlag = 1 |
| | | this.fileTitle='查看保险单' |
| | | this.fileData = this.baoxiandanFileData; |
| | | this.visibleFile=true |
| | | /* if (this.model.baoxiandanFile && this.model.baoxiandanFile.fileurlFull) { |