123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666 |
- <template>
- <navBar title="ETC开户新办申请-单位" :scrollTop="scrollTop"></navBar>
- <navBgCar></navBgCar>
- <view class="content-wrap">
- <view class="item-tips">
- <view class="title"> 上传后请核对识别信息 </view>
- <view class="tip"> 如有错误请及时手动修改 </view>
- </view>
- <view class="picture-wrapper" @click="cardImageOcrYY()">
- <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.posImgUrl" class="icon" :src="`${$imgUrl}applyCard/zhizhao.png`">
- </image>
- <image v-else class="icon" :src="strReplace(state.form.posImgUrl)"></image>
- </view>
- </view>
- <view class="picture-wrapper" @click="takePhotoMode('1')">
- <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.agentPosImgUrl" class="icon" :src="`${$imgUrl}applyCard/renxiang.png`">
- </image>
- <image v-else class="icon" :src="strReplace(state.form.agentPosImgUrl)"></image>
- </view>
- </view>
- <view class="picture-wrapper" @click="takePhotoMode('2')">
- <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.agentNegImgUrl" class="icon" :src="`${$imgUrl}applyCard/guohui.png`">
- </image>
- <image v-else class="icon" :src="strReplace(state.form.agentNegImgUrl)"></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 class="down" @click="downAuthD">模板下载</view>
- </view>
- <image v-if="!state.form.proxyUrl" class="icon" :src="`${$imgUrl}applyCard/weituoshu.png`">
- </image>
- <image v-else class="icon" :src="strReplace(state.form.proxyUrl)"></image>
- </view>
- </view>
- <view class="shibie-wrapper">
- <view class="title"> 识别内容如下 </view>
- <u-form label-width="200" :model="state.form" ref="uForm">
- <u-form-item label="公司名称">
- <u-input inputAlign="right" class="clearBg" placeholder='请输入公司名称' v-model="state.form.userName"
- maxlength="50" />
- </u-form-item>
- <u-form-item label="部门名称">
- <u-input inputAlign="right" class="clearBg" placeholder='请输入部门名称' v-model="state.form.department"
- maxlength="50" />
- </u-form-item>
- <u-form-item label="社会信用代码">
- <u-input inputAlign="right" class="clearBg" placeholder='请输入社会信用代码' v-model="state.form.userIdNum"
- maxlength="50" />
- </u-form-item>
- <u-form-item label="营业执照地址">
- <u-input inputAlign="right" class="clearBg" placeholder='请输入营业执照地址' v-model="state.form.userAddress"
- maxlength="50" />
- </u-form-item>
- <u-form-item label="经办人姓名">
- <u-input inputAlign="right" class="clearBg" placeholder='请输入经办人姓名' v-model="state.form.agentName"
- maxlength="20" />
- </u-form-item>
- <u-form-item label="经办人身份证号">
- <u-input inputAlign="right" class="clearBg" placeholder='请输入经办人身份证号' v-model="state.form.agentIdNum"
- maxlength="18" />
- </u-form-item>
- <u-form-item label="经办人地址">
- <u-input inputAlign="right" class="clearBg" placeholder='请输入经办人地址' v-model="state.form.agentAddress"
- maxlength="40" />
- </u-form-item>
- <u-form-item label="经办人联系方式">
- <u-input inputAlign="right" class="clearBg" placeholder='请输入经办人联系方式' v-model="state.form.agentTel"
- maxlength="11" />
- </u-form-item>
- </u-form>
- </view>
- <view class="green-tip">
- 如识别信息有误,请手动修改,确认无误后,点击下一步!
- </view>
-
- <view class="action">
- <button type="default" class="button" @click="savaHandle()">
- 下一步
- </button>
- </view>
- <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>
- </view>
- </template>
-
- <script setup lang="ts">
- import {
- reactive, ref
- } from "vue";
- import navBgCar from "./components/nav-bg-car3";
- import navBar from "@/components/nav-bar/nav-bar2.vue";
- import viewfinder from "../../components/viewfinder.vue"
- import {
- ocrAllQuery,
- idCardOcr,registerFull,userUpload
- } from "@/utils/network/api.js";
-
- import { requestNew
- } from "@/utils/network/request.js";
-
- import {
- stringToJson
- } from "@/utils/network/encryption";
- import {
- onLoad,
- onPageScroll,
- } from "@dcloudio/uni-app";
- import {
- setItem,
- getItem,
- } from "@/utils/storage";
- import {
- msg,
- checkStr,
- strReplace,
- uploadFile,
- compressImage,
- chooseImageCompress
- } from "@/utils/utils";
-
- const scrollTop = ref(0);//滚动距离
-
- const state = reactive({
- phoneType: 0, // 1 身份证正面 2 身份证反面 3行驶证正面 4行驶证反面
- choiceIndex: 1, // 1 身份证正面 2 身份证反面
- isTakePhotoModeShow: false, //选择拍照方式是否出来
- images: '',
- showImg: true,
- form: {
- orderId: "", //订单ID
- //营业执照信息
- userName: "", //开户名称/账户名称
- userIdType: "203", //用户证件类型 203//营业执照
- userIdNum: "", //营业执照号码
-
- posImgUrl: "", //营业执照证明
- department: '本部', //不超过50个字符,若单位仅开一个账户,填写“本部”
- userAddress: "", //单位地址
- //经办人信息
- agentName: "",
- agentIdType: "101",
- agentIdNum: "",
- agentAddress: "",
- agentPhone: "",
- agentIdVld: '',
- agentTel: '',
- agentGender: '',
- agentPosImgUrl: "",
- agentNegImgUrl: "",
- negImgUrl: "", //这个参数和国徽面一样的,都要传
- proxyUrl: "",
- sceneType: "", //用户协议支撑服务场景(发行服务机构和用户签订的协议)
- channelId: "", //渠道id
- opId: '',
- orderSource: 'WECHAT',
- isAgent:true, //经办人办理
- userNegImgUrl:"",
- userPosImgUrl:"",
- tel:""
- },
- orderId: "",
- vehiclePlateColor: '',
- isSign: '',
- vanType: 1,
- vehicleId: "",
- jsCode:""
- });
-
- const savaHandle = () => {
- if (state.form.agentGender === '男') {
- state.form.agentGender = 'MAN'
- } else {
- state.form.agentGender = 'WOMAN'
- }
- if (!state.form.posImgUrl) {
- msg('请上传营业执照');
- return;
- }
- if (!state.form.agentPosImgUrl) {
- msg('请上传身份证的人像面');
- return;
- }
- if (!state.form.agentNegImgUrl) {
- msg('请上传身份证的国徽面');
- return;
- }
- if (!state.form.proxyUrl) {
- msg('请上传身份证的委托书');
- return;
- }
- if (!state.form.userName) {
- msg('请输入公司名称');
- return;
- }
- if (!state.form.department) {
- msg('请输入部门名称');
- return;
- }
- if (!state.form.userIdNum) {
- msg('请输入社会信用代码');
- return;
- }
- if (!state.form.userAddress) {
- msg('请输入营业执照地址');
- return;
- }
- if (!state.form.agentName) {
- msg('请输入经办人姓名');
- return;
- }
- if (!checkStr(state.form.agentIdNum, 'card')) {
- msg('请输入正确的经办人身份证号');
- return;
- }
- if (!checkStr(state.form.agentTel, 'mobile')) {
- msg('请输入正确的经办人联系方式');
- return;
- }
- state.form.tel=state.form.agentTel
- registerRequest().then((result : any) => {
- console.log("result", result)
- if (!getItem('openId')) {
- setItem('token', result.accessToken)
- setItem('openId', result.openId)
- state.form.opId = getItem('openId') ? getItem('openId') : '';
- }
- var data = state.form;
- const options = {
- type: 2,
- data: data,
- method: "POST",
- showLoading: true,
- };
- requestNew(userUpload, options).then((res) => {
- const data = res;
- uni.redirectTo({
- url: `/subpackage/orders/car-release?orderId=${state.orderId}&vehiclePlateColor=${state.vehiclePlateColor}&vanType=${state.vanType}&vehicleId=${state.vehicleId}`,
- });
- });
- })
- };
-
-
- onLoad((option : any) => {
- state.form.orderId = option.orderId;
- state.orderId = option.orderId;
- state.vehiclePlateColor = option.vehiclePlateColor;
- state.form.opId = getItem('openId') ? getItem('openId') : '';
- state.isSign = option.isSign;
- state.vanType = option.vanType;
- state.vehicleId = option.vehicleId;
- console.log("state.type", option)
- uni.login({
- provider: "weixin",
- success: function(e) {
- console.log("jsCode",e.code)
- state.jsCode=e.code
-
- },
- });
- });
-
- //监听页面滚动
- onPageScroll((e) => {
- scrollTop.value = e.scrollTop;
- });
-
- //营业执照Orc接口调用
- const cardImageOcrYY = () => {
- uni.chooseImage({
- count: 1, //只能选取一张照片
- sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
- sourceType: ["camera", "album"], //从相册选择
- success: function (res) {
- uploadFile(res.tempFilePaths[0], "", ocrAllQuery).then((data) => {
- if (data.result) {
- state.form.userName = stringToJson(data.result
- .businessLicense)[
- '名称'];
- state.form.userIdNum = stringToJson(data.result
- .businessLicense)[
- '统一社会信用代码'];
- uploadFile(res.tempFilePaths[0], "", "").then((data) => {
- state.form.posImgUrl = data;
- state.form.userNegImgUrl = data;
- state.form.userPosImgUrl = data;
- })
- }
- })
- },
- });
- };
-
- const camera = () => {
- state.phoneType = 0
- }
- const cardFileImageUpdate = () => {
- uni.chooseImage({
- count: 1, //只能选取一张照片
- sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
- sourceType: ["camera", "album"], //从相册选择
- success: function (res) {
- uploadFile(res.tempFilePaths[0], "", "").then((data) => {
- state.form.proxyUrl = data;
- })
- },
- });
- };
- const takePhotoMode = (index) => {
- console.log("index", index)
- state.isTakePhotoModeShow = true
- state.choiceIndex = index
- }
- const xiangce = (val) => {
- console.log("val", val)
- var imageType = val;
- chooseImageCompress((res)=>{
- state.images = res.tempFilePath?res.tempFilePath:res.tempFilePaths[0]
- state.showImg = false
- state.phoneType = state.choiceIndex
- state.isTakePhotoModeShow = false
- })
- // uni.chooseImage({
- // count: 1, //只能选取一张照片
- // sizeType: ["original"], //可以指定是原图还是压缩图,默认二者都有
- // sourceType: ["album"], //从相册选择
- // success: function (res) {
- // let scall=res.tempFiles[0].size/1024/1024/2
- // console.log("scall",scall)
- // console.log("res.tempFiles[0].size", res.tempFilePaths[0], res.tempFiles[0].size)
- // if(scall>1){
- // console.log("压缩")
- // compressImage(res.tempFilePaths[0], (res) => {
- // state.images = res.tempFilePath
- // state.showImg = false
- // state.phoneType = state.choiceIndex
- // state.isTakePhotoModeShow = false
- // })
- // }else{
- // state.images = res.tempFilePaths[0]
- // state.showImg = false
- // state.phoneType = state.choiceIndex
- // state.isTakePhotoModeShow = false
- // }
- // },
- // })
- }
- const takePhoto = (val) => {
- console.log("拍照", val)
- state.showImg = true
- state.phoneType = val;
- }
- const confirmReturn = (val) => {
- state.phoneType = 0
- state.isTakePhotoModeShow = false
- var imageType = state.choiceIndex;
- console.log("图片地址val", val.tempImagePath)
- uploadFile(val.tempImagePath, imageType, idCardOcr).then((data) => {
- console.log("身份证上传", data)
- if (state.choiceIndex === "1") {
- state.form.agentName = data.name;
- state.form.agentIdNum = data.idno;
- state.form.agentPosImgUrl = data.imageUrl;
- state.form.agentAddress = data.address;
- state.form.agentGender = data.gender;
- } else {
- state.form.agentIdVld = data.enddate;
- state.form.agentNegImgUrl = data.imageUrl;
- state.form.negImgUrl = data.imageUrl;
- }
- state.isTakePhotoModeShow = false
- })
- }
- const cancle = () => {
- state.isTakePhotoModeShow = false
- }
- const downAuthD = () => {
- uni.downloadFile({
- url: "https://qtzl.etcjz.cn/default-bucket/20240311/单位委托书.docx",
- filePath: uni.env.USER_DATA_PATH + '/' + '单位委托书.docx',
- success(res) {
- const filePath = res.filePath
- uni.openDocument({
- filePath: filePath,
- fileType: 'docx',
- showMenu: true, //关键点
- success: function (res) {
- },
- fail: function (err) {
- msg("打开文档失败");
- }
- });
- },
- fail: function (err) {
- msg("下载文档失败");
- console.log("err", err)
- },
- complete(res) {
-
- }
- })
- }
- // 无感注册
- const registerRequest = () => {
- let data = {
- userType: "ENTERPRISE",
- idNum: state.form.userIdNum,
- idType: state.form.userIdType,
- mobile: state.form.agentTel,
- userName: state.form.userName,
- gender: 'UNKOWN',
- certifyChannel: "BAIDUOCR",
- address: state.form.userAddress,
- agentIdNum: state.form.agentIdNum,
- agentIdType: state.form.agentIdType,
- agentName: state.form.agentName,
- department: state.form.department,
- userIdImgUrl: state.form.posImgUrl,
- userIdImgBase64: "",
- jsCode:state.jsCode
- }
- const options = {
- type: 2,
- data: data,
- method: "POST",
- showLoading: true,
- };
- return new Promise(async (resolve, reject) => {
- const res = await requestNew(registerFull, options);
- const data = res;
- resolve(data);
- }).catch((error) => {
- reject(error);
- });
- }
- </script>
-
- <style lang="scss" scoped>
- .content-wrap {
- position: relative;
- margin-top: -50rpx;
- padding: 0rpx 30rpx;
- position: relative;
-
- .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;
- }
-
- }
-
- ::v-deep .u-input__input {
- background: transparent;
- }
-
- ::v-deep .u-form-item--left .u-form-item--left__content {
- padding-right: 0px;
- }
-
- .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;
- }
-
- .down {
- background-color: rgba(33, 190, 177, 0.2);
- color: #0a8f8a;
- border-radius: 10rpx;
- padding: 6rpx 10rpx;
- font-size: 28rpx;
- margin-top: 10rpx;
- width: 48%;
- }
- </style>
|