| | |
| | | otherFileList: [], |
| | | }, |
| | | rules: { |
| | | 'receiveAccount': { |
| | | type: 'string', |
| | | required: true, |
| | | message: '请填写收款账号', |
| | | trigger: ['blur'] |
| | | }, |
| | | 'receiveUserName': { |
| | | type: 'string', |
| | | required: true, |
| | | message: '请填写收款人', |
| | | trigger: ['blur'] |
| | | }, |
| | | 'receiveBank': { |
| | | type: 'string', |
| | | required: true, |
| | | message: '请填写收款银行', |
| | | trigger: ['blur'] |
| | | }, |
| | | // 'receiveAccount': { |
| | | // type: 'string', |
| | | // required: true, |
| | | // message: '请填写收款账号', |
| | | // trigger: ['blur'] |
| | | // }, |
| | | // 'receiveUserName': { |
| | | // type: 'string', |
| | | // required: true, |
| | | // message: '请填写收款人', |
| | | // trigger: ['blur'] |
| | | // }, |
| | | // 'receiveBank': { |
| | | // type: 'string', |
| | | // required: true, |
| | | // message: '请填写收款银行', |
| | | // trigger: ['blur'] |
| | | // }, |
| | | 'memberName': { |
| | | type: 'string', |
| | | required: true, |
| | |
| | | }, |
| | | openInfo(type) { |
| | | if (type === 1) { |
| | | console.log(this.insurance.lpYggxFileInfo) |
| | | this.htmlVal = this.insurance.lpYggxFileInfo |
| | | } else if (type === 2) { |
| | | console.log(this.insurance.lpMzFileInfo) |
| | | this.htmlVal = this.insurance.lpMzFileInfo |
| | | } else if (type === 3) { |
| | | console.log(this.insurance.lpZyFileInfo) |
| | | this.htmlVal = this.insurance.lpZyFileInfo |
| | | } else if (type === 4) { |
| | | console.log(this.insurance.lpScFileInfo) |
| | | this.htmlVal = this.insurance.lpScFileInfo |
| | | } else if (type === 5) { |
| | | console.log(this.insurance.lpYggxFileInfo) |
| | | this.htmlVal = this.insurance.lpYggxFileInfo |
| | | } |
| | | this.show6 = true |