1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666 |
- <!-- 管理车辆 -->
- <template>
- <view @click='hidden' class="content">
- <view class="flex s-row container">
- <view class="flex row">
- <view class="left-text">车型</view>
- <view class="color" @click="selectCarModel">{{dataDetails.carCategory}} {{dataDetails.carType}}</view>
- <view>></view>
- <u-picker :show="carModel" :columns="carModelColumns" :closeOnClickOverlay='true' @close='carModelClose'
- @cancel='carModelClose' @confirm='confirmCarModel' @change="changeCarModel"></u-picker>
- </view>
- <view class="title">道路运输证</view>
- <view @click="uploadImg(8)" class="picture picture8" v-if="!dataDetails.operationCertificate">
- <image class="xj-image" src="@/static/images/mine/ic_shanchuan@2x.png"></image>
- <view class="text">上传道路运输证</view>
- </view>
- <view v-if="dataDetails.operationCertificate" @click.stop="uploadImg(8)" class="preview-card-img picture">
- <view @click.stop="delCard(1)">
- <image class='del-card' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <image class="" :src="dataDetails.operationCertificate" mode="aspectFit"></image>
- </view>
- <view class="flex row">
- <view class="left-text">道路运输证号</view>
- <u--input maxlength='12' placeholder="输入道路运输证号" inputAlign='right' border="none"
- v-model="dataDetails.operationCertificateNumber">
- </u--input>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">道路运输证有效期</view>
- <view class="" @click="selectValidityPeriod(4)">
- <view :style="{'color':dataDetails.operationCertificateValidityDate?'#000':'rgb(192, 196, 204)'}">
- {{dataDetails.operationCertificateValidityDate?dataDetails.operationCertificateValidityDate:'选择有效期'}}
- <image v-if='!dataDetails.operationCertificateValidityDate' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image>
- </view>
- </view>
- </view>
- <view v-if="sign == '挂车'">
- <view class="title">挂车道路运输证</view>
- <view @click="uploadImg(9)" class="picture picture9" v-if="!dataDetails.trailerOperationCertificate">
- <image class="xj-image" src="@/static/images/mine/ic_shanchuan@2x.png"></image>
- <view class="text">上传挂车道路运输证</view>
- </view>
- <view v-if="dataDetails.trailerOperationCertificate" @click.stop="uploadImg(9)"
- class="preview-card-img picture">
- <view @click.stop="delCard(2)">
- <image class='del-card' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <image class="" :src="dataDetails.trailerOperationCertificate" mode="aspectFit"></image>
- </view>
- </view>
- <view class="flex row" v-if="sign == '挂车'">
- <view class="left-text">挂车道路运输证号</view>
- <u--input maxlength='12' placeholder="输入挂车道路运输证号" inputAlign='right' border="none"
- v-model="dataDetails.trailerOperationCertificateNumber">
- </u--input>
- </view>
- <view class="flex row flex-space-between" v-if="sign == '挂车'">
- <view class="left-text">挂车道路运输证有效期</view>
- <view class="" @click="selectValidityPeriod(5)">
- <view :style="{'color':dataDetails.trailerOperationCertificateValidityDate?'#000':'rgb(192, 196, 204)'}">
- {{dataDetails.trailerOperationCertificateValidityDate?dataDetails.trailerOperationCertificateValidityDate:'选择有效期'}}
- <image v-if='!dataDetails.trailerOperationCertificateValidityDate' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image>
- </view>
- </view>
- </view>
- <view class="title" v-if="sign == '挂车'">牵引车行驶证主页</view>
- <view class="title" v-if="sign == '非挂车'">行驶证主页</view>
- <view @click="uploadImg(3)" class="picture picture3" v-if="!dataDetails.drivingLicenseHomePage">
- <image class="xj-image" src="@/static/images/mine/ic_shanchuan@2x.png"></image>
- <view class="text" v-if="sign == '挂车'">上传牵引车行驶证主页</view>
- <view class="text" v-else>上传行驶证主页</view>
- </view>
- <view v-if="dataDetails.drivingLicenseHomePage" @click.stop="uploadImg(3)" class="preview-card-img picture">
- <view @click.stop="delCard(3)">
- <image class='del-card' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <image class="" :src="dataDetails.drivingLicenseHomePage" mode="aspectFit"></image>
- </view>
- <view class="title" v-if="sign == '挂车'">牵引车行驶证副页</view>
- <view class="title" v-if="sign == '非挂车'">行驶证副页</view>
- <view @click="uploadImg(4)" class="picture picture4" v-if="!dataDetails.drivingLicenseBackPage">
- <image class="xj-image" src="@/static/images/mine/ic_shanchuan@2x.png"></image>
- <view class="text" v-if="sign == '挂车'">上传牵引车行驶证副页</view>
- <view class="text" v-else>上传行驶证副页</view>
- </view>
- <view v-if="dataDetails.drivingLicenseBackPage" @click.stop="uploadImg(4)" class="preview-card-img picture">
- <view @click.stop="delCard(4)">
- <image class='del-card' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <image class="" :src="dataDetails.drivingLicenseBackPage" mode="aspectFit"></image>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">行驶证车辆类型</view>
- <u--input maxlength='10' placeholder="输入行驶证上的车辆类型" inputAlign='right' border="none"
- v-model="dataDetails.vehicleType">
- </u--input>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">行驶证档案编号</view>
- <u--input maxlength='12' placeholder="输入行驶证档案编号" inputAlign='right' border="none"
- v-model="dataDetails.drivingLicenseNumber">
- </u--input>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">注册日期</view>
- <view class="" @click="selectValidityPeriod(6)">
- <view :style="{'color':dataDetails.drivingLicenseRegistrationDate?'#000':'rgb(192, 196, 204)'}">
- {{dataDetails.drivingLicenseRegistrationDate?dataDetails.drivingLicenseRegistrationDate:'选择注册日期'}}
- <image v-if='!dataDetails.drivingLicenseRegistrationDate' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image>
- </view>
- </view>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">发证日期</view>
- <view class="" @click="selectValidityPeriod(7)">
- <view :style="{'color':dataDetails.drivingLicenseIssueDate?'#000':'rgb(192, 196, 204)'}">
- {{dataDetails.drivingLicenseIssueDate?dataDetails.drivingLicenseIssueDate:'选择发证日期'}}
- <image v-if='!dataDetails.drivingLicenseIssueDate' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image>
- </view>
- </view>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">行驶证有效期</view>
- <view class="" @click="selectValidityPeriod(1)">
- <view :style="{'color':dataDetails.drivingLicenseValidityDate?'#000':'rgb(192, 196, 204)'}">
- {{dataDetails.drivingLicenseValidityDate?dataDetails.drivingLicenseValidityDate:'选择有效截止日期'}}
- <image v-if='!dataDetails.drivingLicenseValidityDate' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image>
- </view>
- </view>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">使用性质</view>
- <u--input placeholder="输入使用性质" inputAlign='right' border="none" v-model="dataDetails.useNature"
- disabled>
- </u--input>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">发证机关</view>
- <u--input placeholder="输入发证机关" inputAlign='right' border="none" maxlength="25" v-model="dataDetails.lssuingAuthority">
- </u--input>
- </view>
- <view class="flex row noborder">
- <view class="left-text">车辆能源类型</view>
- <view style='text-align:right;width:50%;' class="" @click="driveType">
- <view :style="{'color':dataDetails.energyType?'#000':'rgb(192, 196, 204)'}">
- {{dataDetails.energyType?dataDetails.energyType:'选择车辆能源类型'}}
- <image v-if='!dataDetails.energyType' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image>
- </view>
- <!-- {{dataDetails.energyType?dataDetails.energyType:'选择车辆能源类型>'}}> -->
- </view>
- </view>
- <view class="" v-if="sign == '挂车'">
- <view class="title">挂车行驶证主页</view>
- <view @click="uploadImg(5)" class="picture picture5" v-if="!dataDetails.trailerLicenseHomePage">
- <image class="xj-image" src="@/static/images/mine/ic_shanchuan@2x.png"></image>
- <view class="text">上传挂车行驶证主页</view>
- </view>
- <view v-if="dataDetails.trailerLicenseHomePage" @click.stop="uploadImg(5)"
- class="preview-card-img picture">
- <view @click.stop="delCard(5)">
- <image class='del-card' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <image class="" :src="dataDetails.trailerLicenseHomePage" mode="aspectFit"></image>
- </view>
- </view>
- <view v-if="sign == '挂车'">
- <view class="title">挂车行驶证副页</view>
- <view @click="uploadImg(6)" class="picture picture6" v-if="!dataDetails.trailerLicenseBackPage">
- <image class="xj-image" src="@/static/images/mine/ic_shanchuan@2x.png"></image>
- <view class="text">上传挂车行驶证副页</view>
- </view>
- <view v-if="dataDetails.trailerLicenseBackPage" @click.stop="uploadImg(6)"
- class="preview-card-img picture">
- <view @click.stop="delCard(6)">
- <image class='del-card' src="@/static/images/common/quxiao@2x.png">
- </image>
- </view>
- <image class="" :src="dataDetails.trailerLicenseBackPage" mode="aspectFit"></image>
- </view>
- </view>
- <view class="flex row flex-space-between" v-if="sign == '挂车'">
- <view class="left-text">挂车行驶证档案编号</view>
- <u--input maxlength='12' placeholder="输入挂车行驶证档案编号" inputAlign='right' border="none"
- v-model="dataDetails.trailerLicenseNumber">
- </u--input>
- </view>
- <view class="flex row flex-space-between" v-if="sign == '挂车'">
- <view class="left-text">注册日期</view>
- <view class="" @click="selectValidityPeriod(8)">
- <view :style="{'color':dataDetails.trailerLicenseRegistrationDate?'#000':'rgb(192, 196, 204)'}">
- {{dataDetails.trailerLicenseRegistrationDate?dataDetails.trailerLicenseRegistrationDate:'选择注册日期'}}
- <image v-if='!dataDetails.trailerLicenseRegistrationDate' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image>
- </view>
- <!-- {{dataDetails.trailerLicenseRegistrationDate?dataDetails.trailerLicenseRegistrationDate:'选择注册日期>'}} -->
- </view>
- </view>
- <view class="flex row flex-space-between" v-if="sign == '挂车'">
- <view class="left-text">发证日期</view>
- <view class="" @click="selectValidityPeriod(9)">
- <view :style="{'color':dataDetails.trailerLicenseIssueDate?'#000':'rgb(192, 196, 204)'}">
- {{dataDetails.trailerLicenseIssueDate?dataDetails.trailerLicenseIssueDate:'选择发证日期'}}
- <image v-if='!dataDetails.trailerLicenseIssueDate' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image>
- </view>
- <!-- {{dataDetails.trailerLicenseIssueDate?dataDetails.trailerLicenseIssueDate:'选择发证日期>'}} -->
- </view>
- </view>
- <view class="flex row flex-space-between" v-if="sign == '挂车'">
- <view class="left-text">挂车行驶证有效期</view>
- <view class="" @click="selectValidityPeriod(2)">
- <view :style="{'color':dataDetails.trailerLicenseValidityDate?'#000':'rgb(192, 196, 204)'}">
- {{dataDetails.trailerLicenseValidityDate?dataDetails.trailerLicenseValidityDate:'选择有效截止日期'}}
- <image v-if='!dataDetails.trailerLicenseValidityDate' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image>
- </view>
- <!-- {{dataDetails.trailerLicenseValidityDate?dataDetails.trailerLicenseValidityDate:'选择有效截止日期>'}} -->
- </view>
- </view>
- <view class="flex row flex-space-between" v-if="sign == '挂车'">
- <view class="left-text">使用性质</view>
- <u--input placeholder="输入使用性质" inputAlign='right' border="none" v-model="dataDetails.guaUseNature"
- disabled>
- </u--input>
- </view>
- <view class="flex row flex-space-between" v-if="sign == '挂车'">
- <view class="left-text">发证机关</view>
- <u--input placeholder="输入发证机关" inputAlign='right' border="none" maxlength="25"
- v-model="dataDetails.guaLssuingAuthority">
- </u--input>
- </view>
- <!-- 牵引车 -->
- <view class="flex row" v-if="sign == '挂车'">
- <view class="left left-text">牵引车车牌号</view>
- <view class="right flex">
- <input class="car-uumber" v-model='dataDetails.carNumber' @click.stop="handleShowKeyboard(index)"
- :disabled="true" placeholder="输入牵引车车牌号" name="input"></input>
- </view>
- </view>
- <view class="flex row" v-if="sign == '非挂车'">
- <view class="left left-text">车牌号</view>
- <view class="right flex">
- <input class="car-uumber" v-model='dataDetails.carNumber' @click.stop="handleShowKeyboard(index)"
- :disabled="true" placeholder="输入车牌号" name="input"></input>
- </view>
- </view>
- <view class="flex row flex-space-between">
- <view class="left-text">车牌颜色</view>
- <view class='flex'>
- <view class="color" @click="selectNoColor">{{dataDetails.carNumberColour}}</view>
- <view>
- <image v-if='!dataDetails.carNumberColour' style='width:12px;height:12px;' src="../../../static/right.png" mode=""></image></view>
- </view>
- </view>
- <view class="flex row">
- <view class="left-text">车辆所属车主</view>
- <input style='text-align:right;' placeholder="输入车主姓名" v-model="dataDetails.owner" type="text">
- <!-- <u--input inputAlign='left' border="none"> -->
- <!-- </u--input> -->
- </view>
- <view class="flex row" v-if="sign == '非挂车'">
- <view class="left-text">总质量(千克)</view>
- <u--input type='number' placeholder="输入总质量" inputAlign='right' border="none" v-model="dataDetails.carTotalWeight">
- </u--input>
- </view>
- <view class="flex row" v-if="sign == '非挂车'">
- <view class="left-text">核定载质量(千克)</view>
- <u--input placeholder="输入核定载质量" inputAlign='left' border="none" v-model="dataDetails.carApprovedWeight">
- </u--input>
- </view>
- <view class="flex row" v-if="sign == '挂车'">
- <view class="left-text">整备质量(千克)</view>
- <u--input type='number' placeholder="输入整备质量" inputAlign='right' border="none" v-model="dataDetails.servicingWeight">
- </u--input>
- </view>
- <view class="flex row noborder" v-if="sign == '挂车'">
- <view style='width:390rpx;' class="left-text">牵引车外廓尺寸(毫米)</view>
- </view>
- <view class="flex row noborder" v-if="sign == '非挂车'">
- <view class="left-text">外廓尺寸(毫米)</view>
- </view>
- <view class="flex row noborder input-ckg">
- <view class="input-positon">
- <!-- <input type='number' class="input" placeholder="长" border="none"
- v-model="dataDetails.carLong"> -->
- <u--input type='number' class="input" placeholder="长" inputAlign='left' border="none"
- v-model="dataDetails.carLong">
- </u--input>
- <view class="position-right">
- mm
- </view>
- </view>
- <view class="star">*</view>
- <view class="input-positon">
- <!-- <input type='number' class="input" placeholder="宽" border="none"
- v-model="dataDetails.carWidth"> -->
- <u--input type='number' placeholder="宽" inputAlign='left' border="none" v-model="dataDetails.carWidth">
- </u--input>
- <view class="position-right">
- mm
- </view>
- </view>
- <view class="star">*</view>
- <view class="input-positon">
- <!-- <input type='number' class="input" placeholder="高" border="none"
- v-model="dataDetails.carHeight"> -->
- <u--input type='number' placeholder="高" inputAlign='left' border="none" v-model="dataDetails.carHeight">
- </u--input>
- <view class="position-right">
- mm
- </view>
- </view>
- </view>
- <view class="flex row noborder s-row">
- <view class="left-text" style="width: 100%;" v-if="sign == '挂车'">上传人和牵引车合影(牵引车牌号可见)</view>
- <view class="left-text" style="width: 100%;" v-if="sign == '非挂车'">上传人车合影(车头车牌号可见)</view>
- <u-upload class="uview-upload" :fileList="fileList1" @afterRead="afterRead($event,'1')"
- @delete="deletePic" name="1" multiple :maxCount="1"></u-upload>
- </view>
- <!-- 挂车 -->
- <view v-if="sign == '挂车'">
- <view class="flex row">
- <view class="left left-text">挂车车牌号</view>
- <view class="right flex">
- <input class="car-uumber" v-model='dataDetails.guaCarNumber'
- @click.stop="handleShowKeyboard1(index)" :disabled="true" placeholder-class= "phsy" placeholder="输入挂车牌号"
- name="input"></input>
- 挂
- </view>
- </view>
- <view class="flex row">
- <view class="left-text">挂车车辆所属车主</view>
- <u--input placeholder="输入车主姓名" inputAlign='right' border="none" v-model="dataDetails.guaOwner">
- </u--input>
- </view>
- <view class="flex row">
- <view class="left-text">挂车整备质量(千克)</view>
- <u--input type='number' placeholder="输入整备质量" inputAlign='right' border="none"
- v-model="dataDetails.guaServicingWeight">
- </u--input>
- </view>
- <view class="flex row">
- <view style='width:180px' class="left-text">挂车核定载质量(千克)</view>
- <u--input type='number' placeholder="输入核定载质量" inputAlign='right' border="none"
- v-model="dataDetails.guaCarApprovedWeight">
- </u--input>
- </view>
- <view class="flex row noborder">
- <view style='width:390rpx;' class="left-text">挂车外廓尺寸(毫米)</view>
- </view>
- <view class="flex row noborder input-ckg">
- <view class="input-positon">
- <u--input type='number' class="input" placeholder="长" inputAlign='left' border="none"
- v-model="dataDetails.guaCarLong">
- </u--input>
- <view class="position-right">
- mm
- </view>
- </view>
- <view class="star">*</view>
- <view class="input-positon">
- <u--input type='number' placeholder="宽" inputAlign='left' border="none" v-model="dataDetails.guaCarWidth">
- </u--input>
- <view class="position-right">
- mm
- </view>
- </view>
- <view class="star">*</view>
- <view class="input-positon">
- <u--input type='number' placeholder="高" inputAlign='left' border="none" v-model="dataDetails.guaCarHeight">
- </u--input>
- <view class="position-right">
- mm
- </view>
- </view>
- </view>
- <view class="flex row noborder s-row">
- <view class="left-text" style="width: 100%;">上传人和挂车合影(挂车车牌号可见)</view>
- <u-upload class="uview-upload" :fileList="fileList2" @afterRead="afterRead1($event,'2')"
- @delete="deletePic" name="2" multiple :maxCount="1"></u-upload>
- </view>
- </view>
- <!-- <view class="level1-title">证件信息</view> -->
- </view>
- <view class='submit-btn-wrap'>
- <view class="submit-btn" @click="$u.throttle(submit, 5000)">提交</view>
- </view>
-
- <master-keyboard ref="keyboard" keyboardtype="car" :show="keyShow" :randomNumber="true" :newCar="false"
- :defaultValue="carNumber" @keyboardClick="handleClick"></master-keyboard>
- <master-keyboard ref="keyboard1" :guastatus='true' keyboardtype="car" :show="keyShow1" :randomNumber="true" :newCar="false"
- :defaultValue="carNumber1" @keyboardClick="handleClick1"></master-keyboard>
- <u-toast ref="uToast"></u-toast>
- <u-action-sheet :actions="$helper.imgTypeList" :title="$helper.imgType" :show="isShowimgType"
- @select="imgTypeSelect" :closeOnClickOverlay="true" :closeOnClickAction="true" @close="isShowimgType=false">
- </u-action-sheet>
- <u-picker :show="carColor" :columns="colorColumns" :closeOnClickOverlay='true' @close='colorClose'
- @cancel='colorClose' @confirm='confirmColor' ></u-picker>
- <u-picker :show="isShowValidity" ref="uPicker" :columns="validityPeriod" @confirm="confirmValidityPeriod"
- :closeOnClickOverlay='true' @close='isShowValidity=false' @cancel='isShowValidity=false'>
- </u-picker>
- <u-picker :show="isShowCarType" ref="uPicker" :columns="carTypeList" @confirm="confirmCarType"
- :closeOnClickOverlay='true' @close='isShowCarType=false' @cancel='isShowCarType=false'>
- </u-picker>
- </view>
- </template>
- <script>
- import uploadImage from '@/components/ossutil/uploadFile.js';
- import permision from "@/js_sdk/wa-permission/permission.js"
- import keyboard from "@/components/master-keyboard/master-keyboard.vue";
- var _this;
- import {
- mapState
- } from 'vuex';
- export default {
- data() {
- return {
- index: '',
- keyShow: false,
- keyShow1: false,
- carNumber: '',
- carNumber1: "",
- dataDetails: {
- // driverId: '',
- // carNumber: '',
- carNumberColour: '黄色',
- carCategory: '挂车',
- carType: '高栏',
- useNature: "营业特种车",
- guaUseNature: "营运挂车",
- energyType:"汽油",
- owner:''
- // carTotalWeight: '',
- // carApprovedWeight: '',
- // carLong: '',
- // carWidth: '',
- // carHeight: '',
- // addressUrl: ''
- },
- carTypeList:[["汽油","柴油","油电混合","纯电动","插电式混合动力","增程式"]],
- isShowCarType:false,
- carModelColumns: [
- ['挂车', '非挂车'],
- ['高栏', '集装箱', '自卸车']
- ],
- carModelColumnData: [
- ['高栏', '集装箱', '自卸车'],
- ['重型仓栏']
- ],
- colorColumns: [
- ['黄色', '蓝色']
- ],
- carColor: false,
- carModel: false,
- fileList1: [],
- fileList2: [],
- ValidityPeriodType: "",
- validityPeriod: [],
- isShowValidity: false,
- uploadType: '',
- isShowimgType: false,
- sign: "挂车"
- };
- },
- computed: {
- ...mapState(['hasLogin', 'userInfo', 'firstAuthentication']),
- },
- onLoad(options) {
- _this = this;
- this.dataDetails.commonId = this.userInfo.id
- this.get_camera_permission()
- this.validityPeriod = this.$helper.makeValidityPeriod()
- },
- 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('用户点击取消');
- }
- }
- });
- }
- },
- driveType(){
- this.isShowCarType = true
- },
- confirmCarType(e){
- this.dataDetails.energyType = e.value[0]
- this.isShowCarType = false
- },
- hidden(){
- this.$refs.keyboard.open(false)
- this.$refs.keyboard1.open(false)
- },
- //挂车牌号弹出键盘
- handleShowKeyboard1(index) {
- if (this.dataDetails.guaCarNumber == '') {
- this.carNumber1 = ''
- } else {
- this.carNumber1 = this.dataDetails.guaCarNumber
- }
- if (this.$refs.keyboard1.open) {
- this.$refs.keyboard1.open(false) //true 键盘显示 false 键盘隐藏
- } else {
- this.$refs.keyboard1[0].open(false)
- }
- this.index = index
- if (this.$refs.keyboard1.open) {
- this.$refs.keyboard1.open(true) //true 键盘显示 false 键盘隐藏
- } else {
- this.$refs.keyboard1[0].open(true)
- }
- },
- handleClick1(e) {
- this.carNumber1 = e.value
- this.dataDetails.guaCarNumber = e.value //键盘输入值
- },
- delCard(type) {
- switch (type) {
- case 1:
- _this.dataDetails.operationCertificate = "" //道路运输证
- break;
- case 2:
- _this.dataDetails.trailerOperationCertificate = "" //挂车道路运输证
- break;
- case 3:
- _this.dataDetails.drivingLicenseHomePage = "" //牵引车行驶证
- break;
- case 4:
- _this.dataDetails.drivingLicenseBackPage = "" //牵引车行驶证副页
- break;
- case 5:
- _this.dataDetails.trailerLicenseHomePage = "" //挂车行驶证
- break;
- case 6:
- _this.dataDetails.trailerLicenseBackPage = ""//挂车行驶证副页
- break;
- }
-
- _this.$forceUpdate()
- },
- uploadImg(type) {
- this.uploadType = type
- this.imgTypeSelect()
- // this.isShowimgType = true
- },
- selectValidityPeriod(type) {
- this.ValidityPeriodType = type
- this.isShowValidity = true
- },
- // 上传图片
- imgTypeSelect(val) {
- // if (val.name == '相册') {
- uni.chooseImage({
- count: 1,
- success: function(res) {
- uploadImage("images", res.tempFilePaths[0], 'appData/',
- result => {
- // 上传成功回调函数
- console.log('图片地址-----', result)
- switch (_this.uploadType) {
- case 1:
- _this.dataDetails.driverLicenseHomePage = result
- break;
- case 2:
- _this.dataDetails.driverLicenseBackPage = result
- break;
- case 3:
- _this.dataDetails.drivingLicenseHomePage = result
- _this.$request.baseRequest('get',
- '/driverCarInfo/api/driveringLicenseShibie', {
- image: result,
- flag: 1
- }).then(res => {
- if (res.data) {
- _this.dataDetails.carNumber = res.data
- .carNum //车牌号
- _this.dataDetails.vehicleType = res.data.vehicleType
- _this.dataDetails.carCode =res.data.carCode
- _this.dataDetails.owner = res.data
- .owner //车辆所有人
- _this.$forceUpdate()
- }
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- break;
- case 4:
- _this.dataDetails.drivingLicenseBackPage = result
- _this.$request.baseRequest('get',
- '/driverCarInfo/api/driveringLicenseShibie', {
- image: result,
- flag: 2
- }).then(res => {
- if (res.data) {
- if (res.data.issuingAuthority) { //行驶证发证机关
- _this.dataDetails.lssuingAuthority = res
- .data.issuingAuthority
- }
- if (res.data
- .licenseRegistrationDate) { //行驶证注册日期
- _this.dataDetails
- .drivingLicenseRegistrationDate = res
- .data.licenseRegistrationDate
- }
- if (res.data.licenseIssueDate) { //行驶证发证日期
- _this.dataDetails.drivingLicenseIssueDate =
- res.data.licenseIssueDate
- }
- _this.dataDetails.drivingLicenseValidityDate =
- res.data.driveringEndDate //行驶证有效期
- _this.dataDetails.drivingLicenseNumber = res
- .data.driveringNum //行驶证档案编号
- if (_this.sign == "非挂车") {
- if (res.data.servicingMass && res.data
- .servicingMass.indexOf("kg") != -1) {
- res.data.servicingMass = res.data
- .servicingMass.slice(0, res.data
- .servicingMass.length - 2)
- }
- _this.dataDetails.carTotalWeight = res.data
- .servicingMass //总质量
- }
- if(res.data.approvedLoadMass.indexOf("kg") != -1){
- res.data.approvedLoadMass = res.data.approvedLoadMass.slice(0, res.data.approvedLoadMass.length - 2)
- }
- _this.dataDetails.carApprovedWeight = res.data
- .approvedLoadMass //核定载质量
- if (res.data.size && res.data.size.indexOf(
- "mm") != -1) {
- res.data.size = res.data.size.slice(0, res
- .data.size.length - 2);
- }
- _this.dataDetails.carLong = res.data.size
- .split("X")[0] //车长
- _this.dataDetails.carWidth = res.data.size
- .split("X")[1] //车宽
- _this.dataDetails.carHeight = res.data.size
- .split("X")[2] //车高
- _this.$forceUpdate()
- }
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- break;
- case 5: //挂车行驶证
- _this.dataDetails.trailerLicenseHomePage = result
- _this.$request.baseRequest('get',
- '/driverCarInfo/api/driveringLicenseShibie', {
- image: result,
- flag: 1
- }).then(res => {
- if (res.data) {
- if (res.data.issuingAuthority) { //行驶证发证机关
- _this.dataDetails.guaLssuingAuthority = res
- .data.issuingAuthority
- }
- if (res.data.licenseRegistrationDate) { //行驶证注册日期
- _this.dataDetails
- .trailerLicenseRegistrationDate = res.data
- .licenseRegistrationDate
- }
- if (res.data.licenseIssueDate) { //行驶证发证日期
- _this.dataDetails.trailerLicenseIssueDate = res
- .data.licenseIssueDate
- }
- _this.dataDetails.guaCarNumber = res.data
- .carNum //车牌号
- _this.dataDetails.guaOwner = res.data
- .owner //车辆所有人
- _this.$forceUpdate()
- }
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- break;
- case 6:
- _this.dataDetails.trailerLicenseBackPage = result
- _this.$request.baseRequest('get',
- '/driverCarInfo/api/driveringLicenseShibie', {
- image: result,
- flag: 2
- }).then(res => {
- if (res.data) {
- _this.dataDetails.trailerLicenseValidityDate =
- res.data.driveringEndDate //挂车行驶证有效期
- _this.dataDetails.trailerLicenseNumber = res
- .data.driveringNum //挂车行驶证档案编号
- if (res.data.servicingMass && res.data
- .servicingMass.indexOf("kg") != -1) {
- res.data.servicingMass = res.data
- .servicingMass.slice(0, res.data
- .servicingMass.length - 2)
- }
- if(res.data.approvedLoadMass.indexOf("kg") != -1){
- res.data.approvedLoadMass = res.data.approvedLoadMass.slice(0, res.data.approvedLoadMass.length - 2)
- }
- _this.dataDetails.guaServicingWeight = res.data.servicingMass //总质量
- _this.dataDetails.guaCarApprovedWeight = res.data.approvedLoadMass //核定载质量
- if (res.data.size && res.data.size.indexOf(
- "mm") != -1) {
- res.data.size = res.data.size.slice(0, res
- .data.size.length - 2);
- }
- _this.dataDetails.guaCarLong = res.data.size
- .split("X")[0] //车长
- _this.dataDetails.guaCarWidth = res.data.size
- .split("X")[1] //车宽
- _this.dataDetails.guaCarHeight = res.data.size
- .split("X")[2] //车高
- _this.$forceUpdate()
- }
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- break;
- case 7:
- _this.dataDetails.qualificationCertificate = result
- break;
- case 8:
- _this.dataDetails.operationCertificate = result
- _this.$request.baseRequest('get',
- '/driverCarInfo/api/tranLicenseShibie', {
- image: result
- }).then(res => {
- if (res.data) {
- _this.dataDetails.operationCertificateNumber =
- res.data.tranNumber
- _this.dataDetails
- .operationCertificateValidityDate = res
- .data.tranEndDate
- _this.$forceUpdate()
- }
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- break;
- case 9:
- _this.dataDetails.trailerOperationCertificate = result
- _this.$request.baseRequest('get',
- '/driverCarInfo/api/tranLicenseShibie', {
- image: result
- }).then(res => {
- if (res.data) {
- _this.dataDetails
- .trailerOperationCertificateNumber = res
- .data.tranNumber
- _this.dataDetails
- .trailerOperationCertificateValidityDate =
- res.data.tranEndDate
- _this.$forceUpdate()
- }
- })
- .catch(res => {
- uni.$u.toast(res.message);
- });
- break;
- }
- _this.$forceUpdate()
- }
- )
- },
- fail: function(req){
- console.log(req,11111)
- },
- complete: function(req1){
- console.log(req1,22222)
- },
- });
- // }
- },
- confirmValidityPeriod(e) {
- console.log('confirm', e)
- if(e.value[0]==''){
- this.$refs.uToast.show({
- type: 'error',
- message: "年份不能为空!",
- })
- return
- }else if(e.value[1]==''){
- this.$refs.uToast.show({
- type: 'error',
- message: "月份不能为空!",
- })
- return
- }else if(e.value[2]==''){
- this.$refs.uToast.show({
- type: 'error',
- message: "日期不能为空!",
- })
- return
- }
- var date=new Date()
- var text=''
- switch (this.ValidityPeriodType) {
- case 4:
- text='道路运输证已过期!'
- break
- case 5:
- text='挂车道路运输证已过期!'
- break
- case 1:
- text='行驶证已过期!'
- break
- case 2:
- text='挂车行驶证已过期!'
- break
- }
- if(this.ValidityPeriodType==1||this.ValidityPeriodType==2||this.ValidityPeriodType==4||this.ValidityPeriodType==5){
- if(e.value[0]<date.getFullYear()){
- this.$refs.uToast.show({
- type: 'error',
- message: text,
- })
- return
- }
- if(e.value[0]==date.getFullYear()&&Number(e.value[1])<(date.getMonth()+1)){
- this.$refs.uToast.show({
- type: 'error',
- message: text,
- })
- return
- }
- if(e.value[0]==date.getFullYear()&&Number(e.value[1])==(date.getMonth()+1)&&Number(e.value[2])<=(date.getDate())){
- this.$refs.uToast.show({
- type: 'error',
- message: text,
- })
- return
- }
- }
- switch (this.ValidityPeriodType) {
- case 0:
- this.dataDetails.driverLicenseValidityDate = e.value[0] + '-' + e.value[1] + '-' + e.value[2]
- break
- case 1:
- this.dataDetails.drivingLicenseValidityDate = e.value[0] + '-' + e.value[1] + '-' + e.value[2]
- break
- case 2:
- this.dataDetails.trailerLicenseValidityDate = e.value[0] + '-' + e.value[1] + '-' + e.value[2]
- break
- case 3:
- this.dataDetails.qualificationCertificateValidityDate = e.value[0] + '-' + e.value[1] + '-' + e
- .value[2]
- break
- case 4:
- this.dataDetails.operationCertificateValidityDate = e.value[0] + '-' + e.value[1] + '-' + e.value[
- 2]
- break
- case 5:
- this.dataDetails.trailerOperationCertificateValidityDate = e.value[0] + '-' + e.value[1] + '-' + e
- .value[2]
- case 6: //行驶证注册日期
- this.dataDetails.drivingLicenseRegistrationDate = e.value[0] + '-' + e.value[1] + '-' + e
- .value[2]
- break
- case 7: //行驶证发证日期
- this.dataDetails.drivingLicenseIssueDate = e.value[0] + '-' + e.value[1] + '-' + e
- .value[2]
- break
- case 8: //挂车行驶证注册日期
- this.dataDetails.trailerLicenseRegistrationDate = e.value[0] + '-' + e.value[1] + '-' + e
- .value[2]
- break
- case 9: //挂车行驶证发证日期
- this.dataDetails.trailerLicenseIssueDate = e.value[0] + '-' + e.value[1] + '-' + e
- .value[2]
- break
- }
- this.isShowValidity = false
- },
- // 车型切换
- changeCarModel(e) {
- const {
- columnIndex,
- index,
- // 微信小程序无法将picker实例传出来,只能通过ref操作
- picker = this.$refs.carTypePicker
- } = e
- if (columnIndex === 0) {
- // 模拟网络请求
- picker.setColumnValues(1, this.carModelColumnData[index])
- }
- },
- // 删除图片
- deletePic(event) {
- this[`fileList${event.name}`].splice(event.index, 1)
- },
- // 新增图片
- async afterRead(event, num) {
- // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
- let lists = [].concat(event.file)
- let fileListLen = this[`fileList${event.name}`].length
- lists.map((item) => {
- this[`fileList${event.name}`].push({
- ...item,
- status: 'uploading',
- message: '上传中'
- })
- })
- for (let i = 0; i < lists.length; i++) {
- const result = await this.uploadFilePromise(lists[i].url, num)
- let item = this[`fileList${event.name}`][fileListLen]
- this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
- status: 'success',
- message: '',
- url: result
- }))
- fileListLen++
- }
- },
- // 新增图片
- async afterRead1(event, num) {
- console.log(event)
- // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
- let lists = [].concat(event.file)
- let fileListLen = this[`fileList${event.name}`].length
- lists.map((item) => {
- this[`fileList${event.name}`].push({
- ...item,
- status: 'uploading',
- message: '上传中'
- })
- })
- for (let i = 0; i < lists.length; i++) {
- const result = await this.uploadFilePromise(lists[i].url, num)
- let item = this[`fileList${event.name}`][fileListLen]
- this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
- status: 'success',
- message: '',
- url: result
- }))
- fileListLen++
- }
- },
- uploadFilePromise(url, num) {
- uploadImage('image', url, 'appData/',
- result => {
- // 上传成功回调函数
- console.log('图片地址', result)
- if (num == 1) {
- if (!this.dataDetails.addressUrl) {
- this.dataDetails.addressUrl = result
- } else {
- this.dataDetails.addressUrl = this.dataDetails.addressUrl + ',' + result
- }
- } else if (num == 2) {
- if (!this.dataDetails.guaAddressUrl) {
- this.dataDetails.guaAddressUrl = result
- } else {
- this.dataDetails.guaAddressUrl = this.dataDetails.guaAddressUrl + ',' + result
- }
- }
- }
- )
- },
- //车牌号弹出键盘
- handleShowKeyboard(index) {
- if (this.dataDetails.carNumber == '') {
- this.carNumber = ''
- } else {
- this.carNumber = this.dataDetails.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)
- }
- },
- //车牌号弹出键盘
- handleClick(e) {
- this.carNumber = e.value
- this.dataDetails.carNumber = e.value //键盘输入值
- },
- confirmColor(val) {
- this.dataDetails.carNumberColour = val.value[0]
- this.carColor = false
- },
- colorClose() {
- this.carColor = false
- },
- selectNoColor() {
- this.carColor = true
- },
- confirmCarModel(val) {
- if (val.value[0] == '挂车') {
- this.dataDetails.useNature = "营业特种车"
- this.dataDetails.guaUseNature = "营运挂车"
- } else if (val.value[0] == '非挂车') {
- this.dataDetails.useNature = "营运货车"
- }
- this.sign = val.value[0]
- // this.dataDetails.carType = val.value[0] + ' ' + val.value[1]
- this.dataDetails.carCategory = val.value[0]
- this.dataDetails.carType = val.value[1]
- this.carModel = false
- },
- carModelClose() {
- this.carModel = false
- },
- selectCarModel() {
- this.carModel = true
- },
- selectNoColor() {
- this.carColor = true
- },
- unloadGroupPhoto() {
- uni.chooseImage({
- count: 1,
- success: function(res) {
- console.log(JSON.stringify(res.tempFilePaths));
- uploadImage('image', res.tempFilePaths[0], 'appData/',
- result => {
- // 上传成功
- console.log('图片地址', result)
- }
- )
- }
- });
- },
- validate() {
- if (uni.$u.test.isEmpty(this.dataDetails.operationCertificate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "道路运输证不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.operationCertificateNumber)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "道路运输证号不能为空!",
- })
- return true
- }
- if (this.dataDetails.operationCertificateNumber.length!=12) {
- this.$refs.uToast.show({
- type: 'error',
- message: "道路运输证号输入错误!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.operationCertificateValidityDate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "道路运输证有效期不能为空!",
- })
- return true
- }
- if (this.sign == '挂车') {
- if (uni.$u.test.isEmpty(this.dataDetails.trailerOperationCertificate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车道路运输证不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.trailerOperationCertificateNumber)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车道路运输证号不能为空!",
- })
- return true
- }
- if (this.dataDetails.trailerOperationCertificateNumber.length!=12) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车道路运输证号输入错误!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.trailerOperationCertificateValidityDate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车道路运输证有效期不能为空!",
- })
- return true
- }
- }
- if (uni.$u.test.isEmpty(this.dataDetails.drivingLicenseHomePage)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证主页不能为空!",
- })
- return true
- }
- if (this.dataDetails.vehicleType.length<2||this.dataDetails.vehicleType.length>10) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证车辆类型输入错误!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.drivingLicenseNumber)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证档案编号不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.drivingLicenseNumber)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证档案编号不能为空!",
- })
- return true
- }
- if (this.dataDetails.drivingLicenseNumber.length!=12) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证档案编号输入错误!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.drivingLicenseRegistrationDate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证注册日期不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.drivingLicenseIssueDate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证发证日期不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.drivingLicenseValidityDate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证有效期不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.lssuingAuthority)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证发证机关不能为空!",
- })
- return true
- }
- if (this.dataDetails.lssuingAuthority.length<5||this.dataDetails.lssuingAuthority.length>25) {
- this.$refs.uToast.show({
- type: 'error',
- message: "行驶证发证机关输入错误!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.energyType)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "能源类型不能为空!",
- })
- return true
- }
- if (this.sign == '挂车') {
- if (uni.$u.test.isEmpty(this.dataDetails.trailerLicenseHomePage)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证主页不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.trailerLicenseBackPage)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证副页不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.trailerLicenseNumber)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证档案编号不能为空!",
- })
- return true
- }
- if (this.dataDetails.trailerLicenseNumber.length!=12) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证档案编号输入错误!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.trailerLicenseRegistrationDate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证注册日期不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.trailerLicenseIssueDate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证发证日期不能为空!!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.trailerLicenseValidityDate)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证有效期不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.guaLssuingAuthority)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证发证机关不能为空!",
- })
- return true
- }
- if (this.dataDetails.guaLssuingAuthority.length<5||this.dataDetails.guaLssuingAuthority.length>25) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证发证机关输入错误!",
- })
- return true
- }
- }
-
- // true 为校验不通过
- if (uni.$u.test.isEmpty(this.dataDetails.carNumber)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "车牌号不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.owner)) {
- console.log(this.dataDetails.owner)
- this.$refs.uToast.show({
- type: 'error',
- message: "车辆所属车主不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.carTotalWeight) && this.sign == '非挂车') {
- this.$refs.uToast.show({
- type: 'error',
- message: "总质量不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.carTotalWeight)&& this.sign == '非挂车' && this.dataDetails.carTotalWeight<500
- ||uni.$u.test.isEmpty(this.dataDetails.carTotalWeight)&& this.sign == '非挂车' && this.dataDetails.carTotalWeight>60000) {
- this.$refs.uToast.show({
- type: 'error',
- message: "总质量输入错误!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.carApprovedWeight) && this.sign == '非挂车') {
- this.$refs.uToast.show({
- type: 'error',
- message: "核定载质量不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.carApprovedWeight)&& this.sign == '非挂车' && this.dataDetails.carApprovedWeight<500||
- uni.$u.test.isEmpty(this.dataDetails.carApprovedWeight) && this.sign == '非挂车' && this.dataDetails.carApprovedWeight>60000) {
- this.$refs.uToast.show({
- type: 'error',
- message: "核定载质量输入错误!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.servicingWeight) && this.sign == '挂车') {
- this.$refs.uToast.show({
- type: 'error',
- message: "整备质量不能为空!",
- })
- return true
- }
-
- if (uni.$u.test.isEmpty(this.dataDetails.carLong) || uni.$u.test.isEmpty(this.dataDetails.carWidth) || uni
- .$u.test.isEmpty(this.dataDetails.carHeight)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "外廓尺寸不能为空!",
- })
- return true
- }
-
-
-
-
- if (this.sign == '挂车') {
- if (uni.$u.test.isEmpty(this.dataDetails.trailerLicenseHomePage)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证主页不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.trailerLicenseBackPage)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证副页不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.trailerLicenseNumber)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车行驶证档案编号不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.guaCarNumber)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车车牌号不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.guaOwner)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "车辆所属车主不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.guaServicingWeight)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车整备质量不能为空!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.guaCarApprovedWeight)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车核定载质量不能为空!",
- })
- return true
- }
- if (this.dataDetails.guaCarApprovedWeight<500||this.dataDetails.guaCarApprovedWeight>60000) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车核定载质量输入错误!",
- })
- return true
- }
- if (uni.$u.test.isEmpty(this.dataDetails.guaCarLong) || uni.$u.test.isEmpty(this.dataDetails.guaCarWidth) || uni.$u.test.isEmpty(this.dataDetails.guaCarHeight)) {
- this.$refs.uToast.show({
- type: 'error',
- message: "挂车外廓尺寸不能为空!",
- })
- return true
- }
- // if (this.dataDetails.fileList2.length == 0) {
- // this.$refs.uToast.show({
- // type: 'error',
- // message: "人和挂车合影不能为空!",
- // })
- // return true
- // }
-
-
- }
-
- return false
- },
- submit() {
- this.dataDetails.driverId = uni.getStorageSync("firstAuthentication").id
- // 校验
- if (this.validate()) return
- if (!this.dataDetails.carApprovedWeight) {
- delete this.dataDetails.carApprovedWeight
- }
- if(this.dataDetails.carCategory == "非挂车"){
- delete this.dataDetails.guaUseNature
- }
- if(this.dataDetails.carCategory == "挂车"){
- if(this.dataDetails.guaCarNumber.indexOf('挂')==-1){
- this.dataDetails.guaCarNumber=this.dataDetails.guaCarNumber+'挂'
- }
- }
- uni.showLoading({
- mask: true,
- title: '加载中'
- })
- this.$request.baseRequest('post', '/driverCarInfo/api/addInfo', this.dataDetails).then(res => {
- uni.hideLoading()
- if (res.code == '200') {
-
- this.$refs.uToast.show({
- type: 'success',
- message: "提交成功!",
- complete() {
- uni.navigateBack({
- delta: 1
- });
- // uni.$u.route('/pages/mine/manageVehicles/index');
- }
- })
- // this.$refs.uToast.show({
- // ...params
- // })
- // uni.$u.route('/pages/mine/manageVehicles/index');
- } else if (res.code == '400'){
- uni.$u.toast('您输入的内容有问题,请检查后重新提交');
- }else{
- uni.$u.toast(res.message);
- }
- })
- .catch(res => {
- uni.hideLoading()
- console.log(res)
- uni.$u.toast(res.message);
- });
- },
- },
- }
- </script>
- <style lang="scss" scoped>
- .container {
- margin: 20rpx;
- background: white;
- padding: 0 20rpx;
- border-radius: 20rpx;
- padding-bottom: 200rpx;
- .left-text {
- // background: red;
- width: 176px;
- 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: 250rpx;
- box-sizing: border-box;
- }
- .row {
- border-bottom: 1px solid #EEEEEE;
- padding-bottom: 28rpx;
- margin-top: 26rpx;
- }
- .left-text {
- // background: red;
- width: 320rpx;
- color: #333333;
- display: flex;
- align-items: center;
- }
- .picture {
- position: relative;
- width: 100%;
- height: 440rpx;
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- .text {
- margin-top: 20rpx;
- }
- }
- .picture1 {
- background: url(../../../static/images/mine/jzz.png);
- background-size: 100% 100%;
- }
- .picture2 {
- background: url(../../../static/images/mine/jzf.png);
- background-size: 100% 100%;
- }
- .picture3 {
- background: url(../../../static/images/mine/xsz.png);
- background-size: 100% 100%;
- }
- .picture4 {
- background: url(../../../static/images/mine/xsf.png);
- background-size: 100% 100%;
- }
- .picture5 {
- background: url(../../../static/images/mine/gcxsz.png);
- background-size: 100% 100%;
- }
- .picture6 {
- background: url(../../../static/images/mine/gcxsf.png);
- background-size: 100% 100%;
- }
- .picture7 {
- background: url(../../../static/images/mine/cy.png);
- background-size: 100% 100%;
- }
- .picture8 {
- background: url(../../../static/images/mine/cy.png);
- background-size: 100% 100%;
- }
- .picture9 {
- background: url(../../../static/images/mine/cy.png);
- background-size: 100% 100%;
- }
- .xj-image {
- width: 100rpx;
- height: 100rpx;
- }
- .title {
- color: #999999;
- margin: 20rpx 0;
- }
- }
- .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: 10rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- color: #6A7282;
- }
- .submit-btn-wrap{
-
- position: fixed;
- z-index:1000;
- bottom:0;left:0;
- width:100%;
- padding:40rpx 0;
- background:#fff;
- }
- .submit-btn {
- bottom: 40rpx;
- width: 90%;
- background: #2772FB;
- color: white;
- text-align: center;
- margin:0 auto;
- padding: 30rpx 0;
- border-radius: 50rpx;
- }
- .del-card {
- position: absolute;
- top: -10rpx;
- right: -6rpx;
- width: 80rpx;
- height: 80rpx;
- z-index: 9;
- }
- /deep/.uni-input-input:disabled{
- background:transparent;
- }
- .phsy {
- // font-size: 20px !important;
- color: #999 !important
- }
- .car-uumber{
- text-align:right;
- }
- </style>
|