123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317 |
- <template>
- <view v-if="state.isMyPeopple" class="content">
- <view class="item-tips">
- <view class="title"> 上传后请核对识别信息 </view>
- <view class="tip"> 如有错误请及时手动修改 </view>
- </view>
- <view class="picture-wrapper" @click="takePhotoMode('1','my')">
- <view class="bg">
- <view class="">
- <view class="name"> 人像面 </view>
- <view class="value"> 上传身份证的人像面 </view>
- <view class="tip">
- <view class="tip-value"> 拍摄规范 </view>
- </view>
- </view>
- <image v-if="!state.form.ownPosImgUrl" class="icon" :src="`${$imgUrl}applyCard/renxiang.png`">
- </image>
- <image v-else class="icon" :src="strReplace(state.form.ownPosImgUrl)"></image>
- </view>
- </view>
- <view class="picture-wrapper" @click="takePhotoMode('2','my')">
- <view class="bg">
- <view class="">
- <view class="name"> 国徽面 </view>
- <view class="value"> 上传身份证的国徽面 </view>
- <view class="tip">
- <view class="tip-value"> 拍摄规范 </view>
- </view>
- </view>
- <image v-if="!state.form.ownNegImgUrl" class="icon" :src="`${$imgUrl}applyCard/guohui.png`">
- </image>
- <image v-else class="icon" :src="strReplace(state.form.ownNegImgUrl)"></image>
- </view>
- </view>
- <view class="shibie-wrapper">
- <view class="title"> 识别内容如下 </view>
- <u-form label-width="230" :model="state.form" ref="uForm">
- <!-- <u-form-item label="姓名">
- <u-input v-model="state.form.userName" placeholder='请输入姓名' :disabled="state.isEnableOCRData"
- maxlength="20" @input="replaceInput" />
- </u-form-item> -->
- <u-form-item label="身份证号">
- <u-input placeholder='请输入身份证' type="idcard" v-model="state.form.userIdNum"
- :disabled="state.isEnableOCRData" maxlength="18" />
- </u-form-item>
- <u-form-item label="地址">
- <u-input placeholder='请输入地址' :autoHeight='true' v-model="state.form.address"
- :disabled="state.isEnableOCRData" maxlength="50" />
- </u-form-item>
- <u-form-item label="联系方式">
- <u-input placeholder='请输入联系方式' type="number" v-model="state.form.tel" maxlength="11" />
- </u-form-item>
- </u-form>
- </view>
- <view class="picture-wrapper" @click="takePhotoMode('3')">
- <view class="bg">
- <view class="">
- <view class="name"> 行驶证主页 </view>
- <view class="value"> 上传行驶证的主页 </view>
- <view class="tip">
- <view class="tip-value"> 拍摄规范 </view>
- </view>
- </view>
-
- <image v-if="!state.form.vehPosImgUrl" class="icon" :src="`${$imgUrl}applyCard/car-zhu.png`">
- </image>
- <image v-else class="icon" :src="strReplace(state.form.vehPosImgUrl)"></image>
- </view>
- </view>
- <view class="picture-wrapper" @click="takePhotoMode('4')">
- <view class="bg">
- <view class="">
- <view class="name"> 行驶证副页 </view>
- <view class="value"> 上传行驶证的副页 </view>
- <view class="tip">
- <view class="tip-value"> 拍摄规范 </view>
- </view>
- </view>
- <image v-if="!state.form.vehNegImgUrl" class="icon" :src="`${$imgUrl}applyCard/car-fu.png`">
- </image>
- <image v-else class="icon" :src="strReplace(state.form.vehNegImgUrl)"></image>
- </view>
- </view>
- <view class="picture-wrapper" @click="cardFileImageUpdate()">
- <view class="bg">
- <view class="">
- <view class="name"> 车头照 </view>
- <view class="value"> 上传汽车的车头照片 </view>
- <view class="tip">
- <view class="tip-value"> 拍摄规范 </view>
- </view>
- </view>
- <image v-if="!state.form.vehBodyUrl" class="icon" :src="`${$imgUrl}applyCard/chetou.png`">
- </image>
- <image v-else class="icon" :src="strReplace(state.form.vehBodyUrl)"></image>
- </view>
- </view>
- <view class="shibie-wrapper">
- <view class="title"> 识别内容如下 </view>
- <view class="">
- <u-form label-width="200" :model="state.form" ref="uForm">
- <u-form-item label="车牌号">
- <u-input inputAlign="right" placeholder="请输入车牌号" v-model="state.form.vehicleIdNum" disabled />
- </u-form-item>
-
- <u-form-item label="所有人">
- <u-input inputAlign="right" placeholder="请输入所有人" v-model="state.form.ownerName"
- :disabled="state.isEnableChangeOCRCarInfo" />
- </u-form-item>
- <u-form-item label="车辆类型">
- <u-input inputAlign="right" placeholder="请输入车辆类型" v-model="state.form.vehicleType"
- :disabled="state.isEnableChangeOCRCarInfo" />
- </u-form-item>
- <u-form-item label="车辆识别代号">
- <u-input inputAlign="right" placeholder="请输入车辆识别代号" v-model="state.form.vin"
- :disabled="state.isEnableChangeOCRCarInfo" />
- </u-form-item>
- <u-form-item label="发动机号码">
- <u-input inputAlign="right" placeholder="请输入发动机号码" v-model="state.form.engineNum"
- :disabled="state.isEnableChangeOCRCarInfo" />
- </u-form-item>
-
- <u-form-item label="注册日期">
- <picker mode="date" :value="state.form.register" @change="bindDateChange1"
- :disabled="state.isEnableChangeOCRCarInfo">
- <view class="uni-input" style="text-align: right;">
- {{state.form.register}}
- </view>
- </picker>
- </u-form-item>
- <u-form-item label="发证日期">
- <picker mode="date" :value="state.form.issueDate" @change="bindDateChange2"
- :disabled="state.isEnableChangeOCRCarInfo">
- <view class="uni-input" style="text-align: right;">
- {{state.form.issueDate}}
- </view>
- </picker>
- </u-form-item>
- <u-form-item label="核定载人数">
- <u-input inputAlign="right" placeholder="请输入核定载人数" v-model="state.form.approvedCount"
- :disabled="state.isEnableChangeOCRCarInfo" />
- </u-form-item>
- <u-form-item label="整备质量">
- <u-input inputAlign="right" placeholder="请输入整备质量" v-model="state.form.maintenaceMass"
- :disabled="state.isEnableChangeOCRCarInfo" />
- </u-form-item>
- <view class="form-item">
- <label>外廊尺寸</label>
- <view class="input-box">
- <text class="sub-label">长</text>
- <input v-model="state.outlineL" @input="outlineInput"
- :disabled="state.isEnableChangeOCRCarInfo" />
- <text class="sub-text">X</text>
- <text class="sub-label">宽</text>
- <input v-model="state.outlineW" @input="outlineInput"
- :disabled="state.isEnableChangeOCRCarInfo" />
- <text class="sub-text">X</text>
- <text class="sub-label">高</text>
- <input v-model="state.outlineH" @input="outlineInput"
- :disabled="state.isEnableChangeOCRCarInfo" />
- <text class="sub-text">mm</text>
- </view>
- </view>
- <u-form-item label="总质量">
- <u-input inputAlign="right" placeholder="请输入总质量" v-model="state.form.totalMass"
- :disabled="state.isEnableChangeOCRCarInfo" />
- </u-form-item>
- <u-form-item label="车轴数">
- <u-input inputAlign="right" placeholder="请输入车轴数" v-model="state.form.axleCount" type="number"
- maxlength="2" />
- </u-form-item>
- <view class="form-item">
- <label>车辆用户类型</label>
- <view class="select" @click="state.actionSheetShow = true">{{state.form.useUserTypeName}}</view>
- <image :src="`${$imgUrl}common/arror-down.png`" class="icon"
- @click="state.actionSheetShow = true"></image>
- </view>
- </u-form>
- </view>
- </view>
- <view class="green-tip">
- 如识别信息有误,请手动修改,确认无误后,点击下一步!
- </view>
- <view class="action">
- <button type="default" class="button" @click="savaHandleCar()">
- 提交
- </button>
- </view>
- <!-- 车辆类型弹窗 -->
- <u-popup mode="bottom" v-model="state.actionSheetShow">
- <view class="window">
- <view class="window-item" v-for="item in state.actionSheetList" :key="item.value"
- @click="userType(item)">{{item.text}}</view>
- </view>
- </u-popup>
- </view>
- <u-select mode="single-column" :list="state.genderList" v-model="state.genderShow" @confirm="genderSelectConfirm">
- </u-select>
- <view class="choice-takePhoto-wrap" v-if="state.isTakePhotoModeShow" @click="cancle">
- <view class="choice-takePhoto">
- <view @click.stop="takePhoto(state.choiceIndex)" style="border-radius: 20rpx 20rpx 0 0;">拍照</view>
- <view @click.stop="xiangce(state.choiceIndex)">从手机相册选择</view>
- <view @click.stop="cancle">取消</view>
- </view>
- </view>
-
- <viewfinder v-if="state.phoneType" :phoneType="state.phoneType" :images="state.images"
- :showStartPhoto="state.showImg" @confirmReturn="confirmReturn" @camera="camera"></viewfinder>
- </template>
-
- <script setup lang="ts">
- import viewfinder from "../../components/viewfinder.vue"
- import {
- reactive,
- ref,
- } from "vue";
- import {
- msg,
- checkStr,
- strReplace,
- uploadFile, hasLogin
- } from "@/utils/utils";
- import {
- onLoad,
- onPageScroll,
- } from "@dcloudio/uni-app";
- import {
- etcOcrCard,
- etcUserCardInfoSubmit,
- fileUpload,
- register,
- envs,
- getUserMsg,
- ocrAllQuery,
- etcCarOcrCard,
- searchVehicleInfo,
- carChangeApi,
- creactWorkOrder
- } from "@/utils/network/api.js";
-
- import {
- request
- } from "@/utils/network/request.js";
-
- import {
- stringToJson
- } from "@/utils/network/encryption";
- import {
- setItem,
- getItem,
- StorageKeys
- } from "@/utils/storage";
- import {
- getCodeName
- } from "@/datas/queryKey.js";
- import navBar from "@/components/nav-bar/nav-bar2.vue";
- import carNumberInput from "@/components/car-number-input/car-number-input.vue";
- import { getObuStatus } from "@/datas/obuStatus.js";
-
- import { getEtcCardStatus } from "@/datas/etcCardStatus.js";
- const scrollTop = ref(0)
- const state = reactive({
- showImg: true,
- isMy: "",//自己办理 他人办理
- phoneType: 0, // 1 身份证正面 2 身份证反面 3行驶证正面 4行驶证反面
- choiceIndex: 1, // 1 身份证正面 2 身份证反面
- isTakePhotoModeShow: false, //选择拍照方式是否出来
- images: '',
- genderList: [{
- value: '男',
- label: '男'
- },
- {
- value: '女',
- label: '女'
- }
- ],
- form: {
- orderId: "", //订单ID
- userName: "", //开户人姓名
- userIdType: "101", //用户证件类型 101//身份证
- userIdNum: "", //用户证件号码
- tel: "", //开户人手机号
- address: "", //开户人地址
- sceneType: "", //用户协议支撑服务场景(发行服务机构和用户签订的协议)
- channelId: "", //渠道id
- gender: "",
- customerIdVld: "",
- agentName: "",
- agentGender: "",
- agentTel: '',
- agentPhone: "",
- agentIdType: "101",
- agentIdNum: "",
- agentPosImgUrl: "",
- agentNegImgUrl: "",
- proxyUrl: "",
- agentAddress: "",
- agentIdVld: '',
- opId: '',
- orderSource: 'WECHAT',
- // ownerName: "", //所有人
- character: "", //使用性质
- register: "请输入注册日期", //注册日期
-
- customerId: "", //用户编号
- vehicleId: "",
- vehicleIdNum: "", //车牌编号
- issueDate: "请输入发证日期", //发证日期
- vehPosImgUrl: "", //行驶证正面
- vehNegImgUrl: "", //行驶证证反面
- type: "0", //0,客车 1.货车
- useUserType: 0, //车辆用户类型
- useUserTypeName: "普通车",
- vehicleSign: 2, //前/后装标识
- vin: "", //车辆识别代号
- engineNum: "", //发动机号码
- vehicleType: "", //车辆类型
- vehicleModel: "", //行驶证品牌型号
- approvedCount: undefined, //核定人数
- approvedCountShow: undefined,//展示的
- totalMass: undefined, //总质量
- totalMassShow: undefined, //总质量
- maintenaceMass: undefined, //整备质量
- maintenaceMassShow: undefined, //整备质量展示的
- permittedWeight: "", //核定载质量
- vehicleDimensions: "", //车辆尺寸
- permittedTowWeight: "", //准牵引总质量
- axleCount: "", //车轴数
- ownerName: "", //车主姓名
- ownerIdType: "", //车主证件类型
- ownerIdNum: "", //车主证件号码
- ownPosImgUrl: "", //车主证件正面图片
- ownNegImgUrl: "", //车主证件反面图片
- agreementId: "", //签约编号
- // channelId: "5201018892300000001", //编号渠道
- scenePayType: "", //
- transportIdNum: "", //道路运输证编号
- licenseIdNum: "", //经营许可证编号
- vehBodyUrl: "", //车身照片
- // proxyUrl: "", //委托书地址
- },
-
- genderShow: false,
- orderId: "",
- vehiclePlateColor: undefined,
- isMyPeopple: true,
- isSign: '',
- type: 1,
- isEnableOther: true, //小程序是否支持他人办理
- isEnableBook: true, //他人办理时是否上传委托书
- isEnableInfo: true, //小程序信息带出
- isEnableOCRData: true, //允许修改OCR识别出来的数据
- changeColor: false,
- data: {
- transferLogs: [],
- },
- actionSheetShow: false,
- actionSheetList: [{
- text: "普通车",
- value: 0,
- },
- {
- text: "道路运输证经营范围仅有“货物专用运输(集装箱) ”的牵引车办理J类型集装箱",
- value: 24,
- },
- {
- text: "道路运输证经营范围不含“货物专用运输(集装箱)”的牵引车",
- value: 27,
- },
- {
- text: '道路运输证经营范围除“货物专用运输 (集装 箱)"外,还有“普通货运”等其他项目的牵引车办理J2类型集装箱',
- value: 28,
- }],
- show: false,
- outlineL: "",
- outlineW: "",
- outlineH: "",
- isEnableChangeOCRCarInfo: false, //申办时是否允许修改OCR识别出来的车辆信息数据
- businessType: "",
- });
- const searchVehicleInfoQuery = () => {
- const options = {
- type: 2,
- data: {
- vehicleId: state.form.vehicleId
- },
- method: "POST",
- showLoading: true,
- };
- request(searchVehicleInfo, options).then((res) => {
- let result = stringToJson(res.bizContent);
- writeMsg(result.vehicles[0])
- });
- }
- const writeMsg = (allData) => {
- console.log("车辆信息", allData);
- state.form.ownPosImgUrl = allData['ownerPosImgUrl']
- state.form.ownNegImgUrl = allData['ownerNegImgUrl']
- state.form.userName = allData['contacts']
- state.form.userIdNum = allData['ownerIdNum']
- state.form.ownerIdNum = allData['ownerIdNum']
- state.form.address = allData['ownerAddress']
- state.form.tel = allData['ownerTel']
- state.form.vehPosImgUrl = allData['vehPosImgUrl']
- state.form.vehNegImgUrl = allData['vehNegImgUrl']
- state.form.vehBodyUrl = allData['vehBodyUrl']
- state.form.vehicleIdNum = allData['vehiclePlate']
- state.form.ownerName = allData['ownerName']
- state.form.vehicleType = allData['vehicleType']
- // state.form.character = allData['vehicleType'] //使用性质
- state.form.vin = allData['vin']
- state.form.engineNum = allData['engineNum']
- state.form.register = allData['registerDate']
- state.form.issueDate = allData['issueDate']
- state.form.approvedCountShow = allData['approvedCount']
- state.form.maintenaceMassShow = allData['maintenaceMass']
- state.form.approvedCount = allData['approvedCount']
- state.form.maintenaceMass = allData['maintenaceMass']
- allData['vehicleDimensions']
- let arr = allData['vehicleDimensions'].split("X");
- state.outlineL = parseInt(arr[0]); //外廓 长
- state.outlineW = parseInt(arr[1]); //外廓 宽
- console.log("arr[2]",arr[2])
- if(arr[2].indexOf('mm')){
- state.outlineH = parseInt(arr[2].substring(0, arr[2].length - 2)); //外廓 高
- }else{
- state.outlineH = parseInt(arr[2]); //外廓 高
- }
- state.form.totalMassShow = allData['totalMass']
- state.form.totalMass = allData['totalMass']
- state.form.axleCount = allData['axleCount'] ? allData['axleCount'] : 2
- if (allData['useUserType'] == 0) {
- state.form.useUserTypeName = "普通车"
- } else if (allData['useUserType'] == 24) {
- state.form.useUserTypeName = "道路运输证经营范围仅有“货物专用运输(集装箱) ”的牵引车办理J类型集装箱"
- } else if (allData['useUserType'] == 27) {
- state.form.useUserTypeName = "道路运输证经营范围不含“货物专用运输(集装箱)”的牵引车"
- } else if (allData['useUserType'] == 28) {
- state.form.useUserTypeName = "道路运输证经营范围除'货物专用运输 (集装 箱)'外,还有“普通货运”等其他项目的牵引车办理J2类型集装箱"
- }
-
- state.vehiclePlateColor = allData['vehiclePlateColor']
- state.form.customerId = allData['customerId']
- }
- const userGenderAction = () => {
- state.genderShow = true;
- };
-
- const genderSelectConfirm = (e) => {
- state.form.gender = ''
- e.map((val, index) => {
- state.form.gender = val.label;
- })
- };
-
- const camera = () => {
- state.phoneType = 0
- }
-
- onLoad((option : any) => {
- state.form.vehicleId = option.vehicleId;
- state.form.opId = getItem('openId') ? getItem('openId') : '';
- getGlobalParam(); //全局配置数据
- console.log("option", option)
- searchVehicleInfoQuery(); //车辆信息查询
- state.businessType = getItem('key')['DASP_PUSH_TYPE'][0]['code']
- console.log("getItem('key')['DASP_PUSH_TYPE']", getItem('key')['DASP_PUSH_TYPE'])
- });
-
- //监听页面滚动
- onPageScroll((e) => {
- scrollTop.value = e.scrollTop;
- });
- const replaceInput = (event) => {
- console.log("event", event)
- const screeningStr = /[^\u4E00-\u9FA5]/g; //想禁止什么类型,在这里替换正则就可以了
- if (screeningStr.test(event)) {
- setTimeout(() => {
- state.form.userName = event.replace(screeningStr, '');
- }, 100)
- } else {
- setTimeout(() => {
- state.form.userName = event;
- }, 100)
- }
- console.log("event.replace(screeningStr, '')", event.replace(screeningStr, ''), event, state.form.userName)
- }
-
- const getGlobalParam = () => {
- const data = getItem('globalParam')
- console.log("全局配置数据", getCodeName('IS_ENABLE', data.miniSupportOther), getCodeName('IS_ENABLE', data.otherUploadProxy), getCodeName('IS_ENABLE', data.miniInfoShow), getCodeName('IS_ENABLE', data.changeOCRData))
- // 小程序是否支持他人办理
- if (getCodeName('IS_ENABLE', data.miniSupportOther) == '启用') {
- state.isEnableOther = true;
- } else {
- state.isEnableOther = false;
- }
- // 他人办理时是否上传委托书
- if (getCodeName('IS_ENABLE', data.otherUploadProxy) == '启用') {
- state.isEnableBook = true;
- } else {
- state.isEnableBook = false;
- }
- // 小程序信息带出
- if (getCodeName('IS_ENABLE', data.miniInfoShow) == '启用') {
- state.isEnableInfo = true;
- uni.showModal({
- // title: '提示',
- content: '是否允许带出用户信息',
- success: function (res) {
- if (res.confirm) {
- console.log('用户点击确定');
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- } else {
- state.isEnableInfo = false;
- }
- // 允许修改OCR识别出来的数据
- if (getCodeName('IS_ENABLE', data.changeOCRData) == '启用') {
- state.isEnableOCRData = false;
- } else {
- state.isEnableOCRData = true;
- }
- // 申办时是否允许修改OCR识别出来的车辆信息数据
- // if (getCodeName('IS_ENABLE', data.applyChangeOCRCarInfo) == '启用') {
- // state.isEnableChangeOCRCarInfo = true;
- // } else {
- // state.isEnableChangeOCRCarInfo = false;
- // }
- }
- const takePhotoMode = (index, isMy) => {
- console.log("index", index, isMy)
- state.isTakePhotoModeShow = true
- state.choiceIndex = index
- state.isMy = isMy
- }
- const xiangce = (val) => {
- console.log("val", val)
- var imageType = val;
- if (state.choiceIndex == 3) {
- var imageType = 1;
- } else {
- var imageType = 2;
- }
- uni.chooseImage({
- count: 1, //只能选取一张照片
- sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
- sourceType: ["album"], //从相册选择
- success: function (res) {
- state.showImg = false
- state.images = res.tempFilePaths[0]
- state.phoneType = state.choiceIndex
- state.isTakePhotoModeShow = false
- if (state.choiceIndex == 3 || state.choiceIndex == 4) {
- state.showImg = false
- state.images = res.tempFilePaths[0]
- state.phoneType = state.choiceIndex
- state.isTakePhotoModeShow = false
- return
- }
- console.log("tempFilePaths[0].startsWith('file://')", res.tempFilePaths[0], res.tempFilePaths[0].startsWith('file://'))
-
- },
- })
- }
- const takePhoto = (val) => {
- state.showImg = true
- console.log("拍照", val)
- state.phoneType = val;
- }
- const confirmReturn = (val) => {
- console.log("图片地址val", val)
- state.phoneType = 0
-
- state.isTakePhotoModeShow = false
- // var imageType = state.choiceIndex;
- if (state.choiceIndex == 1) {
- var imageType = 1;
- var queryCode = etcOcrCard
- } else if (state.choiceIndex == 2) {
- var imageType = 2;
- var queryCode = etcOcrCard
- }
- if (state.choiceIndex == 3) {
- var imageType = 1;
- var queryCode = etcCarOcrCard
- } else if (state.choiceIndex == 4) {
- var imageType = 2;
- var queryCode = etcCarOcrCard
- }
- // uploadFile(val.tempImagePath, imageType, ocrAllQuery).then((data) => {
- uploadFile(val.tempImagePath, imageType, queryCode).then((data) => {
- if (state.isMy == "my") {
- if (state.choiceIndex == "1") {
- console.log("身份证上传", data)
- state.form.userName = data.name;
- state.form.gender = data.gender;
- state.form.userIdNum = data.idno;
- state.form.ownPosImgUrl = data.imageUrl;
- state.form.address = data.address;
- } else {
- state.form.customerIdVld = data.enddate;
- state.form.ownNegImgUrl = data.imageUrl;
- }
- state.isTakePhotoModeShow = false
- } else {
- if (state.choiceIndex == "1") {
- state.form.agentName = data.name;
- state.form.agentGender = data.gender;
- state.form.agentIdNum = data.idno;
- state.form.agentPosImgUrl = data.imageUrl;
- state.form.agentAddress = data.address;
- } else if (state.choiceIndex == "2") {
- console.log("state.isMy", state.isMy, state.choiceIndex, state.choiceIndex == "1", data)
- state.form.agentIdVld = data.enddate;
- state.form.agentNegImgUrl = data.imageUrl;
- } else if (state.choiceIndex == "3") {
- if (data.plate_a.length > 8) {
- state.form.vehicleIdNum = data.plate_a.substring(0, 8);
- } else {
- state.form.vehicleIdNum = data.plate_a;
- }
- state.form.ownerName = data.man;
- state.form.vehicleType = data.vehicle;
- state.form.character = data.character;
- state.form.vin = data.vin;
- state.form.engineNum = data.engine;
- state.form.register = data.register;
- state.form.issueDate = data.issue;
- state.form.vehPosImgUrl = data.imageUrl;
- state.form.vehicleModel = data.model;
-
- } else {
- state.form.approvedCount = data.apc;
- state.form.approvedCountShow = data.apc;
- state.form.maintenaceMass = data.unladen;
- state.form.maintenaceMassShow = data.unladen;
- // 91接口差
- // // #ifdef MP-WEIXIN
- // state.form.vehicleDimensions = data.overall.replaceAll("×", "X");
- // // #endif
- // // #ifdef MP-ALIPAY
- // state.form.vehicleDimensions = data.overall.replace(/×/g, "X");
- // // #endif
-
- // let arr = data.overall.split("×");
- // #ifdef MP-WEIXIN
- state.form.vehicleDimensions = data.overall.replaceAll("x", "X");
- // #endif
- // #ifdef MP-ALIPAY
- state.form.vehicleDimensions = data.overall.replace(/x/g, "X");
- // #endif
-
- let arr = data.overall.split("x");
- state.outlineL = arr[0]; //外廓 长
- state.outlineW = arr[1]; //外廓 宽
- state.outlineH = arr[2].substring(0, arr[2].length - 2); //外廓 高
- state.form.totalMass = data.gross;
- state.form.totalMassShow = data.gross;
- state.form.vehNegImgUrl = data.imageUrl;
- state.form.permittedWeight = data.alc ? data.alc : 0;
- state.form.permittedTowWeight = data.towing ? data.towing : 0;
- console.log('=====================', state.form.vehNegImgUrl, state)
- }
- state.isTakePhotoModeShow = false
- }
- })
- }
- const cancle = () => {
- state.isTakePhotoModeShow = false
- }
- // 车辆信息
- //车牌号输入
- const carNumber = (val : any) => {
- state.form.vehicleIdNum = val.trim();
- };
- //提交车辆信息
- const savaHandleCar = () => {
- if (!checkStr(state.form.userIdNum, 'card')) {
- msg('请输入正确身份证');
- return;
- }
- if (!checkStr(state.form.tel, 'mobile')) {
- msg('请输入正确手机号');
- return;
- }
- if (!state.form.vehBodyUrl) {
- msg("请上传车头照");
- return;
- }
- if (state.form.type == 1) {
- state.form.axleCount = 2;
- } else {
- if (!state.form.axleCount) {
- msg("请输入车轴数");
- return;
- }
- }
- state.form.vehicleId =
- state.form.vehicleIdNum + "_" + state.vehiclePlateColor;
- state.form.opId = getItem(StorageKeys.OpenId);
- state.form.approvedCount = parseFloat(state.form.approvedCount);
- state.form.maintenaceMass = parseFloat(state.form.maintenaceMass);
- state.form.totalMass = parseFloat(state.form.totalMass);
- state.form.permittedWeight = parseFloat(state.form.permittedWeight);
- state.form.permittedTowWeight = parseFloat(state.form.permittedTowWeight);
-
- const options = {
- type: 2,
- data: state.form,
- method: "POST",
- showLoading: true,
- };
- request(carChangeApi, options)
- .then((res) => {
- const data = stringToJson(res.bizContent);
- // 创建工单
- msg("待审核")
- setTimeout(() => {
- uni.navigateBack({
- delta: 2
- })
- }, 2000)
- })
- .catch((res) => {
- console.log(res);
- });
- };
- const creactWorkOrderRequest = () => {
- const options = {
- type: 2,
- data: {
- businessType: state.businessType,
- vehiclePlate: state.form.vehicleIdNum,
- vehiclePlateColor: state.vehiclePlateColor,
- customerId: state.form.customerId
- },
- method: "POST",
- showLoading: true,
- };
-
- return new Promise(async (resolve, reject) => {
- const res = await request(creactWorkOrder, options);
- const data = stringToJson(res.bizContent);
- resolve(data);
- }).catch((error) => {
- reject(error);
- });
- }
- const selectConfirm = (index : any) => {
- console.log(index);
- state.form.useUserType = state.actionSheetList[index].value;
- state.form.useUserTypeName = state.actionSheetList[index].text;
- };
-
- //选择车辆用户类型
- const userType = (item : any) => {
- state.form.useUserType = item.value;
- state.form.useUserTypeName = item.text;
- state.actionSheetShow = false;
- }
- // 车头照图片上传
- const cardFileImageUpdate = () => {
- uni.chooseImage({
- count: 1, //只能选取一张照片
- sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
- sourceType: ["camera", "album"], //从相册选择
- success: function (res) {
- uploadFile(res.tempFilePaths[0], "", "").then((data) => {
- state.form.vehBodyUrl = data;
- })
- },
- });
- };
- //外廓尺寸输入框
- const outlineInput = (e) => {
- state.form.vehicleDimensions =
- state.outlineL + "X" + state.outlineW + "X" + state.outlineH + "mm";
- };
-
- const bindDateChange1 = (e) => {
- state.form.register = e.detail.value
- state.changeColor = true;
- }
- const bindDateChange2 = (e) => {
- state.form.issueDate = e.detail.value
- state.changeColor = true;
- }
- </script>
-
- <style lang="scss" scoped>
- .title {
- font-size: 35rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 80rpx;
- margin-bottom: 10rpx;
- }
-
- .content-wrap {
- position: relative;
- // margin-top: -50rpx;
- padding: 0rpx 30rpx;
- display: flex;
-
- .big {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- line-height: 24rpx;
- }
-
- .nomal {
- font-size: 26rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #666666;
- line-height: 24rpx;
- }
-
- .tip {
- margin-top: -5px;
- width: 117rpx;
- height: 16rpx;
- background: #00b38b;
- opacity: 0.3;
- }
- }
-
- .content {
- padding: 50rpx 30rpx 50rpx 30rpx;
-
- .action {
- padding-left: 20rpx;
- padding-right: 20rpx;
- padding-bottom: 30rpx;
-
- .button {
- height: 80rpx;
- background: linear-gradient(-90deg, #43a1e0 0%, #13e7c1 100%);
- border-radius: 40rpx;
- font-size: 32rpx;
- font-weight: 400;
- color: #ffffff;
- line-height: 80rpx;
- }
- }
-
- .item-tips {
- .title {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 24rpx;
- }
-
- .tip {
- margin-top: 16rpx;
- font-size: 24rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #999999;
- line-height: 24rpx;
- }
- }
-
- .picture-wrapper {
- margin-top: 40rpx;
-
- .bg {
- background: #ffffff;
- box-shadow: 0rpx 4rpx 13rpx 3rpx rgba(223, 223, 223, 0.8);
- border-radius: 20rpx;
- padding: 40rpx;
- display: flex;
- // align-items: center;
- justify-content: space-between;
-
- .name {
- font-size: 34rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 34rpx;
- }
-
- .value {
- margin-top: 20rpx;
- font-size: 24rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #999999;
- line-height: 24rpx;
- }
-
- .tip {
- margin-top: 20rpx;
- text-align: center;
- width: 110rpx;
- height: 40rpx;
- background: rgba(33, 190, 177, 0.2);
- border-radius: 6rpx;
-
- .tip-value {
- font-size: 20rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #0a8f8a;
- line-height: 40rpx;
- opacity: 1;
- }
- }
- }
-
- .icon {
- width: 294rpx;
- height: 188rpx;
- }
- }
-
- .shibie-wrapper {
- margin-top: 60rpx;
-
- .title {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 30rpx;
- }
- }
-
- .buchong-wrapper {
- margin-top: 60rpx;
-
- .title {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 30rpx;
- }
- }
-
- .green-tip {
- margin-top: 50rpx;
- font-size: 24rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #00b38b;
- line-height: 24rpx;
- margin-bottom: 60rpx;
- }
- }
-
- .choice-takePhoto {
- position: absolute;
- bottom: 0;
- background-color: white;
- width: 100%;
- border-radius: 20rpx 20rpx 0 0;
- }
-
- .choice-takePhoto>view:first-child {
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- border-bottom: 1rpx solid rgba(127, 127, 127, 0.3);
- background-color: white;
- }
-
- .choice-takePhoto>view:last-child {
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- border-top: 6rpx solid rgba(127, 127, 127, 0.1);
- background-color: white;
- }
-
- .choice-takePhoto>view {
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- background-color: white;
- }
-
- .choice-takePhoto-wrap {
- width: 100%;
- height: 100vh;
- background-color: rgba(127, 127, 127, 0.2);
- position: fixed;
- left: 0;
- top: 0;
- z-index: 11111;
- }
-
- .hui {
- color: #ccc;
- }
-
- .hei {
- color: black;
- }
-
- .goto {
- margin-right: 20rpx;
- padding: 10rpx;
- color: #00b38b;
- border: 1rpx solid #00b38b;
- border-radius: 20rpx;
- }
-
- .flex {
- display: flex;
- align-items: center;
- }
-
- .bettwen-center {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
-
- .card {
- margin: 20rpx;
- height: 150rpx;
- background: #ffffff;
- box-shadow: 0rpx 4rpx 13rpx 3rpx rgba(223, 223, 223, 0.8);
- border-radius: 20rpx;
- padding: 20rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 30rpx;
-
- .card-left {
- display: flex;
- align-items: center;
-
- image {
- width: 100rpx;
- height: 90rpx;
- }
-
- .card-center {
- margin-left: 30rpx;
-
- .card-center-head {
- font-size: 32rpx;
- font-family: Noto Sans S Chinese;
- font-weight: 400;
- color: #333333;
- }
-
- .tips {
- font-size: 26rpx;
- font-family: Noto Sans S Chinese;
- font-weight: 400;
- color: #666666;
-
- .tips-card {
- width: 70rpx;
- height: 40rpx;
- background: #d3f2ef;
- border-radius: 6rpx;
- font-size: 20rpx;
- font-family: Noto Sans S Chinese;
- font-weight: 400;
- color: #0a8f8a;
- padding: 5rpx 10rpx;
- margin-left: 20rpx;
- }
- }
- }
- }
-
- .choose-item {
- margin-right: 20rpx;
- width: 50rpx;
- height: 50rpx;
- border: 1rpx solid #00b38b;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
-
- .active {
- width: 38rpx;
- height: 38rpx;
- background: #00b38b;
- border-radius: 50%;
- }
- }
- }
-
- .content {
- // position: relative;
- // margin-top: -50rpx;
- // padding: 0rpx 30rpx;
- // position: relative;
-
- .img-pos {
- position: absolute;
- left: 270rpx;
- top: -38rpx;
- right: 50rpx;
-
- .img-flex {
- display: flex;
- justify-content: space-between;
- align-items: center;
-
- .car-img {
- width: 86rpx;
- height: 42rpx;
- }
-
- .flag-img {
- width: 30rpx;
- height: 35rpx;
- }
- }
- }
-
- .action {
- padding-left: 20rpx;
- padding-right: 20rpx;
- padding-bottom: 30rpx;
-
- .button {
- height: 80rpx;
- background: linear-gradient(-90deg, #43a1e0 0%, #13e7c1 100%);
- border-radius: 40rpx;
- font-size: 32rpx;
- font-weight: 400;
- color: #ffffff;
- line-height: 80rpx;
- }
- }
-
- .item-tips {
- .title {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 24rpx;
- }
-
- .tip {
- margin-top: 16rpx;
- font-size: 24rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #999999;
- line-height: 24rpx;
- }
- }
-
- .picture-wrapper {
- margin-top: 40rpx;
-
- .bg {
- background: #ffffff;
- box-shadow: 0rpx 4rpx 13rpx 3rpx rgba(223, 223, 223, 0.8);
- border-radius: 20rpx;
- padding: 40rpx;
- display: flex;
- // align-items: center;
- justify-content: space-between;
-
- .name {
- font-size: 34rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 34rpx;
- }
-
- .value {
- margin-top: 20rpx;
- font-size: 24rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #999999;
- line-height: 24rpx;
- }
-
- .tip {
- margin-top: 20rpx;
- text-align: center;
- width: 110rpx;
- height: 40rpx;
- background: rgba(33, 190, 177, 0.2);
- border-radius: 6rpx;
-
- .tip-value {
- font-size: 20rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #0a8f8a;
- line-height: 40rpx;
- opacity: 1;
- }
- }
- }
-
- .icon {
- width: 294rpx;
- height: 188rpx;
- }
- }
-
- .shibie-wrapper {
- margin-top: 60rpx;
-
- .title {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 30rpx;
- }
- }
-
- .buchong-wrapper {
- margin-top: 60rpx;
-
- .title {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 30rpx;
- }
- }
-
- .green-tip {
- margin-top: 50rpx;
- font-size: 24rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #00b38b;
- line-height: 24rpx;
- margin-bottom: 60rpx;
- }
- }
-
- .form-item {
- display: flex;
- font-size: 28rpx;
- justify-content: space-between;
- align-items: center;
- }
-
- .form-item label {}
-
- .form-item .input-box {
- display: flex;
- align-items: center;
- }
-
- .form-item .select {
- flex: 1;
- background: #f1f1f1;
- padding: 6rpx 20rpx;
- margin: 0 10rpx;
- min-height: 48rpx;
- line-height: 48rpx;
- border-radius: 8rpx;
- }
-
- .form-item .icon {
- width: 28rpx;
- height: 32rpx;
- }
-
- .form-item .input-box input {
- width: 90rpx;
- background: #f1f1f1;
- border-radius: 8rpx;
- padding: 0 5rpx;
- }
-
- .form-item .sub-text {
- color: #808080;
- padding-left: 10rpx;
- }
-
- .form-item .sub-label {
- padding: 0 10rpx;
- }
-
- .window {
- padding: 60rpx 30rpx;
- }
-
- .window .window-item {
- border: 1px solid #00b38b;
- background: rgba(0, 179, 139, .1);
- border-radius: 10rpx;
- padding: 16rpx 30rpx;
- font-size: 30rpx;
- margin-bottom: 10rpx;
- }
-
- ::v-deep .u-input__input {
- background: transparent;
- }
- </style>
|