123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659 |
- <template>
- <view class="page">
- <public-module></public-module>
- <view class="fixed dis a-c j-start" :style="headerStyle">
- <u-icon name="arrow-left" size="40" @tap="back"></u-icon>
- <text style="margin: auto;">{{headerText}}</text>
- </view>
- <view class="banner"></view>
- <view v-show="carInfoShow" class="Information" style="margin-top: -84px;">
- <text class="title">车辆信息</text>
- <view class="collapse">
- <view class="top-ocr dis j-c a-c" v-show="!carfrontImg">
- <image src="../../static/image/car-insure/Frame.png" mode="">
- </image>
- <text @tap="ocrIdentify('carInfo')" style="margin-left: 5px;">点击上传/拍摄行驶证 自动填写信息</text>
- </view>
- <view v-show="!carExpand && !carfrontImg" class="btn-collapse dis a-c j-c" @click="expand('carExpand')">
- <text>展开手动输入车辆信息</text>
- <u-icon name="arrow-down" size="30" color="rgb(60 60 60 / 60%)" style="margin-left: 5px;"></u-icon>
- </view>
- <view v-show="carExpand" class="">
- <view v-if=" carfrontImg" class="movable-view dis f-c a-c">
- <movable-area>
- <movable-view direction="all" out-of-bounds :scale="true">
- <image :src="carfrontImg" mode=""
- :style="{width:'100%',height:'100%',transform:`rotate(-${cardeg}deg)`}">
- </image>
- </movable-view>
- </movable-area>
- <view class="operate-img dis j-s a-c">
- <view class="dis a-c" @tap="rotatefront('cardeg')">
- <image src="/static/image/car-insure/rotate1.png" mode=""></image>
- 左转
- </view>
- <view class="dis a-c" @tap="ocrIdentify('carInfo')">
- <image src="/static/image/car-insure/upload.png" mode=""></image>
- 上传
- </view>
- <view class="dis a-c" @tap="rotateback('cardeg')">
- <image src="/static/image/car-insure/rotate2.png" mode=""></image>
- 右转
- </view>
- </view>
- </view>
- <uni-forms :rules="carRules" :value="carInfo" ref="carForm" validate-trigger="bind"
- style="padding: 0 15px;" err-show-type="toast" label-width="100">
- <uni-forms-item label="车牌号: ">
- <input class="uni-input-input textColor" placeholder="输入车牌号" v-model="carInfo.licenseNo"
- placeholder-style="font-size:28upx" @input="upperCaseType('licenseNo')" />
- </uni-forms-item>
- <uni-forms-item name="frameNo" required label="车辆识别码:">
- <view class="d-flex a-center" style="height: 100%;">
- <input class="uni-input-input flex-1 textColor" placeholder="请输入车辆识别码"
- v-model="carInfo.frameNo" maxlength="17" placeholder-style="font-size:28upx"
- @input="upperCaseType('frameNo')" />
- <image src="/static/image/car-insure/search.png" mode=""
- style="width: 22px;height: 22px;" @tap="toChooseVin(carInfo.frameNo)">
- </image>
- </view>
- </uni-forms-item>
- <uni-forms-item name="modelcname" required label="品牌型号: ">
- <view class="d-flex a-center textColor" style="height: 100%;">
- <input class="uni-input-input flex-1 textColor" placeholder="请输入品牌型号"
- v-model="carInfo.modelcname"
- @blur="binddata('modelcname', $event.detail.value,'carForm')"
- placeholder-style="font-size:28upx" @input="upperCaseType('modelcname')" />
- <image src="/static/image/car-insure/search.png" mode=""
- style="width: 22px;height: 22px;" @tap="toChooseVehicleType(carInfo.modelcname)">
- </image>
- </view>
- </uni-forms-item>
- <uni-forms-item name="engineNo" required label="发动机号: ">
- <input class="uni-input-input textColor" placeholder="请输入发动机号" v-model="carInfo.engineNo"
- @blur="binddata('engineNo', $event.detail.value,'carForm')"
- placeholder-style="font-size:28upx" @input="upperCaseType('engineNo')" />
- </uni-forms-item>
- <uni-forms-item required label="注册日期" name="registerDate">
- <u-input type="select" :custom-style="{textAlign:'right'}" :select-open="registerDateShow"
- v-model="carInfo.registerDate" placeholder="请选择注册日期" @click="registerDateShow = true"
- placeholder-style="color:#808080"></u-input>
- <u-picker v-model="registerDateShow" mode="time" :params="params" :end-year="endYear"
- :end-month="endMonth" @confirm="e=> Dateconfirm(e,'carInfo','registerDate')"></u-picker>
- </uni-forms-item>
- <uni-forms-item required label="发证日期" name="issueDate">
- <u-input type="select" :custom-style="{textAlign:'right'}" :select-open="issueDateShow"
- v-model="carInfo.issueDate" placeholder="请选择发证日期" @click="issueDateShow = true"
- placeholder-style="color:#808080"></u-input>
- <u-picker v-model="issueDateShow" mode="time" :params="params"
- @confirm="e=> Dateconfirm(e,'carInfo','issueDate')"></u-picker>
- </uni-forms-item>
- <!-- <uni-forms-item v-if="carInfo.transferFlag" required label="转移登记日期" name="transferDate">
- <u-input type="select" :custom-style="{textAlign:'right'}" :select-open="transferDateShow"
- v-model="carInfo.transferDate" placeholder="请选择过户日期" @click="transferDateShow = true"
- placeholder-style="color:#808080"></u-input>
- <u-picker v-model="transferDateShow" mode="time" :params="params" :end-year="endYear"
- :end-month="endMonth" @confirm="e=> Dateconfirm(e,'carInfo','transferDate')"></u-picker>
- </uni-forms-item> -->
- <uni-forms-item label="整备质量: " required name="completeKerbMass">
- <input class="uni-input-input textColor" placeholder="请输入整备质量"
- v-model="carInfo.completeKerbMass" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item label="核定载质量: ">
- <input class="uni-input-input textColor" placeholder="请输入核定载质量" v-model="carInfo.limitLoad"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item label="使用性质: " required name="carnature">
- <u-input v-model="carInfo1.carnature" type="select" :select-open="carnatureShow"
- @click="carnatureShow = true" :custom-style="{textAlign:'right'}"
- placeholder-style="color:#808080" placeholder="请选择使用性质" />
- <u-select mode="single-column" :list="natureOfVehicleUseoptions" v-model="carnatureShow"
- label-name="dictTag" value-name="dictValue"
- @confirm="dictionaryConfirm($event,'carnature')"></u-select>
- </uni-forms-item>
- <uni-forms-item label="能源种类: " required name="energyType">
- <u-input v-model="carInfo1.energyType" type="select" :select-open="energyTypeShow"
- @click="energyTypeShow = true" :custom-style="{textAlign:'right'}"
- placeholder-style="color:#808080" placeholder="请选择能源种类" />
- <u-select mode="single-column" :list="energyTypeoptions" v-model="energyTypeShow"
- label-name="dictTag" value-name="dictValue"
- @confirm="dictionaryConfirm($event,'energyType')"></u-select>
- </uni-forms-item>
- <uni-forms-item label="车辆用途: " required name="vehicleUse">
- <u-input v-model="carInfo1.vehicleUse" type="select" :select-open="vehicleUseShow"
- @click="vehicleUseShow = true" :custom-style="{textAlign:'right'}"
- placeholder-style="color:#808080" placeholder="请选择车辆用途" />
- <u-select v-if="carInfo.carnature=='01'" mode="single-column"
- :list="businessVehicleUseoptions" v-model="vehicleUseShow" label-name="dictTag"
- value-name="dictValue" @confirm="dictionaryConfirm($event,'vehicleUse')"></u-select>
- <u-select v-else mode="single-column" :list="outOfBusinessVehicleUseoptions"
- v-model="vehicleUseShow" label-name="dictTag" value-name="dictValue"
- @confirm="dictionaryConfirm($event,'vehicleUse')"></u-select>
- </uni-forms-item>
- <uni-forms-item label="车辆类型: " required name="cartype">
- <u-input v-model="carInfo1.cartype" type="select" :select-open="cartypeShow"
- @click="cartypeShow = true" :custom-style="{textAlign:'right'}"
- placeholder-style="color:#808080" placeholder="请选择车辆类型" />
- <u-select mode="single-column" :list="trafficManagementVehicleTypeoptions"
- v-model="cartypeShow" label-name="dictTag" value-name="dictValue"
- @confirm="dictionaryConfirm($event,'cartype')"></u-select>
- </uni-forms-item>
- <uni-forms-item label="车辆种类: " required name="cimodelclass">
- <u-input v-model="carInfo1.cimodelclass" type="select" :select-open="cimodelclassShow"
- @click="cimodelclassShow = true" :custom-style="{textAlign:'right'}"
- placeholder-style="color:#808080" placeholder="请选择车辆种类" />
- <u-select mode="single-column" :list="vehicleTypeoptions" v-model="cimodelclassShow"
- label-name="dictTag" value-name="dictValue"
- @confirm="dictionaryConfirm($event,'cimodelclass')"></u-select>
- </uni-forms-item>
- <uni-forms-item label="年款: ">
- <input class="uni-input-input textColor" placeholder="请输入年款" v-model="carInfo.caryear"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item label="座位数: ">
- <input class="uni-input-input textColor" placeholder="请输入座位数" maxlength="1"
- v-model="carInfo.seatCount" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item label="排量: ">
- <input class="uni-input-input textColor" placeholder="请输入排量" v-model="carInfo.enginedesc"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item label="功率: ">
- <input class="uni-input-input textColor" placeholder="请输入功率" v-model="carInfo.powerScale"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item label="新车购置价: " required name="purchasePrice">
- <input class="uni-input-input textColor" placeholder="请输入新车购置价"
- v-model="carInfo.purchasePrice" placeholder-style="font-size:28upx"
- @blur="binddata('purchasePrice', $event.detail.value,'carForm')"
- @input="upperCaseType('purchasePrice')" />
- </uni-forms-item>
- <!-- <uni-forms-item label="是否过户: ">
- <view class="d-flex j-end a-c" style="height:100%">
- <u-switch v-model="carInfo.transferFlag" active-color="#0052FF " size="30"
- @change="transferFlagchange"></u-switch>
- </view>
- </uni-forms-item> -->
- </uni-forms>
- </view>
- </view>
- </view>
- <view class="Information">
- <text class="title">车主信息</text>
- <view class="collapse">
- <view class="top-ocr dis j-c a-c" v-show="!ownerfrontImg">
- <image src="../../static/image/car-insure/Frame1.png" mode="">
- </image>
- <text @tap="ocrIdentify('ownerInfo')" style="margin-left: 5px;">点击上传/拍摄身份证 自动填写信息</text>
- </view>
- <view v-show="!ownersExpand && !ownerfrontImg" class="btn-collapse dis a-c j-c"
- @click="expand('ownersExpand')">
- <text>展开手动输入车主信息</text>
- <u-icon name="arrow-down" size="30" color="rgb(60 60 60 / 60%)" style="margin-left: 5px;"></u-icon>
- </view>
- <view v-show="ownersExpand">
- <view v-show=" ownerfrontImg" class="movable-view dis f-c a-c">
- <movable-area>
- <movable-view direction="all" out-of-bounds :scale="true">
- <image :src="ownerfrontImg" mode=""
- :style="{width:'100%',height:'100%',transform:`rotate(-${user1deg}deg)`}">
- </image>
- </movable-view>
- </movable-area>
- <view class="operate-img dis j-s a-c">
- <view class="dis a-c" @tap="rotatefront('user1deg')">
- <image src="/static/image/car-insure/rotate1.png" mode=""></image>
- 左转
- </view>
- <view class="dis a-c" @tap="ocrIdentify('ownerInfo')">
- <image src="/static/image/car-insure/upload.png" mode=""></image>
- 上传
- </view>
- <view class="dis a-c" @tap="rotateback('user1deg')">
- <image src="/static/image/car-insure/rotate2.png" mode=""></image>
- 右转
- </view>
- </view>
- </view>
- <uni-forms :rules="ownerRules" :value="ownerInfo" ref="ownerForm" validate-trigger="bind"
- style="padding: 0 15px;" err-show-type="toast" label-width="80">
- <uni-forms-item name="name" required label="姓名: ">
- <input class="uni-input-input textColor" placeholder="请输入姓名" v-model="ownerInfo.name"
- maxlength="5" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item name="identifyType" required label="证件类型:">
- <view class="dis a-c j-end" style="width:100%;height: 100%;">
- 身份证
- </view>
- </uni-forms-item>
- <uni-forms-item required name="identifyNumber" label="证件号: ">
- <input class="uni-input-input textColor" placeholder="请输入证件号"
- v-model="ownerInfo.identifyNumber" maxlength="18"
- @blur="binddata('identifyNumber', $event.detail.value,'ownerInfo')"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required name="age" label="年龄: ">
- <input class="uni-input-input textColor" disabled placeholder="请输入年龄"
- v-model="ownerInfo.age" maxlength="18" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item name="gender" required label="性别:">
- <input class="uni-input-input textColor" disabled placeholder="请输入性别"
- v-model="ownerInfo.gender" maxlength="1" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required name="mobile" label="手机号: ">
- <input class="uni-input-input textColor" placeholder="请输入手机号" v-model="ownerInfo.mobile"
- maxlength="11" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required name="addr" label="地址: ">
- <u-input type="textarea" v-model="ownerInfo.addr" :custom-style="{textAlign:'right'}"
- placeholder-style="color:#808080" :auto-height="true" placeholder="请输入地址" />
- </uni-forms-item>
- <uni-forms-item name="email" label="邮箱: ">
- <input class="uni-input-input textColor" placeholder="请输入邮箱" v-model="ownerInfo.email"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required label="有效期起期" name="identifyValidDate">
- <u-input type="select" :select-open="ownerDateShow" v-model="ownerInfo.identifyValidDate"
- placeholder="请选择有效期起期" @click="ownerDateShow = true" :custom-style="{textAlign:'right'}"
- placeholder-style="color:#808080"></u-input>
- <u-picker v-model="ownerDateShow" mode="time" :params="params"
- @confirm="e=> Dateconfirm(e,'ownerInfo','identifyValidDate')"></u-picker>
- </uni-forms-item>
- <uni-forms-item required label="有效期止期" name="identifyValidEndDate" style="padding-right: 18px;">
- <input class="uni-input-input textColor" disabled placeholder="有效期止期"
- v-model="ownerInfo.identifyValidEndDate" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item label="止期年限" style="padding: 10px 0 5px;">
- <view class="dis a-c j-c">
- <view class="status-data" :class="item.value==ownerValidEndDateholder? 'active':''"
- v-for="(item,index) in endDateList"
- @tap="ValidEndDateClick(item.value,'ownerValidEndDateholder','ownerInfo')"
- :key="index">
- {{item.label}}
- </view>
- </view>
- </uni-forms-item>
- </uni-forms>
- </view>
- </view>
- </view>
- <view class="Information" style="padding-bottom: 10px;border-bottom: 1px solid #f2f2f2;">
- <view class=" dis j-s a-c">
- <text class="title">投保人信息</text>
- <view class="dis a-c j-c">
- <view class="status-data" :class="item.value==policyHolderholder? 'active':''"
- v-for="(item,index) in holderstatusList" @tap="applicantholderClick(item.value)" :key="index">
- {{item.label}}
- </view>
- </view>
- </view>
- <uni-forms :rules="policyHolderRules" :value="policyHolderInfo" ref="policyHolderForm"
- validate-trigger="bind" err-show-type="toast" label-width="80">
- <view v-show="policyHolderholder=='99'" class="collapse">
- <view class="top-ocr dis j-c a-c" v-show="!policyHolderfrontImg">
- <image src="../../static/image/car-insure/Frame1.png" mode="">
- </image>
- <text @tap="ocrIdentify('policyHolderInfo')" style="margin-left: 5px;">点击上传/拍摄身份证 自动填写信息</text>
- </view>
- <view v-show="!policyHolderExpand && !policyHolderfrontImg" class="btn-collapse dis a-c j-c"
- @click="expand('policyHolderExpand')">
- <text>展开手动输入投保人信息</text>
- <u-icon name="arrow-down" size="30" color="rgb(60 60 60 / 60%)"
- style="margin-left: 5px;"></u-icon>
- </view>
- <view v-show="policyHolderExpand">
- <view v-show=" policyHolderfrontImg" class="movable-view dis f-c a-c">
- <movable-area>
- <movable-view direction="all" out-of-bounds :scale="true">
- <image :src="policyHolderfrontImg" mode=""
- :style="{width:'100%',height:'100%',transform:`rotate(-${user2deg}deg)`}">
- </image>
- </movable-view>
- </movable-area>
- <view class="operate-img dis j-s a-c">
- <view class="dis a-c" @tap="rotatefront('user2deg')">
- <image src="/static/image/car-insure/rotate1.png" mode=""></image>
- 左转
- </view>
- <view class="dis a-c" @tap="ocrIdentify('policyHolderInfo')">
- <image src="/static/image/car-insure/upload.png" mode=""></image>
- 上传
- </view>
- <view class="dis a-c" @tap="rotateback('user2deg')">
- <image src="/static/image/car-insure/rotate2.png" mode=""></image>
- 右转
- </view>
- </view>
- </view>
- <view style="padding: 0 15px;">
- <uni-forms-item name="name" required label="姓名: ">
- <input class="uni-input-input textColor" placeholder="请输入姓名"
- v-model="policyHolderInfo.name" maxlength="5" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item name="identifyType" required label="证件类型:">
- <view class="dis a-c j-end" style="width:100%;height: 100%;">
- 身份证
- </view>
- </uni-forms-item>
- <uni-forms-item required name="identifyNumber" label="证件号: ">
- <input class="uni-input-input textColor" placeholder="请输入证件号"
- v-model="policyHolderInfo.identifyNumber" maxlength="18"
- @blur="binddata('identifyNumber', $event.detail.value,'policyHolderInfo')"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required name="age" label="年龄: ">
- <input class="uni-input-input textColor" disabled placeholder="请输入年龄"
- v-model="policyHolderInfo.age" maxlength="18" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item name="gender" required label="性别:">
- </uni-forms-item>
- <uni-forms-item required name="mobile" label="手机号: ">
- <input class="uni-input-input textColor" placeholder="请输入手机号"
- v-model="policyHolderInfo.mobile" maxlength="11"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required name="addr" label="地址: ">
- <u-input type="textarea" v-model="policyHolderInfo.addr"
- :custom-style="{textAlign:'right'}" placeholder-style="color:#808080"
- placeholder="请输入地址" />
- </uni-forms-item>
- <uni-forms-item name="email" label="邮箱: ">
- <input class="uni-input-input textColor" placeholder="请输入邮箱"
- v-model="policyHolderInfo.email" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required label="有效期起期" name="identifyValidDate">
- <u-input type="select" :select-open="applicantDateShow"
- v-model="policyHolderInfo.identifyValidDate" placeholder="请选择有效期起期"
- @click="applicantDateShow = true" :custom-style="{textAlign:'right'}"
- placeholder-style="color:#808080"></u-input>
- <u-picker v-model="applicantDateShow" mode="time" :params="params"
- @confirm="e=> Dateconfirm(e,'policyHolderInfo','identifyValidDate')"></u-picker>
- </uni-forms-item>
- <uni-forms-item required label="有效期止期" name="identifyValidEndDate"
- style="padding-right: 18px;">
- <input class="uni-input-input textColor" disabled placeholder="有效期止期"
- v-model="policyHolderInfo.identifyValidEndDate"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item label="止期年限" style="padding: 10px 0 5px;">
- <view class="dis a-c j-c">
- <view class="status-data" :class="item.value==policyValidEndDateholder? 'active':''"
- v-for="(item,index) in endDateList"
- @tap="ValidEndDateClick(item.value,'policyValidEndDateholder','policyHolderInfo')"
- :key="index">
- {{item.label}}
- </view>
- </view>
- </uni-forms-item>
- </view>
- </view>
- </view>
- </uni-forms>
- </view>
- <view class="Information " style="padding-bottom: 10px;border-bottom: 1px solid #f2f2f2;">
- <view class="dis j-s a-c">
- <text class="title">被保人信息</text>
- <view class="dis a-c j-c">
- <view class="status-data" :class="item.value==Insuredholder? 'active':''"
- v-for="(item,index) in insuredstatusList" @tap="InsuredholderClick(item.value)" :key="index">
- {{item.label}}
- </view>
- </view>
- </view>
- <uni-forms :rules="InsuredRules" :value="insuredPersonInfo" ref="InsuredForm" validate-trigger="bind"
- err-show-type="toast" label-width="80">
- <view v-show="Insuredholder=='99'" class="collapse">
- <view class="top-ocr dis j-c a-c" v-show="!InsuredfrontImg">
- <image src="../../static/image/car-insure/Frame1.png" mode="">
- </image>
- <text @tap="ocrIdentify('insuredPersonInfo')" style="margin-left: 5px;">点击上传/拍摄身份证 自动填写信息</text>
- </view>
- <view v-show="!InsuredExpand && !InsuredfrontImg" class="btn-collapse dis a-c j-c"
- @click="expand('InsuredExpand')">
- <text>展开手动输入被保人信息</text>
- <u-icon name="arrow-down" size="30" color="rgb(60 60 60 / 60%)"
- style="margin-left: 5px;"></u-icon>
- </view>
- <view v-show='InsuredExpand'>
- <view v-show=" InsuredfrontImg" class="movable-view dis f-c a-c">
- <movable-area>
- <movable-view direction="all" out-of-bounds :scale="true">
- <image :src="InsuredfrontImg" mode=""
- :style="{width:'100%',height:'100%',transform:`rotate(-${user3deg}deg)`}">
- </image>
- </movable-view>
- </movable-area>
- <view class="operate-img dis j-s a-c">
- <view class="dis a-c" @tap="rotatefront('user3deg')">
- <image src="/static/image/car-insure/rotate1.png" mode=""></image>
- 左转
- </view>
- <view class="dis a-c" @tap="ocrIdentify('insuredPersonInfo')">
- <image src="/static/image/car-insure/upload.png" mode=""></image>
- 上传
- </view>
- <view class="dis a-c" @tap="rotateback('user3deg')">
- <image src="/static/image/car-insure/rotate2.png" mode=""></image>
- 右转
- </view>
- </view>
- </view>
- <view style="padding: 0 15px;">
- <uni-forms-item name="name" required label="姓名: ">
- <input class="uni-input-input textColor" placeholder="请输入姓名"
- v-model="insuredPersonInfo.name" maxlength="5"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item name="identifyType" required label="证件类型:">
- <view class="dis a-c j-end" style="width:100%;height: 100%;">
- 身份证
- </view>
- </uni-forms-item>
- <uni-forms-item required name="identifyNumber" label="证件号: ">
- <input class="uni-input-input textColor" placeholder="请输入证件号"
- v-model="insuredPersonInfo.identifyNumber" maxlength="18"
- @blur="binddata('identifyNumber', $event.detail.value,'insuredPersonInfo')"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required name="age" label="年龄: ">
- <input class="uni-input-input textColor" disabled placeholder="请输入年龄"
- v-model="insuredPersonInfo.age" maxlength="18"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item name="gender" required label="性别:">
- </uni-forms-item>
- <uni-forms-item required name="mobile" label="手机号: ">
- <input class="uni-input-input textColor" placeholder="请输入手机号"
- v-model="insuredPersonInfo.mobile" maxlength="11"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required name="addr" label="地址: ">
- <u-input type="textarea" v-model="insuredPersonInfo.addr"
- :custom-style="{textAlign:'right'}" :auto-height="true"
- placeholder-style="color:#808080" placeholder="请输入地址" />
- </uni-forms-item>
- <uni-forms-item name="email" label="邮箱: ">
- <input class="uni-input-input textColor" placeholder="请输入邮箱"
- v-model="insuredPersonInfo.email" placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item required label="有效期起期" name="identifyValidDate">
- <u-input type="select" :select-open="InsuredDateShow"
- v-model="insuredPersonInfo.identifyValidDate" placeholder="请选择有效期起期"
- @click="InsuredDateShow = true" :custom-style="{textAlign:'right'}"
- placeholder-style="color:#808080"></u-input>
- <u-picker v-model="InsuredDateShow" mode="time" :params="params"
- @confirm="e=> Dateconfirm(e,'insuredPersonInfo','identifyValidDate')"></u-picker>
- </uni-forms-item>
- <uni-forms-item required label="有效期止期" name="identifyValidEndDate"
- style="padding-right: 18px;">
- <input class="uni-input-input textColor" disabled placeholder="有效期止期"
- v-model="insuredPersonInfo.identifyValidEndDate"
- placeholder-style="font-size:28upx" />
- </uni-forms-item>
- <uni-forms-item label="止期年限" style="padding: 10px 0 5px;">
- <view class="dis a-c j-c">
- <view class="status-data"
- :class="item.value==insuredValidEndDateholder? 'active':''"
- v-for="(item,index) in endDateList"
- @tap="ValidEndDateClick(item.value,'insuredValidEndDateholder','insuredPersonInfo')"
- :key="index">
- {{item.label}}
- </view>
- </view>
- </uni-forms-item>
- </view>
- </view>
- </view>
- </uni-forms>
- </view>
- <view class="footer-btn">
- <u-button type="primary" style="background:#0052FF;" @tap="next">下一步</u-button>
- </view>
- <OCRComponent :showModal='OCRShow' @closePopup="closePopup" :tabslist="tabslist" @tabschange="OCRtabschange"
- :tabsCurrent="tabsCurrent" :checkType='checkType' @carCallback="carCallback"
- @ownerInfoCallback="ownerInfoCallback" @applicantInfoCallback="applicantInfoCallback"
- @InsuredInfoCallback="InsuredInfoCallback">
- </OCRComponent>
- </view>
- </template>
- <script>
- import OCRComponent from '@/components/modules/carInsure/OCRComponent/OCRComponent.vue'; //引用图片信息检查插件
- import {
- getAgeByIdCard,
- getGenderFromIdCard
- } from '@/plugins/utils';
- var dateTime = new Date();
- let Year = dateTime.getFullYear();
- let Month = Number(dateTime.getMonth() + 1);
- export default {
- components: {
- OCRComponent
- },
- data() {
- return {
- carInfo: {
- licenseNo: "", //车牌号
- brandName: "", //车辆品牌型号
- vinNo: "", //车架号
- engineNo: "", //发动机号
- modelCode: "", //车型编码
- seatCount: "0", //核定载客量 核定载人数
- purchasePrice: "", //新车购置价最低,行业实际价值,协商价值
- carBrand: "", //车型品牌
- ciCarName: "", //行业车型名称
- ciModelCode: "", //行业车型编码
- completeKerbMass: "", //整备质量
- exhaustScale: "", //排量
- factory: "", //工厂名称
- factoryid: "", //工厂编码
- frameNo: "", //车架号
- licenseTypeCode: "02", //号牌种类
- vehicleclass: "", //车辆类型
- familyName: "", //车型
- modelcname: "", //车型名称
- powertypecode: "", //燃料类型编码
- vehicleweight: "", //总质量
- limitLoad: "", //核定载质量
- caryear: "0", //年款
- cimodelclass: "A0", //车辆种类
- powertype: "汽油", //燃料类型
- energyType: "0", //能源种类
- enginedesc: "", //排量
- powerScale: "", //功率
- registerDate: "", //注册日期
- issueDate: "", //发证日期
- transferFlag: false, //过户标志
- transferFlagBi: false, //商业过户标志
- transferDate: "", //过户日期
- loanStatus: 0, //贷款标志
- firstBeneMan: "", //第一受益人
- noLicenseFlag: false, //是否新车
- cartype: "K33", //客车A0 货车H0
- carnature: "02", //使用性质 家庭自用8A 非营业企业8B 非营业党政机关,事业团体8C 非营业货车8D
- property: "1", //所属性质 1个人 2企业 3个人
- outOfInsurance: false, //脱保
- usedCar: false, //二手车
- vehicleUse: "05" //车辆用途
- },
- ownerInfo: {
- name: "",
- identifyType: "01",
- identifyNumber: "",
- addr: "",
- gender: "", //性别
- email: "", //邮箱
- mobile: "",
- identifyValidDate: "", //有效期起期
- identifyValidEndDate: "", //有效期止期
- age: "", //年龄
- },
- policyHolderInfo: {
- name: "",
- identifyType: "01",
- identifyNumber: "",
- addr: "",
- gender: "", //性别
- email: "",
- mobile: "",
- identifyValidDate: "", //有效期起期
- identifyValidEndDate: "", //有效期止期
- age: "", //年龄
- },
- insuredPersonInfo: {
- name: "",
- identifyType: "01",
- identifyNumber: "",
- addr: "",
- gender: "", //性别
- email: "",
- mobile: "",
- identifyValidDate: "", //有效期起期
- identifyValidEndDate: "", //有效期止期
- age: "", //年龄
- },
- //影像信息
- riskList: [], //交强险和商业险的选择
- kindList: [], //商业险险种的选择
- carInfoPositiveList: [], //车辆
- ownerInfoPositiveList: [], //车主
- policyHolderInfoPositiveList: [], //投保人
- insuredPersonInfoPositiveList: [], //被保人
- //影像信息
- carfrontImg: "", //显示图片
- carbackImg: "", //显示图片
- ownerfrontImg: "", //显示图片
- ownerbackImg: "", //显示图片
- policyHolderfrontImg: "", //显示图片
- policyHolderbackImg: "", //显示图片
- InsuredfrontImg: "", //显示图片
- InsuredbackImg: "", //显示图片
- OCRShow: false,
- tabsCurrent: 0,
- checkType: "carInfo", //组件类型
- tabslist: [{
- name: '行驶证识别'
- }],
- params: {
- year: true, //年
- month: true, //月
- day: true, //日
- hour: false, //时
- minute: false, //分
- second: false, //秒
- },
- errorType: ['message', 'toast'],
- carRules: {
- frameNo: {
- rules: [{
- required: true,
- errorMessage: '请输入车辆识别码',
- }, {
- pattern: /^([0-9A-Z]){17}$/,
- errorMessage: '请输入正确的车辆识别码',
- }]
- },
- modelcname: {
- rules: [{
- required: true,
- errorMessage: '请输入品牌型号',
- }, ]
- },
- engineNo: {
- rules: [{
- required: true,
- errorMessage: '请输入发动机号',
- }, ]
- },
- purchasePrice: {
- rules: [{
- required: true,
- errorMessage: '请输入新车购置价',
- }, {
- validateField: function(rule, value, data, callback) {
- if (value == 0) {
- callback('新车购置价不能为零')
- }
- return true
- }
- }]
- },
- completeKerbMass: {
- rules: [{
- required: true,
- errorMessage: '请输入整备质量',
- }, ]
- },
- carnature: {
- rules: [{
- required: true,
- errorMessage: '使用性质必选',
- }, ]
- },
- vehicleUse: {
- rules: [{
- required: true,
- errorMessage: '车辆用途必选',
- }, ]
- },
- registerDate: {
- rules: [{
- required: true,
- errorMessage: '请选择注册日期',
- }, {
- pattern: /^\d{4}-\d{2}-\d{2}$/,
- errorMessage: '注册日期格式错误',
- }]
- },
- issueDate: {
- rules: [{
- required: true,
- errorMessage: '请选择发证日期',
- }, {
- pattern: /^\d{4}-\d{2}-\d{2}$/,
- errorMessage: '发证日期日期格式错误',
- }]
- }
- },
- ownerRules: {
- name: {
- rules: [{
- required: true,
- errorMessage: '请输入车主姓名',
- },
- {
- minLength: 2,
- maxLength: 5,
- errorMessage: '车主姓名长度在 {minLength} 到 {maxLength} 个字符',
- },
- {
- pattern: /^([\u4e00-\u9fa5]{1,6}|[a-zA-Z\.\s]{1,6})$/,
- errorMessage: '请输入正确的车主姓名',
- }
- ]
- },
- identifyNumber: {
- rules: [{
- required: true,
- errorMessage: '请输入车主证件号',
- },
- {
- pattern: /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
- errorMessage: '请输入正确的车主证件号',
- }
- ]
- },
- mobile: {
- rules: [{
- required: true,
- errorMessage: '请输入车主手机号',
- },
- {
- pattern: /^1[3-9]\d{9}$/,
- errorMessage: '请输入正确的手机号',
- }
- ]
- },
- addr: {
- rules: [{
- required: true,
- errorMessage: '请输入车主地址',
- },
- {
- minLength: 8,
- maxLength: 40,
- errorMessage: '车主地址长度在 {minLength} 到 {maxLength} 个字符',
- },
- ]
- },
- identifyValidDate: {
- rules: [{
- required: true,
- errorMessage: '请选择身份证起期',
- }, {
- pattern: /^\d{4}-\d{2}-\d{2}$/,
- errorMessage: '身份证起期格式错误',
- }]
- },
- identifyValidEndDate: {
- rules: [{
- required: true,
- errorMessage: '请选择身份证止期',
- }, {
- pattern: /^\d{4}-\d{2}-\d{2}$/,
- errorMessage: '身份证止期格式错误',
- }]
- },
- },
- policyHolderRules: {
- name: {
- rules: [{
- required: true,
- errorMessage: '请输入投保人姓名',
- },
- {
- minLength: 2,
- maxLength: 5,
- errorMessage: '投保人姓名长度在 {minLength} 到 {maxLength} 个字符',
- },
- {
- pattern: /^([\u4e00-\u9fa5]{1,6}|[a-zA-Z\.\s]{1,6})$/,
- errorMessage: '请输入正确的投保人姓名',
- }
- ]
- },
- identifyNumber: {
- rules: [{
- required: true,
- errorMessage: '请输入投保人证件号',
- },
- {
- pattern: /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
- errorMessage: '请输入正确的投保人证件号',
- }
- ]
- },
- mobile: {
- rules: [{
- required: true,
- errorMessage: '请输入投保人手机号',
- },
- {
- pattern: /^1[3-9]\d{9}$/,
- errorMessage: '请输入正确的手机号',
- }
- ]
- },
- addr: {
- rules: [{
- required: true,
- errorMessage: '请输入投保人地址',
- },
- {
- minLength: 8,
- maxLength: 40,
- errorMessage: '投保人地址长度在 {minLength} 到 {maxLength} 个字符',
- },
- ]
- },
- identifyValidDate: {
- rules: [{
- required: true,
- errorMessage: '请选择身份证起期',
- }, {
- pattern: /^\d{4}-\d{2}-\d{2}$/,
- errorMessage: '身份证起期格式错误',
- }]
- },
- identifyValidEndDate: {
- rules: [{
- required: true,
- errorMessage: '请选择身份证止期',
- }, {
- pattern: /^\d{4}-\d{2}-\d{2}$/,
- errorMessage: '身份证止期格式错误',
- }]
- },
- },
- InsuredRules: {
- name: {
- rules: [{
- required: true,
- errorMessage: '请输入被保人姓名',
- },
- {
- minLength: 2,
- maxLength: 5,
- errorMessage: '被保人姓名长度在 {minLength} 到 {maxLength} 个字符',
- },
- {
- pattern: /^([\u4e00-\u9fa5]{1,6}|[a-zA-Z\.\s]{1,6})$/,
- errorMessage: '请输入正确的被保人姓名',
- }
- ]
- },
- identifyNumber: {
- rules: [{
- required: true,
- errorMessage: '请输入被保人证件号',
- },
- {
- pattern: /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
- errorMessage: '请输入正确的被保人证件号',
- }
- ]
- },
- mobile: {
- rules: [{
- required: true,
- errorMessage: '请输入被保人手机号',
- },
- {
- pattern: /^(13[0-9]|14[01456879]|15[0-3,5-9]|16[2567]|17[0-8]|18[0-9]|19[0-3,5-9])\d{8}$/,
- errorMessage: '请输入正确的手机号',
- }
- ]
- },
- addr: {
- rules: [{
- required: true,
- errorMessage: '请输入被保人地址',
- },
- {
- minLength: 8,
- maxLength: 40,
- errorMessage: '被保人地址长度在 {minLength} 到 {maxLength} 个字符',
- },
- ]
- },
- identifyValidDate: {
- rules: [{
- required: true,
- errorMessage: '请选择身份证起期',
- }, {
- pattern: /^\d{4}-\d{2}-\d{2}$/,
- errorMessage: '身份证起期格式错误',
- }]
- },
- identifyValidEndDate: {
- rules: [{
- required: true,
- errorMessage: '请选择身份证止期',
- }, {
- pattern: /^\d{4}-\d{2}-\d{2}$/,
- errorMessage: '身份证止期格式错误',
- }]
- },
- },
- endYear: Year,
- endMonth: Month,
- registerDateShow: false, //注册日期
- issueDateShow: false, //发证日期
- transferDateShow: false, //转移登记日期
- ownerDateShow: false, //
- applicantDateShow: false, //
- InsuredDateShow: false, //
- identifyType: "身份证",
- carExpand: false,
- ownersExpand: false,
- policyHolderExpand: false,
- InsuredExpand: false,
- carInfoShow: true, //车辆信息显示
- headerText: '信息录入',
- headerStyle: {
- backgroundColor: 'transparent',
- },
- prevScrollTop: 0,
- policyHolderholder: "1",
- Insuredholder: "2",
- ownerValidEndDateholder: null,
- policyValidEndDateholder: null,
- insuredValidEndDateholder: null,
- holderstatusList: [{
- label: '同车主',
- value: "1",
- },
- {
- label: '其他人',
- value: "99",
- },
- ],
- insuredstatusList: [{
- label: '同车主',
- value: '1',
- },
- {
- label: '同投保人',
- value: '2',
- },
- {
- label: '其他人',
- value: '99',
- },
- ],
- endDateList: [{
- label: '10年',
- value: "10年"
- },
- {
- label: '20年',
- value: "20年"
- },
- {
- label: '长期',
- value: "长期"
- },
- ],
- cardeg: 0, //旋转角度
- user1deg: 0, //旋转角度
- user2deg: 0, //旋转角度
- user3deg: 0, //旋转角度
- routepage: "",
- carInfo1: {
- carnature: "非营业",
- energyType: "燃油",
- vehicleUse: "家庭自用",
- cartype: "轿车",
- cimodelclass: "客车",
- },
- carnatureShow: false, //使用性质
- energyTypeShow: false, //能源种类
- vehicleUseShow: false, //车辆用途
- cartypeShow: false, //车辆类型
- cimodelclassShow: false, //车辆种类
- natureOfVehicleUseoptions: [],
- vehicleTypeoptions: [],
- trafficManagementVehicleTypeoptions: [],
- energyTypeoptions: [],
- businessVehicleUseoptions: [],
- outOfBusinessVehicleUseoptions: [],
- }
- },
- watch: {
- checkType: {
- handler(val) {
- switch (val) {
- case 'carInfo':
- this.tabslist = [{
- name: '行驶证识别'
- }]
- break;
- default:
- this.tabslist = [{
- name: '证件识别'
- }]
- break;
- }
- },
- deep: true
- },
- // "carInfo.energyType": {
- // handler(val) {
- // if (val) {
- // this.carInfo1.energyType = this.dictionaryMatching(this.energyTypeoptions,
- // this
- // .carInfo
- // .energyType);
- // }
- // },
- // deep: true
- // },
- "carInfo.cartype": {
- handler(val) {
- if (val) {
- this.carInfo1.cartype = this.dictionaryMatching(this.trafficManagementVehicleTypeoptions,
- this
- .carInfo
- .cartype);
- }
- },
- deep: true
- },
- "carInfo.vehicleUse": {
- handler(val) {
- if (val) {
- this.carInfo1.vehicleUse = this.carInfo.carnature == '02' ? this.dictionaryMatching(this
- .outOfBusinessVehicleUseoptions,
- this
- .carInfo
- .vehicleUse) : "";
- }
- },
- deep: true
- },
- },
- onShow() {
- },
- onLoad(params) {
- this.getDicType("businessVehicleUse"); //车辆用途(营业)
- this.getDicType("outOfBusinessVehicleUse"); //车辆用途(非营业)
- this.getDicType("natureOfVehicleUse"); //车辆性质
- this.getDicType("vehicleType"); //车辆种类
- this.getDicType("trafficManagementVehicleType"); //车辆类型
- this.getDicType("energyType"); //能源种类
- let pages = getCurrentPages(); // 当前页面路由
- if (pages.length > 1) {
- let beforePage = pages[pages.length - 2].route; // 上一个页面路由
- this.routepage = beforePage;
- }
- if (!!params.licenseNo) {
- this.carExpand = true;
- this.carInfo.licenseNo = decodeURIComponent(params.licenseNo);
- } else {
- const eventChannel = this.getOpenerEventChannel()
- eventChannel.on('acceptData', (data) => {
- console.log(data);
- if (!!data) {
- let info = JSON.parse(JSON.stringify(data));
- let page = this.routepage;
- switch (page) {
- case 'pages/carInsure2/entry':
- this.carInfoShow = false;
- this.carInfo = info.carInfo; //车辆信息
- if (this.carInfo.cimodelclass == 'A0') {
- this.carInfo1.cimodelclass = "客车"
- } else {
- this.carInfo1.cimodelclass = "货车"
- }
- this.ownerInfo.name = info.carInfo.carOwner; //车主
- this.carInfoPositiveList = info.carInfoPositiveList; //车辆
- break;
- case 'pages/carInsure2/quote':
- case 'pages/carInsure2/quoteDetail':
- this.carInfo = info.carInfo; //车辆信息
- if (this.carInfo.cimodelclass == 'A0') {
- this.carInfo1.cimodelclass = "客车"
- } else {
- this.carInfo1.cimodelclass = "货车"
- }
- this.ownerInfo = info.ownerInfo; //车主信息
- this.policyHolderInfo = info.policyHolderInfo; //投保人信息
- this.insuredPersonInfo = info.insuredPersonInfo; //被保人信息
- this.riskList = info.riskList; //险种大类
- this.kindList = info.kindList; //商业险险别
- this.carInfoPositiveList = info.carInfoPositiveList; //车辆
- this.ownerInfoPositiveList = info.ownerInfoPositiveList; //车主
- this.policyHolderInfoPositiveList = info.policyHolderInfoPositiveList; //投保
- this.insuredPersonInfoPositiveList = info.insuredPersonInfoPositiveList; //被保人
- this.carExpand = true;
- this.ownersExpand = true;
- this.policyHolderExpand = true;
- this.InsuredExpand = true;
- this.policyHolderholder = "99";
- this.Insuredholder = "99";
- break;
- default:
- break;
- }
- }
- })
- }
- },
- onPageScroll(e) {
- this.handleScroll(e);
- },
- mounted() {
- uni.pageScrollTo({
- scrollTop: 0,
- duration: 0
- });
- uni.$on('scroll', this.handleScroll);
- },
- destroyed() {
- uni.$off('scroll', this.handleScroll);
- },
- methods: {
- async getDicType(type) {
- let res = await this.$http.get('/sysDict/dictDetails/' + type);
- if (res.code == 200) {
- this[type + 'options'] = res.data.ddList;
- // if (type == "trafficManagementVehicleType") {
- // this.carInfo1.cartype = this.dictionaryMatching(this.trafficManagementVehicleTypeoptions, this
- // .carInfo
- // .cartype)
- // this.carInfo1.cimodelclass = this.dictionaryMatching(this.vehicleTypeoptions,
- // this
- // .carInfo
- // .cimodelclass)
- // }
- }
- },
- dictionaryConfirm(e, name) {
- if (name == 'carnature') {
- this.carInfo1['vehicleUse'] = "";
- }
- this.carInfo[name] = e[0].value;
- this.carInfo1[name] = e[0].label;
- },
- async toChooseVin(cctype) {
- if (cctype == '' || cctype == null) {
- return uni.showToast({
- icon: 'none',
- title: '请输入车架号',
- duration: 1500
- });
- } else {
- if (!this.isFrameno(cctype.trim())) {
- return uni.showToast({
- title: '请输入正确的车辆识别码',
- icon: "none"
- });
- }
- this.navigate({
- url: '/pages/carInsure2/carType?frameNo=' + encodeURIComponent(cctype)
- }, "navigateTo", true);
- }
- },
- //跳转选择车辆类型页面
- toChooseVehicleType(cctype) {
- if (cctype == '' || cctype == null) {
- uni.showToast({
- icon: 'none',
- title: '请输入车型名称',
- duration: 1500
- });
- } else {
- let cctypeName = cctype.replace(/[^u4e00-u9fa5|,]+/ig, '')
- this.navigate({
- url: '/pages/carInsure2/carType?modelName=' + encodeURIComponent(cctypeName)
- }, "navigateTo", true);
- }
- },
- //验证车架号
- isFrameno(str) {
- let mPattern = /^([0-9A-Z]){17}$/;
- return mPattern.test(str);
- },
- rotatefront(int) {
- this[int] = this[int] == 270 ? 0 : this[int] + 90;
- },
- rotateback(int) {
- this[int] = this[int] == 0 ? 270 : this[int] - 90;
- },
- onMove(e) {
- this.x = e.detail.x;
- this.y = e.detail.y;
- },
- //字典name匹配
- dictionaryMatching(list, value) {
- let obj = list.find(val => val.dictValue == value);
- return obj.dictTag;
- },
- //OC识别返回信息
- carCallback(obj) {
- this.carfrontImg = obj.frontImg;
- this.carbackImg = obj.backImg;
- this.carInfoPositiveList = obj.ImgList;
- Object.assign(this.carInfo, obj.Info);
- this.carInfo1.cimodelclass = this.dictionaryMatching(this.vehicleTypeoptions,
- this
- .carInfo
- .cimodelclass)
- this.OCRShow = false;
- this.carExpand = true;
- },
- ownerInfoCallback(obj) {
- this.ownerfrontImg = obj.frontImg;
- this.ownerbackImg = obj.backImg;
- this.ownerInfoPositiveList = obj.ImgList;
- Object.assign(this.ownerInfo, obj.Info);
- this.OCRShow = false;
- this.ownersExpand = true;
- },
- applicantInfoCallback(obj) {
- this.policyHolderfrontImg = obj.frontImg;
- this.policyHolderbackImg = obj.backImg;
- this.policyHolderInfoPositiveList = obj.ImgList;
- Object.assign(this.policyHolderInfo, obj.Info);
- this.OCRShow = false;
- this.policyHolderExpand = true;
- },
- InsuredInfoCallback(obj) {
- this.InsuredfrontImg = obj.frontImg;
- this.InsuredbackImg = obj.backImg;
- this.insuredPersonInfoPositiveList = obj.ImgList;
- Object.assign(this.insuredPersonInfo, obj.Info);
- this.OCRShow = false;
- this.InsuredExpand = true;
- },
- OCRtabschange(e) {
- this.tabsCurrent = e;
- },
- closePopup() {
- this.OCRShow = false;
- },
- ocrIdentify(name) {
- this.checkType = name;
- this.OCRShow = !this.OCRShow;
- },
- transferFlagchange(status) {
- if (status) {
- this.carInfo.transferDate = this.carInfo.issueDate;
- } else {
- this.carInfo.transferDate = ""
- }
- },
- binddata(name, value, type) {
- if (name == 'identifyNumber' && value) {
- this[type].age = getAgeByIdCard(value)
- this[type].gender = getGenderFromIdCard(value)
- }
- },
- //转变大写(车型/车架号/发动机号)
- upperCaseType(type) {
- this.carInfo[type] = this.carInfo[type].toUpperCase();
- if (type == 'frameNo') {
- this.carInfo.vinNo = this.carInfo.frameNo.trim();
- }
- },
- Dateconfirm(e, obj, param) {
- this[obj][param] = e.year + '-' + e.month + '-' + e.day;
- },
- //(同车主/同投保人)数据处理
- setPersonInfoAndImageType(sourceInfo, targetInfo, imageType) {
- let obj = Object.assign({}, this[sourceInfo]);
- this[targetInfo] = obj;
- if (this[sourceInfo + 'PositiveList'].length > 0) {
- this[targetInfo + 'PositiveList'] = JSON.parse(JSON.stringify(this[sourceInfo + 'PositiveList']));
- if (this[targetInfo + 'PositiveList'].length == 1) {
- this[targetInfo + 'PositiveList'][0].imageType = imageType;
- } else {
- this[targetInfo + 'PositiveList'][0].imageType = imageType;
- this[targetInfo + 'PositiveList'][1].imageType = `D${imageType.substr(1)}`;
- }
- }
- },
- //校验事件
- next() {
- //投保人同车主
- if (this.policyHolderholder == '1') {
- this.setPersonInfoAndImageType('ownerInfo', 'policyHolderInfo', "C03");
- }
- if (this.Insuredholder == '1') {
- this.setPersonInfoAndImageType('ownerInfo', 'insuredPersonInfo', "C04");
- }
- if (this.Insuredholder == '2') {
- this.setPersonInfoAndImageType('policyHolderInfo', 'insuredPersonInfo', "C04");
- }
- if (this.ownerInfo.name && this.policyHolderInfo.name && this.insuredPersonInfo.name) {
- this.navigate({
- url: '/pages/carInsure2/insureItems',
- success: (res) => {
- res.eventChannel.emit(
- "acceptData", {
- carInfo: this
- .carInfo,
- ownerInfo: this
- .ownerInfo,
- policyHolderInfo: this
- .policyHolderInfo,
- insuredPersonInfo: this
- .insuredPersonInfo,
- riskList: this
- .riskList,
- kindList: this
- .kindList,
- carInfoPositiveList: this
- .carInfoPositiveList, //车辆
- ownerInfoPositiveList: this
- .ownerInfoPositiveList, //车主
- policyHolderInfoPositiveList: this
- .policyHolderInfoPositiveList, //投保人
- insuredPersonInfoPositiveList: this
- .insuredPersonInfoPositiveList, //被保人
- })
- }
- }, "navigateTo", true);
- } else {
- this.$refs.carForm.submit().then(res => {
- this.$refs.ownerForm.submit().then(res1 => {
- this.$refs.policyHolderForm.submit().then(res2 => {
- this.$refs.InsuredForm.submit().then(res3 => {}).catch(err => {
- console.log('表单错误信息:', err);
- })
- }).catch(err => {
- console.log('表单错误信息:', err);
- })
- }).catch(err => {})
- }).catch(err => {})
- }
- },
- expand(int) {
- this[int] = true;
- },
- //人员止期
- ValidEndDateClick(value, identify, info) {
- this[identify] = value;
- switch (value) {
- case '10年':
- this[info].identifyValidEndDate = this.endDateInt(this[info].identifyValidDate, 10)
- break;
- case '20年':
- this[info].identifyValidEndDate = this.endDateInt(this[info].identifyValidDate, 20)
- break;
- case '长期':
- this[info].identifyValidEndDate = '9999-12-31'
- break;
- default:
- }
- },
- //投保人同车主
- applicantholderClick(value) {
- this.policyHolderholder = value;
- if (value == '99') {
- for (let key in this.policyHolderInfo) {
- if (key !== 'identifyType') {
- this.policyHolderInfo[key] = '';
- }
- }
- }
- },
- //被保人同车主/投保人
- InsuredholderClick(value) {
- this.Insuredholder = value;
- if (value == '99') {
- for (let key in this.insuredPersonInfo) {
- if (key !== 'identifyType') {
- this.insuredPersonInfo[key] = '';
- }
- }
- }
- },
- //头部颜色变化js
- handleScroll(e) {
- const scrollTop = e.scrollTop;
- let opacity = 1;
- let shadowOpacity = 0;
- if (scrollTop > this.prevScrollTop) {
- // 向下滚动
- opacity = Math.min((scrollTop - 50) / 100, 1); // 根据滚动距离计算透明度,最大为1
- shadowOpacity = Math.min((scrollTop - 50) / 500, 0.3); // 根据滚动距离计算阴影透明度,最大为0.3
- } else if (scrollTop < 50) {
- // 在顶部附近,设置透明度和阴影透明度均为0
- opacity = 0;
- shadowOpacity = 0;
- } else {
- // 向上滚动
- opacity = Math.max(0, 1 - (scrollTop / 100)); // 根据滚动距离计算透明度,最小为0
- shadowOpacity = Math.max(0, 0.3 - (scrollTop / 500)); // 根据滚动距离计算阴影透明度,最小为0
- }
- const rgbaOpacity = opacity * 100; // 将透明度转换为百分比形式
- const backgroundColor = `rgb(255 255 255 / ${rgbaOpacity}%)`; // 根据透明度设置背景颜色
- // 计算阴影的颜色和大小
- const shadowBlur = shadowOpacity * 10; // 阴影模糊程度为阴影透明度的10像素
- const shadowColor = `rgba(218, 227, 244, ${shadowOpacity})`; // 阴影颜色为黑色,透明度根据阴影透明度计算
- const boxShadow = `0 0 ${shadowBlur}px ${shadowColor}`; // 生成box-shadow属性值
- this.headerStyle.backgroundColor = backgroundColor;
- this.headerStyle.boxShadow = boxShadow;
- this.prevScrollTop = scrollTop;
- },
- //页面返回按钮
- back() {
- uni.navigateBack({
- delta: 1, // 返回的页面数,如果是1表示返回上一页
- success: function() {}
- });
- },
- endDateInt(time, sum) {
- let currentDate = new Date(time);
- currentDate.setFullYear(currentDate.getFullYear() + sum);
- let year = currentDate.getFullYear();
- let month = ('0' + (currentDate.getMonth() + 1)).slice(-2);
- let day = ('0' + currentDate.getDate()).slice(-2);
- let formattedDate = year + '-' + month + '-' + day;
- return formattedDate;
- }
- },
- }
- </script>
- <style lang="scss" scoped>
- .uni-forms-item ::v-deep .uni-input-input {
- text-align: end;
- }
- .uni-forms-item ::v-deep .u-input__textarea {
- min-height: auto !important;
- }
- ::v-deep .uni-forms-item {
- border-bottom: 1px solid #f2f2f2;
- }
- ::v-deep .uni-forms-item:last-child {
- border: none;
- }
- .page {
- height: auto;
- background: #F8FAFE;
- padding: 12px 16px 50px 16px;
- }
- .fixed {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: auto;
- background-color: transparent;
- padding: 50px 16px 16px 16px;
- z-index: 99;
- transition: background-color 0.2s;
- text {
- font-size: 18px;
- font-weight: bold;
- }
- }
- .banner {
- width: 100%;
- height: 168px;
- background-image: url("/static/image/car-insure/carban2.png");
- background-size: cover;
- background-position: center;
- }
- .Information {
- width: 100%;
- height: auto;
- margin-bottom: 24px;
- .title {
- font-size: 15px;
- font-weight: bold;
- }
- .collapse {
- width: 100%;
- height: auto;
- background: #FFFFFF;
- margin-top: 10px;
- box-shadow: 0px 4px 10px 0px #DAE3F4;
- border-radius: 12px 12px 12px 12px;
- >view:nth-child(1) {
- width: 100%;
- height: 42px;
- }
- .top-ocr {
- background-color: #F9F9F9;
- border-top-left-radius: 12px;
- border-top-right-radius: 12px;
- color: #0052FF;
- font-size: 14px;
- image {
- width: 20px;
- height: 20px;
- }
- }
- .btn-collapse {
- height: 42px;
- font-size: 12px;
- background-color: white;
- border-bottom-left-radius: 12px;
- border-bottom-right-radius: 12px;
- color: rgba(60, 60, 60, 0.6);
- }
- }
- }
- .movable-view {
- .operate-img {
- width: 90%;
- height: auto;
- background-color: #F9F9F9;
- border-radius: 8px;
- padding: 10px 25px;
- margin-top: 10px;
- >view:nth-child(2) {
- background-color: rgba(0, 82, 255, 0.06);
- border-radius: 4px 4px 4px 4px;
- border: 1px solid #0052FF;
- color: #0052FF;
- padding: 3px 5px;
- }
- >view {
- font-size: 14px;
- }
- image {
- width: 22px;
- height: 22px;
- margin-right: 5px;
- }
- }
- }
- .status-data {
- width: 66px;
- height: 30px;
- margin: 0 7px;
- font-size: 14px;
- border: 1px solid #CDCDCD;
- cursor: pointer;
- text-align: center;
- line-height: 30px;
- }
- .active {
- position: relative;
- background: rgba(0, 82, 255, 0.1);
- color: #0052FF;
- border: 1px solid #0052FF;
- font-weight: 700;
- }
- .active::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- width: 10px;
- height: 10px;
- background-image: url("/static/image/car-insure/before.png");
- background-size: cover;
- }
- .footer-btn {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 62px;
- background: #FFFFFF;
- box-shadow: 0px -4px 10px 0px #DAE3F4;
- border-radius: 0px 0px 0px 0px;
- padding: 12px 16px;
- z-index: 99;
- }
- movable-area {
- height: 220px;
- width: 100%;
- border-top-left-radius: 12px;
- border-top-right-radius: 12px;
- background-color: #D8D8D8;
- overflow: hidden;
- }
- movable-view {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- width: 100%;
- }
- </style>
|