|
|
@@ -169,10 +169,10 @@ |
|
|
|
<view class="tip-value"> 拍摄规范 </view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<image v-if="!state.form.ownerPosImgUrl" class="icon" :src="`${$imgUrl}issuance/sfz.png`" |
|
|
|
<image v-if="!state.form.customerPosImgurl" class="icon" :src="`${$imgUrl}issuance/sfz.png`" |
|
|
|
:style="{'--bgimg':`url(${$imgUrl}issuance/bg-border.png)`}"> |
|
|
|
</image> |
|
|
|
<image v-else class="icon" :src="strReplace(state.form.ownerPosImgUrl)" |
|
|
|
<image v-else class="icon" :src="strReplace(state.form.customerPosImgurl)" |
|
|
|
:style="{'--bgimg':`url(${$imgUrl}issuance/bg-border.png`}"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@@ -185,22 +185,22 @@ |
|
|
|
<view class="tip-value"> 拍摄规范 </view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<image v-if="!state.form.ownerNegImgUrl" class="icon" :src="`${$imgUrl}issuance/sff.png`" |
|
|
|
<image v-if="!state.form.customerNegImgurl" class="icon" :src="`${$imgUrl}issuance/sff.png`" |
|
|
|
:style="{'--bgimg':`url(${$imgUrl}issuance/bg-border.png`}"> |
|
|
|
</image> |
|
|
|
<image v-else class="icon" :src="strReplace(state.form.ownerNegImgUrl)" |
|
|
|
<image v-else class="icon" :src="strReplace(state.form.customerNegImgurl)" |
|
|
|
:style="{'--bgimg':`url(${$imgUrl}issuance/bg-border.png`}"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<u-form-item label="用户姓名" :left-icon='`${$imgUrl}issuance/point-form.png`' :left-icon-style='leftIcon' borderBottom> |
|
|
|
<u-input v-model="state.form.userName" placeholder='用户姓名' |
|
|
|
<u-input v-model="state.form.customerName" placeholder='用户姓名' |
|
|
|
maxlength="20" inputAlign="right"/> |
|
|
|
</u-form-item> |
|
|
|
<u-form-item label="用户证件类型" :left-icon='`${$imgUrl}issuance/point-form.png`' :left-icon-style='leftIcon' borderBottom> |
|
|
|
<u-input v-model="state.form.userIdTypeStr" type="select" @click="show2 = true" input-align='right'/> |
|
|
|
<u-input v-model="state.form.customerIdTypeStr" type="select" @click="show2 = true" input-align='right'/> |
|
|
|
</u-form-item> |
|
|
|
<u-form-item label="用户证件号码" :left-icon='`${$imgUrl}issuance/point-form.png`' :left-icon-style='leftIcon' borderBottom> |
|
|
|
<u-input placeholder='请输入用户证件号码' type="idcard" v-model="state.form.userIdNum" |
|
|
|
<u-input placeholder='请输入用户证件号码' type="idcard" v-model="state.form.customerIdNum" |
|
|
|
maxlength="18" inputAlign="right"/> |
|
|
|
</u-form-item> |
|
|
|
<view class="picture-wrapper" @click="cardFileImageUpdate(3)" v-if="state.form.isMyselfHandle==2"> |
|
|
@@ -338,7 +338,7 @@ |
|
|
|
<!-- 选择证件类型 --> |
|
|
|
<u-select v-model="show1" :list="state.ownerIdTypeRange" @confirm="changeOwnerIdType"></u-select> |
|
|
|
<!-- 用户证件类型 --> |
|
|
|
<u-select v-model="show2" :list="state.ownerIdTypeRange" @confirm="changeUserIdType"></u-select> |
|
|
|
<u-select v-model="show2" :list="state.ownerIdTypeRange" @confirm="changeCustomerIdType"></u-select> |
|
|
|
<!-- 经办人证件类型 --> |
|
|
|
<u-select v-model="show3" :list="state.ownerIdTypeRange" @confirm="changeAgentIdType"></u-select> |
|
|
|
<u-select v-model="show4" :list="state.vehicleCustomerTypeRange" @confirm="vehicleCustomerTypeType"></u-select> |
|
|
@@ -398,8 +398,8 @@ import { |
|
|
|
vanType:"",//客货类型,1-客车 2-货车 3-作业车 |
|
|
|
isMyselfHandle:1,//本人办理_1,代理人办理_2 |
|
|
|
userType:1,//1个人 2单位 |
|
|
|
ownerPosImgUrl:"",//经办人身份证正面URL |
|
|
|
ownerNegImgUrl:"",//经办人身份证反面URL |
|
|
|
customerPosImgurl:"",//开户人身份证正面URL |
|
|
|
customerNegImgurl:"",//开户人身份证反面URL |
|
|
|
ownerLetterOfAuthorizationImgUrl:"",//开户人授权书URL |
|
|
|
unitAuthorizationLetterImgUrl:"",//单位授权书URL |
|
|
|
isTractor:0,//是否牵引车 否_0,是_1 |
|
|
@@ -423,11 +423,11 @@ import { |
|
|
|
vehPosImgOcrId:"",//行驶证正面orcId |
|
|
|
vehNegImgOcrId:"",//行驶证反面orcId |
|
|
|
ownerTel:"", |
|
|
|
userName:"", |
|
|
|
userIdNum:"", |
|
|
|
customerName:"", |
|
|
|
customerIdNum:"", |
|
|
|
permittedTowWeight:"",//准牵引总质量 |
|
|
|
userIdTypeStr:"", |
|
|
|
userIdType:"", |
|
|
|
customerIdTypeStr:"", |
|
|
|
customerIdType:"", |
|
|
|
vehicleTypeNew:"",//收费车型 |
|
|
|
agentPosImgurl:"",//经办人身份证正面照 |
|
|
|
agentNegImgurl:"",//经办人身份证反面照 |
|
|
@@ -743,12 +743,12 @@ import { |
|
|
|
if(state.form.userType==1){ |
|
|
|
// 个人 |
|
|
|
if (state.choiceIndex == 1) { |
|
|
|
state.form.userName = data.name; |
|
|
|
state.form.userIdNum = data.idno; |
|
|
|
state.form.ownerPosImgUrl = data.imageUrl; |
|
|
|
state.form.customerName = data.name; |
|
|
|
state.form.customerIdNum = data.idno; |
|
|
|
state.form.customerPosImgurl = data.imageUrl; |
|
|
|
|
|
|
|
} else { |
|
|
|
state.form.ownerNegImgUrl = data.imageUrl; |
|
|
|
state.form.customerNegImgurl = data.imageUrl; |
|
|
|
} |
|
|
|
}else{ |
|
|
|
// 单位 |
|
|
@@ -857,9 +857,9 @@ import { |
|
|
|
state.form.ownerIdTypeStr = item[0].label |
|
|
|
console.log(item) |
|
|
|
} |
|
|
|
const changeUserIdType = (item) => { |
|
|
|
state.form.userIdType = item[0].value |
|
|
|
state.form.userIdTypeStr = item[0].label |
|
|
|
const changeCustomerIdType = (item) => { |
|
|
|
state.form.customerIdType = item[0].value |
|
|
|
state.form.customerIdTypeStr = item[0].label |
|
|
|
console.log(item) |
|
|
|
} |
|
|
|
const changeAgentIdType = (item) => { |