| | |
| | | </scroll-view> |
| | | </u-form-item> |
| | | <u-form-item label="证件号码:" prop="idcardNo" required> |
| | | <u--input v-model="model.idcardNo" maxlength="18" placeholder="请输入证件号码" border="none"></u--input> |
| | | <u--input v-model="model.idcardNo" disabled maxlength="18" placeholder="请输入证件号码" border="none"></u--input> |
| | | </u-form-item> |
| | | <u-form-item label="报案人:" prop="informantName" borderBottom required> |
| | | <u--input v-model="model.informantName" placeholder="请输入报案人姓名" border="none"></u--input> |
| | |
| | | <u-icon slot="right" name="arrow-right"></u-icon> |
| | | </view> |
| | | <view class="faList" v-if="scheme"> |
| | | <text>保单号:{{scheme.applyCode || ''}}</text> |
| | | <text>保单号:{{scheme.applyCode || ''}}</text> |
| | | <text>保障期限:<template v-if="scheme.parentStartTime">{{scheme.parentStartTime}}~{{scheme.parentEndTime}}</template></text> |
| | | <text>投保单位:{{scheme.companyName || ''}}</text> |
| | | <text>派遣单位:{{scheme.duName}}</text> |
| | |
| | | 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, |
| | |
| | | clickItem(item) { |
| | | this.model.memberName = item.name |
| | | this.model.memberId = item.id |
| | | this.model.idcardNo = item.idcardNo |
| | | this.columns2 = [] |
| | | }, |
| | | // 搜索 |
| | |
| | | }, |
| | | 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 |