12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397 |
- <template>
- <view class="content">
- <view class="top-head"></view>
- <view class="container">
- <view class="content2 content-other">
- <view class="title">上传身份证人像面</view>
- <view @click.stop="uploadImg(1)" class="picture picture1" v-if="!dataDetails.cardAddressUrl">
- <image class="xj-image" src="@/static/images/mine/ic_shanchuan@2x.png"></image>
- <view class="text">上传身份证人像面</view>
- </view>
- <view v-if="dataDetails.cardAddressUrl" @click.stop="uploadImg(1)" class="preview-card-img picture">
- <!-- <image class="card-img" :src="dataDetails.cardAddressUrl"></image> -->
- <view @click.stop="delCard(1)">
- <image class='del-card' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <image class="" :src="dataDetails.cardAddressUrl" mode="aspectFit" style=""></image>
- </view>
- <view class="title">上传身份证国徽面</view>
- <view @click="uploadImg(2)" class="picture picture2" v-if="!dataDetails.cardBackAddressUrl">
- <image class="xj-image" src="@/static/images/mine/ic_shanchuan@2x.png"></image>
- <view class="text">上传身份证国徽面</view>
- </view>
- <view v-if="dataDetails.cardBackAddressUrl" @click.stop="uploadImg(2)" class="preview-card-img picture">
- <!-- <image class="card-img" :src="dataDetails.cardAddressUrl"></image> -->
- <view @click.stop="delCard(2)">
- <image class='del-card' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <image class="" :src="dataDetails.cardBackAddressUrl" mode="aspectFit"></image>
- </view>
- <view class="flex row">
- <view class="left-text">身份证号</view>
- <u--input placeholder="请输入身份证号" inputAlign='right' border="none" v-model="dataDetails.numberCard"
- maxlength="18">
- </u--input>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">身份证截止日期</view>
- <view class="" @click="selectValidityPeriod">
- {{dataDetails.cardValidityDate?dataDetails.cardValidityDate:'选择身份证截止日期>'}}
- </view>
- </view>
- <view class="flex row">
- <view class="left-text">身份证地址</view>
- <!-- <u--input placeholder="请输入身份证地址" inputAlign='right' border="none" v-model="dataDetails.cardAddress" maxlength="18">
- </u--input> -->
- <u--textarea v-model="dataDetails.cardAddress" border="none" placeholder="请输入身份证地址" autoHeight
- maxlength="30"></u--textarea>
- </view>
- <u-picker :show="isShowcardValidity" ref="uPicker" :columns="validityPeriod"
- @cancel='isShowcardValidity=false' @confirm="confirmValidityPeriod" @change="changeHandler">
- </u-picker>
- <itmister-date-picker :overdueContent="'身份证已过期'" :dateStatus="status" :periodOfValidity="true"
- ref="dateEl" :startYear="1999" :futureYear="30" @dateConfirm="confirmValidityPeriod">
- </itmister-date-picker>
- </view>
- <view class="content1 content-other">
- <view class="flex row">
- <view class="left-text">姓名</view>
- <u--input placeholder="输入姓名" inputAlign='right' border="none" v-model="dataDetails.driverName">
- </u--input>
- </view>
- <view class="flex row">
- <view class="left-text">性别</view>
- <u-radio-group v-model="dataDetails.driverSex" placement="row">
- <u-radio :customStyle="{marginBottom: '8px'}" v-for="(item, index) in radiolist1" :key="index"
- :label="item.name" :name="item.name" @change="radioChange" style="margin: 0 0 0 20rpx;">
- </u-radio>
- </u-radio-group>
- </view>
- <view class="flex row">
- <view class="left-text">称呼</view>
- <view class="flex">
- <u--input placeholder="输入姓氏" class="ch-style" inputAlign='right' border="none"
- v-model="dataDetails.driverCall" maxlength="1">
- </u--input>
- <view style='margin-left:4px;font-size:15px;' class="flex align-center"
- v-if="dataDetails.driverSex=='男'">先生</view>
- <view style='margin-left:4px;font-size:15px;' class="flex align-center" v-else>女士</view>
- </view>
- </view>
- <view class="flex row noborder">
- <view class="left-text">联系电话</view>
- <u--input placeholder="请输入联系电话" inputAlign='right' border="none" v-model="dataDetails.driverPhone"
- maxlength="11">
- </u--input>
- </view>
- <view class="flex row noborder" v-if="dataDetails.driverPhone!=userInfo.phone">
- <view class="left-text">验证码</view>
- <u--input v-model="dataDetails.verifyCode" border="none" placeholder="请填写验证码"></u--input>
- <view class="yzm">
- <u-code :seconds="seconds" @end="end" @start="start" ref="uCode" @change="codeChange"></u-code>
- <u-button class="yzm-btn" @tap="getCode">{{tips}}</u-button>
- </view>
- </view>
- </view>
- <view v-if="isFirstAuthentication" class="content1-car">
- <!--<view class="flex s-row carlist-item" v-for="(item,index) in dataDetails.hyDriverCarInfoList"
- :key='index'>
- <view class="flex row">
- <view class="left left-text">
- 车牌号-{{index+1}}
- </view>
- <view class="right flex">
- <input class="car-uumber" v-model='item.carNumber' @click.stop="handleShowKeyboard(index)"
- :disabled="true" placeholder="输入车牌号" name="input"></input>
- <view @click="delCarNumber(dataDetails.hyDriverCarInfoList,index)" class="" v-if="index!=0">
- <image class='del-car' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- </view>
- </view>
- <view class="flex row">
- <view class="left-text">车牌颜色</view>
- <view class="color" @click="selectNoColor">{{item.carNumberColour}}
- </view>
- <view>></view>
- <u-picker :show="carColor" :columns="colorColumns" :closeOnClickOverlay='true'
- @close='colorClose' @cancel='colorClose' @confirm='confirmColor($event,item)'></u-picker>
- </view>
- <view class="flex row">
- <view class="left-text">车型</view>
- <view class="color" @click="selectCarModel">{{item.carType}}</view>
- <view>></view>
- <u-picker ref="carTypePicker" :show="carModel" :columns="carModelColumns"
- :closeOnClickOverlay='true' @close='carModelClose' @cancel='carModelClose'
- @confirm='confirmCarModel($event,item)' @change="changeCarModel"></u-picker>
- </view>
- <view class="flex row">
- <view class="left-text">总质量(千克)</view>
- <u--input placeholder="输入总质量" inputAlign='left' type="number" border="none" v-model="item.carTotalWeight">
- </u--input>
- </view>
- <view class="flex row">
- <view class="left-text">核定载质量(千克)</view>
- <u--input placeholder="输入核定载质量" inputAlign='left' type="number" border="none"
- v-model="item.carApprovedWeight">
- </u--input>
- </view>
- <view class="flex row noborder">
- <view class="left-text">外廓尺寸</view>
- </view>
- <view class="flex row noborder input-ckg">
- <view class="input-positon">
- <u--input class="input" placeholder="长" type="number" inputAlign='left' border="none"
- v-model="item.carLong">
- </u--input>
- <view class="position-right">
- mm
- </view>
- </view>
- <view class="star">*</view>
- <view class="input-positon">
- <u--input placeholder="宽" type="number" inputAlign='left' border="none" v-model="item.carWidth">
- </u--input>
- <view class="position-right">
- mm
- </view>
- </view>
- <view class="star">*</view>
- <view class="input-positon">
- <u--input placeholder="高" inputAlign='left' type="number" border="none" v-model="item.carHeight">
- </u--input>
- <view class="position-right">
- mm
- </view>
- </view>
- </view>
- <view class="flex row noborder s-row">
- <view class="left-text">人车合影-{{index+1}}</view>
- <u-upload class="uview-upload" :fileList="item.fileList1" @afterRead="afterRead($event,item)"
- @delete="deletePic" name="1" multiple :maxCount="1"></u-upload>
- <!-- <view @click="uploadImg(0,index)" class="picture" v-if='!item.addressUrl'>
- <image class="xj-image" src="@/static/images/common/tianjiazhaopian@2x.png"
- ></image>
- </view> -->
- <!-- <image class="preview-img" :src="item.addressUrl" v-if='item.addressUrl'></image> -->
- <!--</view>
- </view> -->
- </view>
- <!-- <view v-if="isFirstAuthentication" @click="addCarNumber(dataDetails.hyDriverCarInfoList)" class="add-car">
- <u-icon class="icon" name="plus-circle-fill" color="#2979ff" size="28"></u-icon>
- <view class="car-text">
- 添加车辆
- </view>
- </view> -->
- <view class="" style="color: red;font-size: 26rpx;margin-top: 20rpx;">*收款人须为司机本人</view>
- <view class="content3 flex s-row" v-for="(item,index) in dataDetails.hyDriverPayeeInfoList" :key='index'>
- <view class="flex">
- 银行卡-{{index+1}}
- </view>
- <view @click="delBankNumber(dataDetails.hyDriverPayeeInfoList,index)" class="" v-if="index!=0">
- <image class='del-bank' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <view class="title">上传银行卡卡号页</view>
- <view @click="uploadImg(3,index)" class="picture picture3" v-if="!item.payeeAddressUrl">
- <image class="xj-image" src="@/static/images/mine/ic_shanchuan@2x.png"></image>
- <view class="text">上传银行卡卡号页</view>
- </view>
- <view v-if="item.payeeAddressUrl" @click.stop="uploadImg(3,index)" class="preview-card-img picture">
- <!-- <image class="card-img" :src="dataDetails.cardAddressUrl"></image> -->
- <view @click.stop="delCard(3)">
- <image class='del-card' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <image class="" :src="item.payeeAddressUrl" mode="aspectFit"></image>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">银行卡卡号</view>
- <view class="flex">
- <u--input placeholder="输入银行卡号码" inputAlign='right' border="none" v-model="item.bankCard"
- maxlength="19">
- </u--input>
- </view>
- </view>
- <view class="flex row">
- <view class="left-text">开户行</view>
- <u--input placeholder="输入开户行" inputAlign='right' border="none" v-model="item.bankDeposit">
- </u--input>
- </view>
- <view class="flex row">
- <view class="left-text khzh-styel">开户支行</view>
- <view class="flex" v-if="isShowManualInput">
- <u--input class="select-bankzh" placeholder="输入开户支行" inputAlign='right' border="none"
- v-model="item.bankDepositBranch">
- </u--input>
- <view @click="manualInput(index)" class="type">选择支行</view>
- </view>
- <view class="flex align-center" v-if="!isShowManualInput">
- <!-- <u--input class="select-bankzh" placeholder="选择开户支行" inputAlign='right' border="none"
- v-model="item.bankDepositBranch">
- </u--input> -->
- <view :style="{'color':item.bankDepositBranch?'#000':'#C6CBD5'}"
- style='font-size:15px;text-align:right;' class="select-bankzh point" @click="selectZhbank">
- {{item.bankDepositBranch?item.bankDepositBranch:'选择开户支行'}}
- </view>
- <view @click="manualInput" class="type">手动输入</view>
- </view>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">收款人</view>
- <view class="flex">
- <u--input placeholder="自动获取,不可编辑" inputAlign='right' border="none" v-model="item.payeeName"
- readonly>
- </u--input>
- </view>
- </view>
- <u-picker :show="isShowBank" :columns="bankType[index]" :closeOnClickOverlay='true' @close='zhBankClose'
- @cancel='zhBankClose' @confirm='confirmBank'></u-picker>
- </u-picker>
- </view>
- <!-- <view @click="addBankNumber(dataDetails.hyDriverPayeeInfoList)" class="add-car">
- <u-icon class="icon" name="plus-circle-fill" color="#2979ff" size="28"></u-icon>
- <view class="car-text">
- 添加银行卡
- </view>
- </view> -->
- <master-keyboard ref="keyboard" keyboardtype="car" :show="keyShow" :randomNumber="true" :newCar="false"
- :defaultValue="carNumber" @keyboardClick="handleClick"></master-keyboard>
- <u-action-sheet :actions="$helper.imgTypeList" :title="$helper.imgType" :show="isShowimgType"
- @select="imgTypeSelect" :closeOnClickOverlay="true" :closeOnClickAction="true"
- @close="isShowimgType=false">
- </u-action-sheet>
- <u-toast ref="uToast"></u-toast>
- </view>
- <view class="content4">
- <view class="next-btn" @click="next()">下一步</view>
- </view>
- </view>
- </template>
- <script>
- import keyboard from "@/components/master-keyboard/master-keyboard.vue";
- import permision from "@/js_sdk/wa-permission/permission.js"
- import upload from '@/components/upload.vue';
- import uploadImage from '@/components/ossutil/uploadFile.js';
- var _this
- import {
- mapState
- } from 'vuex';
- export default {
- components: {
- keyboard,
- upload
- },
- data() {
- return {
- canvasSiz: {
- width: 188,
- height: 273
- },
- tips: '',
- status: 1,
- // refCode: null,
- seconds: 30,
- carModelColumns: [
- ['挂车', '非挂车'],
- ['高栏', '集装箱', '自卸车']
- ],
- carModelColumnData: [
- ['高栏', '集装箱', '自卸车'],
- ['重型仓栏']
- ],
- colorColumns: [
- ['黄色', '蓝色']
- ],
- carColor: false,
- carModel: false,
- radiolist1: [{
- name: '男',
- disabled: false
- },
- {
- name: '女',
- disabled: false
- },
- ],
- isFirstAuthentication: true,
- bankType: [],
- isShowBank: false,
- isShowManualInput: false,
- index: '',
- validityPeriod: [],
- isShowcardValidity: false,
- uploadType: '',
- isShowimgType: false,
- // uploadOptions1: {
- // "text": "上传身份证头像页",
- // "bgc": "https://taohaoliang.oss-cn-beijing.aliyuncs.com/app/tmp/identityup%282%29.png"
- // },
- // uploadOptions2: {
- // "text": "上传身份证国徽页",
- // "bgc": "https://taohaoliang.oss-cn-beijing.aliyuncs.com/app/tmp/identitylow%282%29.png"
- // },
- // uploadOptions3: {
- // "text": "上传银行卡正面",
- // "bgc": "https://taohaoliang.oss-cn-beijing.aliyuncs.com/app/tmp/bankup%282%29.png"
- // },
- dataDetails: {
- commonId: '',
- driverName: '',
- driverSex: '男',
- driverCall: '',
- driverPhone: '',
- numberCard: '',
- cardAddressUrl: '',
- cardBackAddressUrl: '',
- cardValidityDate: '',
- driverType: '',
- driverLicenseHomePage: '',
- driverLicenseBackPage: '',
- driverLicenseValidityDate: '',
- drivingLicenseHomePage: '',
- drivingLicenseBackPage: '',
- drivingLicenseValidityDate: '',
- trailerLicenseHomePage: '',
- trailerLicenseBackPage: '',
- trailerLicenseValidityDate: '',
- qualificationCertificate: '',
- qualificationCertificateValidityDate: '',
- operationCertificate: '',
- operationCertificateValidityDate: '',
- trailerOperationCertificate: '',
- trailerOperationCertificateValidityDate: '',
- hyDriverCarInfoList: [{
- carNumber: '',
- addressUrl: '',
- carNumberColour: '黄色',
- carType: '',
- carTotalWeight: '',
- carApprovedWeight: '',
- carLong: '',
- carWidth: '',
- carHeight: '',
- fileList1: []
- }],
- hyDriverPayeeInfoList: [{
- payeeAddressUrl: '',
- bankCard: '',
- bankDeposit: '',
- bankDepositBranch: '',
- payeeName: '',
- }],
- },
- keyShow: false,
- carNumber: '',
- action: this.$helper.ossUploadUrl,
- // maxSize: 50 * 1024 * 1024, //限制文件大小 50M
- // isAdd: true,
- imagesrc: null,
- };
- },
- onLoad() {
- _this = this;
- this.get_camera_permission()
- console.log(this.userInfo)
- //获取截止日期List数据
- this.dataDetails.driverPhone = this.userInfo.phone
- this.dataDetails.commonId = this.userInfo.id
- //获取认证状态
- this.getAuthenticationStatus()
- },
- computed: {
- ...mapState(['hasLogin', 'userInfo']),
- },
- methods: {
- async get_camera_permission() {
- var photol = await permision.requestAndroidPermission("android.permission.CAMERA")
- if (photol == false) {
- uni.showModal({
- title: '提示',
- content: '您已经关闭相册权限,去设置',
- success: function(res) {
- if (res.confirm) {
- permision.gotoAppPermissionSetting()
- // plus.runtime.openURL("app-settings:");
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- }
- },
- delCard(type) {
- switch (type) {
- // 人车合影
- // case 0:
- // //赋值上传图片图片路径
- // _this.dataDetails.driverCarInfoList[_this.index].addressUrl =
- // result
- // break
- // 身份正面
- case 1:
- _this.dataDetails.cardAddressUrl = ''
- break
- // 身份反面
- case 2:
- _this.dataDetails.cardBackAddressUrl = ''
- break
- // 银行卡
- case 3:
- _this.dataDetails.hyDriverPayeeInfoList[_this.index].payeeAddressUrl = ''
- break;
- }
- },
- // 删除图片
- deletePic(event, val) {
- val[`fileList${event.name}`].splice(event.index, 1)
- },
- // 新增图片
- async afterRead(event, val) {
- // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
- let lists = [].concat(event.file)
- let fileListLen = val[`fileList${event.name}`].length
- lists.map((item) => {
- val[`fileList${event.name}`].push({
- ...item,
- status: 'uploading',
- message: '上传中'
- })
- })
- for (let i = 0; i < lists.length; i++) {
- const result = await this.uploadFilePromise(lists[i].url, val)
- let item = val[`fileList${event.name}`][fileListLen]
- val[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
- status: 'success',
- message: '',
- url: result
- }))
- fileListLen++
- }
- },
- uploadFilePromise(url, val) {
- uploadImage(url, 'appData/',
- result => {
- // 上传成功回调函数
- console.log('图片地址', result)
- val.addressUrl += result
- }
- )
- // return new Promise((resolve, reject) => {
- // let a = uploadImage()
- // let a = uni.uploadFile({
- // url: 'http://192.168.2.21:7001/upload', // 仅为示例,非真实的接口地址
- // filePath: url,
- // name: 'file',
- // formData: {
- // user: 'test'
- // },
- // success: (res) => {
- // setTimeout(() => {
- // resolve(res.data.data)
- // }, 1000)
- // }
- // });
- // })
- },
- // 车型切换
- changeCarModel(e) {
- const {
- columnIndex,
- index,
- // 微信小程序无法将picker实例传出来,只能通过ref操作
- picker = this.$refs.carTypePicker
- } = e
- if (columnIndex === 0) {
- // 模拟网络请求
- picker.setColumnValues(1, this.carModelColumnData[index])
- }
- },
- codeChange(text) {
- this.tips = text;
- },
- getCode() {
- if (/^0?1[3|4|5|6|7|8][0-9]\d{8}$/.test(this.dataDetails.driverPhone)) {
- if (this.$refs.uCode.canGetCode) {
- // 模拟向后端请求验证码
- uni.showLoading({
- title: '正在获取验证码'
- })
- _this.$request.baseRequest('get', '/commonUser/sendVerifyCode', {
- phone: this.dataDetails.driverPhone
- }).then(res => {
- uni.hideLoading();
- // 这里此提示会被this.start()方法中的提示覆盖
- uni.$u.toast('验证码已发送');
- // 通知验证码组件内部开始倒计时
- this.$refs.uCode.start();
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- // setTimeout(() => {
- // }, 2000);
- } else {
- uni.$u.toast('倒计时结束后再发送');
- }
- } else {
- uni.$u.toast('请输入正确手机号');
- }
- },
- end() {
- // uni.$u.toast('倒计时结束');
- },
- start() {
- // uni.$u.toast('倒计时开始');
- },
- // 确认颜色
- confirmColor(val, val1) {
- console.log(val)
- val1.carNumberColour = val.value[0]
- this.carColor = false
- },
- colorClose() {
- this.carColor = false
- },
- //选择车牌号颜色
- selectNoColor() {
- this.carColor = true
- },
- confirmCarModel(val, val1) {
- val1.carType = val.value[0] + ' ' + val.value[1]
- this.carModel = false
- },
- carModelClose() {
- this.carModel = false
- },
- selectCarModel() {
- this.carModel = true
- },
- // 性别切换
- radioChange(n) {
- console.log('radioChange', n);
- this.dataDetails.driverSex = n
- },
- //判断是否是初次认证
- getAuthenticationStatus() {
- this.$request.baseRequest('', '/driverInfo/firstAuthentication', {
- driverPhone: this.userInfo.phone,
- }).then(res => {
- if (res.data.passOnce == 1) {
- this.isFirstAuthentication = false
- } else {
- this.isFirstAuthentication = true
- }
- //
- //
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- },
- zhBankClose() {
- this.isShowBank = false
- },
- // 选择支行
- selectZhbank() {
- if (uni.$u.test.isEmpty(this.bankType[this.index])) {
- this.$refs.uToast.show({
- type: 'error',
- message: "请选择手动输入!",
- })
- return true
- }
- this.isShowBank = true
- },
- confirmBank(e) {
- console.log(e)
- this.dataDetails.hyDriverPayeeInfoList[this.index].bankDepositBranch = e.value[0]
- this.isShowBank = false
- },
- manualInput(val) {
- this.index = val
- if (this.isShowManualInput) {
- if (!this.dataDetails.hyDriverPayeeInfoList[this.index].payeeAddressUrl) {
- this.$refs.uToast.show({
- type: 'error',
- message: "请先上传银行卡!",
- })
- return true
- } else if (this.dataDetails.hyDriverPayeeInfoList[this.index].payeeAddressUrl && uni.$u.test.isEmpty(
- this.bankType[this.index])) {
- this.$refs.uToast.show({
- type: 'error',
- message: "请选择手动输入开户支行!",
- })
- return true
- }
- this.isShowBank = true
- } else {
- this.isShowBank = false
- }
- this.isShowManualInput = !this.isShowManualInput
- },
- changeHandler(e) {
- const {
- columnIndex,
- value,
- values,
- index,
- picker = this.$refs.uPicker
- } = e
- // if (columnIndex === 0) {
- // if (e.index != 0) {
- // picker.setColumnValues(1, this.validityPeriod[1].shift())
- // }
- // } else if (columnIndex === 1) {
- // if (e.index != 0) {
- // picker.setColumnValues(2, this.validityPeriod[2].shift())
- // }
- // }
- },
- // 回调参数为包含columnIndex、value、values
- confirmValidityPeriod(date) {
- this.dataDetails.cardValidityDate = date.date
- },
- selectValidityPeriod() {
- this.$refs.dateEl.show()
- // this.isShowcardValidity = true
- },
- //设置图片
- setImage(e) {
- console.log(e);
- //显示在页面
- //this.imagesrc = e.path;
- if (e.dotype == 'idphoto') {
- _this.zjzClipper(e.path);
- } else if (e.dotype == 'watermark') {
- _this.watermark(e.path);
- } else {
- _this.savePhoto(e.path);
- }
- },
- //保存图片到相册,方便核查
- savePhoto(path) {
- this.imagesrc = path;
- // this.dataDetails.cardAddressUrl = path
- uploadImage(path, 'appData/',
- result => {
- // 上传成功
- console.log('图片地址', result)
- this.dataDetails.cardAddressUrl = result
- }
- )
- },
- uploadImg(type, index) {
- this.uploadType = type
- // this.isShowimgType = true
- // this.imgTypeSelect()
- if (index >= 0) {
- this.index = index
- this.dataDetails.hyDriverPayeeInfoList[index].bankDepositBranch = ''
- }
- this.imgTypeSelect()
- },
- // 上传图片
- imgTypeSelect() {
- var _this = this
- // console.log(val)
- uni.chooseImage({
- count: 1,
- sizeType: ['compressed'],
- // sourceType: this.$helper.chooseImage.sourceType,
- success: function(res) {
- console.log(JSON.stringify(res.tempFilePaths));
- uploadImage('image', res.tempFilePaths[0], 'appData/',
- result => {
- // 上传成功回调函数
- console.log('图片地址', result)
- switch (_this.uploadType) {
- // 身份正面
- case 1:
- _this.dataDetails.cardAddressUrl = result
- // 识别
- _this.$request.baseRequest('get',
- '/driverInfo/personShibie', {
- personImg: result,
- flag: 1
- }).then(res => {
- if (res.data) {
- _this.dataDetails.cardAddress = res.data
- .recPersonAddr
- _this.dataDetails.numberCard = res.data.recPersonNo
- .replace(/\s*/g, "")
- if (res.data.recPersonNo && res.data.recPersonNo
- .length == 18) { //自动获取性别
- let sex = res.data.recPersonNo.substr(-2, 1)
- if (sex % 2 == 0) {
- _this.dataDetails.driverSex = "女"
- } else {
- _this.dataDetails.driverSex = "男"
- }
- }
- if (res.data.recPerson) {
- _this.dataDetails.driverName = res.data
- .recPerson
- _this.dataDetails.driverCall = res.data
- .recPerson.substring(0, 1)
- for (let i = 0; i < _this.dataDetails
- .hyDriverPayeeInfoList.length; i++
- ) { //收款人需与司机本人一致
- _this.dataDetails.hyDriverPayeeInfoList[i]
- .payeeName = res.data.recPerson
- }
- }
- _this.dataDetails.driverBirthday = res.data
- .recPersonBrithday
- }
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- break
- // 身份反面
- case 2:
- _this.dataDetails.cardBackAddressUrl = result
- // 识别
- _this.$request.baseRequest('get',
- '/driverInfo/personShibie', {
- personImg: result,
- flag: 2
- }).then(res => {
- if (res.data.idCardValidity) {
- let date = res.data.idCardValidity.split("-")[1]
- _this.dataDetails.cardValidityDate = date.replace(
- '.', '-').replace('.', '-')
- }
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- break
- // 银行卡
- case 3:
- _this.bankType[_this.index] = []
- _this.$request.baseRequest('get',
- '/driverInfo/bankShibie', {
- bankImg: result,
- }).then(res => {
- _this.dataDetails.hyDriverPayeeInfoList[_this.index]
- .payeeAddressUrl = result
- if (res.data) {
- if (res.data.bankNo) {
- _this.dataDetails.hyDriverPayeeInfoList[_this
- .index].bankCard = res.data.bankNo
- .replace(/\s*/g, "")
- }
- if (res.data.bankName) {
- _this.dataDetails.hyDriverPayeeInfoList[_this
- .index].bankDeposit = res.data.bankName
- }
- // 开户支行LIst
- if (res.data.bankNameZhihang) {
- _this.bankType[_this.index].push(res.data
- .bankNameZhihang)
- }
- }
- _this.$forceUpdate()
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- break;
- }
- }
- )
- }
- });
- // } else {
- // }
- // else {
- // switch (this.uploadType) {
- // // case 0:
- // // console.log('人车合影')
- // // break
- // case 1:
- // uni.$u.route('/pages/mine/camera/idcard/idcard?dotype=idcardface');
- // console.log('身份正面')
- // break
- // case 2:
- // uni.$u.route('/pages/mine/camera/idcard/idcard?dotype=badge');
- // console.log('身份反面')
- // break
- // case 3:
- // uni.$u.route('/pages/mine/camera/idcard/idcard?dotype=bank');
- // console.log('银行卡')
- // break
- // case 4:
- // }
- // }
- },
- //车牌号弹出键盘
- handleClick(e) {
- this.carNumber = e.value
- this.dataDetails.hyDriverCarInfoList[this.index].carNumber = e.value //键盘输入值
- },
- //车牌号弹出键盘
- handleShowKeyboard(index) {
- if (this.dataDetails.hyDriverCarInfoList[index].carNumber == '') {
- this.carNumber = ''
- } else {
- this.carNumber = this.dataDetails.hyDriverCarInfoList[index].carNumber
- }
- if (this.$refs.keyboard.open) {
- this.$refs.keyboard.open(false) //true 键盘显示 false 键盘隐藏
- } else {
- this.$refs.keyboard[0].open(false)
- }
- this.index = index
- if (this.$refs.keyboard.open) {
- this.$refs.keyboard.open(true) //true 键盘显示 false 键盘隐藏
- } else {
- this.$refs.keyboard[0].open(true)
- }
- },
- addCarNumber(val) {
- val.push({
- carNumber: '',
- addressUrl: '',
- carNumberColour: '',
- carType: '',
- carTotalWeight: '',
- carApprovedWeight: '',
- carLong: '',
- carWidth: '',
- carHeight: '',
- fileList1: []
- })
- },
- delCarNumber(val, index) {
- if (val.length > 1) {
- val.splice(index, 1)
- this.$forceUpdate()
- } else {
- let params = {
- type: 'error',
- message: "至少保留一个车牌号!",
- iconUrl: 'https://cdn.uviewui.com/uview/demo/toast/success.png'
- }
- this.$refs.uToast.show({
- ...params
- })
- }
- },
- addBankNumber(val) {
- val.push({
- payeeAddressUrl: '',
- bankCard: '',
- bankDeposit: '',
- bankDepositBranch: '',
- payeeName: this.dataDetails.driverName ? this.dataDetails.driverName : ""
- })
- },
- delBankNumber(val, index) {
- if (val.length > 1) {
- val.splice(index, 1)
- this.$forceUpdate()
- } else {
- let params = {
- type: 'error',
- message: "至少保留一张银行卡!",
- iconUrl: 'https://cdn.uviewui.com/uview/demo/toast/success.png'
- }
- this.$refs.uToast.show({
- ...params
- })
- }
- },
- next(val) {
- if (this.validate()) return
- for (let i = 0; i < this.dataDetails.hyDriverPayeeInfoList.length; i++) {
- if (this.dataDetails.hyDriverPayeeInfoList[i].payeeName != this.dataDetails.driverName) {
- this.$refs.uToast.show({
- type: 'error',
- message: "收款人需与司机本人一致!",
- })
- return
- } else {
- // 银行卡验证
- this.$request.baseRequest('get', '/driverPayeeInfo/bankCradShibie', {
- name: this.dataDetails.hyDriverPayeeInfoList[i].payeeName,
- idCard: this.dataDetails.numberCard,
- accountNo: this.dataDetails.hyDriverPayeeInfoList[i].bankCard
- }).then(
- res => {
- if (res.data.distinguishNum != "01") { //不等于01 证明银行卡验证不通过
- // this.payCheck = false //验证开关
- // uni.$u.toast(res.data.distinguish);
- this.$refs.uToast.show({
- type: 'error',
- message: res.data.distinguish,
- duration: 4000
- })
- } else {
- uni.$u.route('/pages/mine/driverCertificationNext', {
- data: JSON.stringify(this.dataDetails),
- });
- }
- })
- }
- }
- },
- validate() {
- // true 为校验不通过
- if (uni.$u.test.isEmpty(this.dataDetails.driverName)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "司机姓名不能为空!",
- })
- return true
- }
- if (!uni.$u.test.chinese(this.dataDetails.driverName)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "姓名为汉字!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.driverCall)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "司机称呼不能为空!",
- })
- return true
- }
- if (!uni.$u.test.chinese(this.dataDetails.driverCall)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "称呼为汉字!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.driverPhone)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "联系电话不能为空!",
- })
- return true
- }
- if (!uni.$u.test.mobile(this.dataDetails.driverPhone)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "电话号码格式错误!",
- })
- return true
- }
- // for (let i = 0; i < this.dataDetails.hyDriverCarInfoList.length; i++) {
- // let _item = this.dataDetails.hyDriverCarInfoList[i]
- // if (uni.$u.test.isEmpty(_item.carNumber)) {
- // this.$refs.uToast.show({
- // type: 'error',
- // message: "车牌号不能为空!",
- // })
- // return true
- // }
- // if (uni.$u.test.isEmpty(_item.fileList1)) {
- // this.$refs.uToast.show({
- // type: 'error',
- // message: "人车合影不能为空!",
- // })
- // return true
- // }
- // }
- if (uni.$u.test.isEmpty(this.dataDetails.cardAddressUrl)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "身份证人像页不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.cardBackAddressUrl)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "身份证国徽页不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.cardValidityDate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "身份证人有效截止日期不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.cardAddress)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "身份证地址为空!",
- })
- return true
- }
- for (let i = 0; i < this.dataDetails.hyDriverPayeeInfoList.length; i++) {
- let _item = this.dataDetails.hyDriverPayeeInfoList[i]
- if (uni.$u.test.isEmpty(_item.payeeAddressUrl)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "银行卡不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(_item.bankCard)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "银行卡号码不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(_item.bankDeposit)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "开户行不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(_item.bankDepositBranch)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "开户支行不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(_item.payeeName)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "收款人姓名不能为空!",
- })
- return true
- }
- }
- return false
- }
- },
- };
- </script>
- <style scoped lang="scss">
- /deep/.u-radio {
- margin-bottom: 0 !important;
- }
- .top-head {
- background: #F5BA3C;
- height: 80rpx;
- width: 100%;
- }
- .container {
- position: relative;
- top: -60rpx;
- margin: 0 20rpx;
- }
- .row4-img {
- width: 32rpx;
- height: 32rpx;
- }
- .content1,
- .content2,
- .content3 {
- .left-text {
- // background: red;
- width: 290rpx;
- color: #333333;
- display: flex;
- align-items: center;
- }
- .row {
- border-bottom: 1px solid #EEEEEE;
- padding-bottom: 28rpx;
- margin-top: 26rpx;
- .ch-style {}
- }
- .row-ch {
- padding-right: 180rpx;
- box-sizing: border-box;
- // background-color: red;
- }
- }
- .content1-car {
- margin-top: 20rpx;
- .left-text {
- // background: red;
- width: 290rpx;
- color: #333333;
- display: flex;
- align-items: center;
- }
- .row {
- border-bottom: 1px solid #EEEEEE;
- padding-bottom: 28rpx;
- margin-top: 26rpx;
- .color {
- // background: blue;
- width: 340rpx;
- }
- }
- }
- .input-ckg {
- height: 86rpx;
- margin-top: 0 !important;
- padding-bottom: 0 !important;
- .u-input {
- height: 100%;
- background: #F7F8FA;
- padding-left: 10rpx !important;
- padding-right: 85rpx !important;
- }
- .star {
- display: flex;
- align-items: center;
- margin: 0 10rpx;
- }
- .input-positon {
- position: relative;
- }
- .position-right {
- position: absolute;
- right: 20rpx;
- top: 0;
- width: 60rpx;
- height: 50rpx;
- bottom: 0;
- margin: auto;
- }
- }
- .picture {
- margin-top: 20rpx;
- background: #F5F6FA;
- width: 212rpx;
- height: 212rpx;
- border-radius: 20rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- color: #6A7282;
- }
- .add-car {
- background: #FFFFFF;
- margin: 20rpx 50rpx;
- border-radius: 50rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 20rpx 0;
- .icon {
- margin-right: 20rpx;
- }
- .car-text {
- font-size: 36rpx;
- font-weight: 700;
- color: #F5BA3C;
- }
- }
- .carlist-item {
- margin-top: 20rpx;
- padding: 0 20rpx 20rpx 20rpx;
- background: white;
- border-radius: 10rpx;
- position: relative;
- .del-car {
- position: absolute;
- top: 0;
- right: 0;
- width: 80rpx;
- height: 80rpx;
- }
- }
- .content2,
- .content3 {
- .del-bank {
- position: absolute;
- top: 0;
- right: 0;
- width: 80rpx;
- height: 80rpx;
- }
- .picture {
- width: 100%;
- height: 440rpx;
- // background: red;
- position: relative;
- .text {
- margin-top: 20rpx;
- }
- }
- .picture1 {
- background: url(../../static/images/mine/zm.png);
- background-size: 100% 100%;
- }
- .picture2 {
- background: url(../../static/images/mine/gh.png);
- background-size: 100% 100%;
- }
- .picture3 {
- background: url(../../static/images/mine/yhkzm.png);
- background-size: 100% 100%;
- }
- .xj-image {
- width: 100rpx;
- height: 100rpx;
- }
- .title {
- color: #999999;
- margin: 20rpx 0;
- }
- }
- .content3 {
- position: relative;
- background: white;
- margin: 20rpx 0 0 0;
- border-radius: 10rpx;
- padding: 20rpx;
- .khzh-styel {
- // width: 350rpx;
- }
- .type {
- background: #F5BA3C;
- border-radius: 10rpx;
- color: white;
- box-sizing: border-box;
- padding: 4rpx 10rpx;
- font-size: 26rpx;
- display: flex;
- margin-left: 26rpx;
- justify-content: center;
- align-items: center;
- }
- .select-bankzh {
- width: 230rpx;
- // height: 48rpx;
- }
- }
- .content4 {
- display: flex;
- justify-content: center;
- background: white;
- padding: 40rpx 20rpx 50rpx 20rpx;
- .next-btn {
- background: #22C572;
- width: 90%;
- padding: 20rpx 20rpx;
- text-align: center;
- color: #FFFFFF;
- border-radius: 50rpx;
- }
- }
- .yzm {}
- .yzm-btn {
- background: #F5BA3C;
- color: white;
- height: 60rpx;
- }
- .preview-card-img {
- /deep/uni-image>div,
- uni-image>img {
- // transform: scale(1.5) rotate(-90deg);
- }
- }
- .del-card {
- position: absolute;
- top: -10rpx;
- right: -6rpx;
- width: 80rpx;
- height: 80rpx;
- z-index: 9;
- }
- /deep/.u-radio-group--row {
- justify-content: flex-end;
- }
- /deep/.u-textarea {
- padding: 9px 0;
- }
- /deep/.u-textarea__field {
- color: #000;
- text-align: right;
- }
- </style>
|