mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-17 03:26:44 +08:00
fangkaioCR
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<van-button @click="eee" class="mt12" type="primary">人脸识别</van-button>
|
<!-- <van-button @click="eee" class="mt12" type="primary">人脸识别</van-button> -->
|
||||||
<!-- <van-uploader name="fileListIdFront" ref="uploader" capture="camera" :preview-image="false" :after-read="afterRead" class="mt10 ml20">
|
<!-- <van-uploader name="fileListIdFront" ref="uploader" capture="camera" :preview-image="false" :after-read="afterRead" class="mt10 ml20">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</van-uploader> -->
|
</van-uploader> -->
|
||||||
|
|||||||
1
src/router/ebiz/Department.js
Normal file
1
src/router/ebiz/Department.js
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export default []
|
||||||
@@ -6,5 +6,5 @@ import my from './my'
|
|||||||
import serve from './serve'
|
import serve from './serve'
|
||||||
import common from './common'
|
import common from './common'
|
||||||
import product from './product'
|
import product from './product'
|
||||||
|
import Department from './Department'
|
||||||
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product] //根据需要进行删减
|
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product, ...Department] //根据需要进行删减
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
v-validate="'required|bankCard'"
|
v-validate="'required|bankCard'"
|
||||||
data-vv-name="银行卡号"
|
data-vv-name="银行卡号"
|
||||||
/>
|
/>
|
||||||
<!-- <van-button type="danger" size="small" class="bankCard mr10 w110 h20" @click="cardScanning('0')" v-no-more-click="1000">银行卡扫描</van-button>-->
|
<van-button type="danger" size="small" class="bankCard mr10 w110 h20" @click="cardScanning('0')" v-no-more-click="1000">银行卡扫描</van-button>
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
|
|
||||||
<van-cell-group class="flex align-items-c">
|
<van-cell-group class="flex align-items-c">
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
/>
|
/>
|
||||||
<!-- <van-field v-model="userInfo.idNo" v-validate="'required|idNo'" maxlength="18" label="证件号码" name="证件号码" placeholder="请输入" clearable> -->
|
<!-- <van-field v-model="userInfo.idNo" v-validate="'required|idNo'" maxlength="18" label="证件号码" name="证件号码" placeholder="请输入" clearable> -->
|
||||||
<van-field v-model="userInfo.idNo" maxlength="18" label="证件号码" name="证件号码" placeholder="请输入" clearable @blur="getRelatedData(userInfo.idNo)">
|
<van-field v-model="userInfo.idNo" maxlength="18" label="证件号码" name="证件号码" placeholder="请输入" clearable @blur="getRelatedData(userInfo.idNo)">
|
||||||
<!-- <van-button v-if="userInfo.idType == 1" slot="button" size="small" type="danger" round @click="selectClick('3')">证件扫描</van-button> -->
|
<van-button v-if="userInfo.idType == 1" slot="button" size="small" type="danger" round @click="selectClick('3')">证件扫描</van-button>
|
||||||
</van-field>
|
</van-field>
|
||||||
<FieldDatePicter
|
<FieldDatePicter
|
||||||
v-validate="'required'"
|
v-validate="'required'"
|
||||||
|
|||||||
@@ -46,9 +46,8 @@
|
|||||||
v-validate="'required'"
|
v-validate="'required'"
|
||||||
@blur="getRelatedData(userInfo.idNo)"
|
@blur="getRelatedData(userInfo.idNo)"
|
||||||
>
|
>
|
||||||
<!-- <van-button v-if="userInfo.idType == 1" slot="button" size="small" type="danger" round @click="selectClick('3')" v-no-more-click="1000"
|
<van-button v-if="userInfo.idType == 1" slot="button" size="small" type="danger" round @click="selectClick('3')" v-no-more-click="1000"
|
||||||
>证件扫描</van-button -->
|
>证件扫描</van-button>
|
||||||
>
|
|
||||||
</van-field>
|
</van-field>
|
||||||
<FieldDatePicter
|
<FieldDatePicter
|
||||||
v-validate="'required'"
|
v-validate="'required'"
|
||||||
|
|||||||
@@ -43,20 +43,20 @@
|
|||||||
|
|
||||||
<p class="start" v-if="airSign != '1'">点击【开始】按钮,进行相关操作</p>
|
<p class="start" v-if="airSign != '1'">点击【开始】按钮,进行相关操作</p>
|
||||||
<div v-if="!isInvalid" class="flex justify-content-a mt20">
|
<div v-if="!isInvalid" class="flex justify-content-a mt20">
|
||||||
<!-- <van-button
|
<van-button
|
||||||
v-if="isShow"
|
v-if="isShow"
|
||||||
type="danger"
|
type="danger"
|
||||||
size="normal"
|
size="normal"
|
||||||
style="width: 157px;"
|
class="w150"
|
||||||
plain
|
plain
|
||||||
v-no-more-click="1000"
|
v-no-more-click="1000"
|
||||||
:disabled="appntSign.signStatus == '1'"
|
:disabled="appntSign.signStatus == '1'"
|
||||||
@click="share(insured.length == '0' ? '2' : '0')"
|
@click="share(insured.length == '0' ? '2' : '0')"
|
||||||
>分享</van-button> -->
|
>分享</van-button>
|
||||||
<van-button
|
<van-button
|
||||||
type="danger"
|
type="danger"
|
||||||
size="normal"
|
size="normal"
|
||||||
style="width: 157px;"
|
class="w150"
|
||||||
plain
|
plain
|
||||||
:disabled="appntSign.signStatus == '1'"
|
:disabled="appntSign.signStatus == '1'"
|
||||||
v-no-more-click="1000"
|
v-no-more-click="1000"
|
||||||
@@ -92,21 +92,21 @@
|
|||||||
</p>
|
</p>
|
||||||
<p class="start" v-if="airSign != '1'">点击【开始】按钮,进行相关操作</p>
|
<p class="start" v-if="airSign != '1'">点击【开始】按钮,进行相关操作</p>
|
||||||
<div v-if="!isInvalid" class="flex justify-content-a mt20">
|
<div v-if="!isInvalid" class="flex justify-content-a mt20">
|
||||||
<!-- <van-button
|
<van-button
|
||||||
v-if="isShow"
|
v-if="isShow"
|
||||||
type="danger"
|
type="danger"
|
||||||
size="normal"
|
size="normal"
|
||||||
style="width: 157px;"
|
class="w150"
|
||||||
:disabled="insuredSign.signStatus == '1'"
|
:disabled="insuredSign.signStatus == '1'"
|
||||||
@click="share('1')"
|
@click="share('1')"
|
||||||
plain
|
plain
|
||||||
v-no-more-click="1000"
|
v-no-more-click="1000"
|
||||||
>分享</van-button> -->
|
>分享</van-button>
|
||||||
<van-button
|
<van-button
|
||||||
type="danger"
|
type="danger"
|
||||||
size="normal"
|
size="normal"
|
||||||
plain
|
plain
|
||||||
style="width: 157px;"
|
class="w150"
|
||||||
:disabled="insuredSign.signStatus == '1'"
|
:disabled="insuredSign.signStatus == '1'"
|
||||||
@click="start_ocr('1')"
|
@click="start_ocr('1')"
|
||||||
v-no-more-click="1000"
|
v-no-more-click="1000"
|
||||||
@@ -119,6 +119,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
|
<!-- 在微信 -->
|
||||||
<div v-if="shareCode != '1'" class="mt10">
|
<div v-if="shareCode != '1'" class="mt10">
|
||||||
<van-collapse v-model="activeNames">
|
<van-collapse v-model="activeNames">
|
||||||
<van-collapse-item name="1">
|
<van-collapse-item name="1">
|
||||||
@@ -170,7 +171,7 @@
|
|||||||
</van-collapse>
|
</van-collapse>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="mt10">
|
<div v-else class="mt10">
|
||||||
<!-- 在微信 -->
|
|
||||||
<van-collapse v-model="activeNames" v-for="(item, index) in insured" :key="index">
|
<van-collapse v-model="activeNames" v-for="(item, index) in insured" :key="index">
|
||||||
<van-collapse-item :name="index + 2">
|
<van-collapse-item :name="index + 2">
|
||||||
<div slot="title">
|
<div slot="title">
|
||||||
@@ -189,7 +190,7 @@
|
|||||||
<img :src="src" v-if="insuredSign.tipsSignStatus == '1'" />
|
<img :src="src" v-if="insuredSign.tipsSignStatus == '1'" />
|
||||||
</p> -->
|
</p> -->
|
||||||
<!-- 新加的 需要改++++++++++++++++++++++++= -->
|
<!-- 新加的 需要改++++++++++++++++++++++++= -->
|
||||||
<p>需签111署:</p>
|
<p>需签署:</p>
|
||||||
<p class="mb20">
|
<p class="mb20">
|
||||||
<span class="text">{{ insuredSign.signDocumentName }}</span>
|
<span class="text">{{ insuredSign.signDocumentName }}</span>
|
||||||
<img :src="src" v-if="insuredSign.signStatus == '1'" />
|
<img :src="src" v-if="insuredSign.signStatus == '1'" />
|
||||||
|
|||||||
Reference in New Issue
Block a user