123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616 |
- <template>
- <view class="check">
- <view class="cbox" @click="keyHide">
- <view class="chtop flexc">
- <view class="line"></view>
- <view>车辆信息</view>
- </view>
- <view class="chmain">
- <uni-forms ref="form" :model="datainfo" :rules="rules">
- <view class="upbox" @click="getaddImage">
- <image :src="baseUrl+datainfo.front" class="img" v-if="datainfo.front"></image>
- <image :src="cmico" class="addimg"></image>
- <view>扫描行驶证自动填写</view>
- </view>
- <view class="tips mb22 mt5 cof4">请上传行驶证正面</view>
- <view class="carcode">
- <view class="tit mb16 lh18"><text class="cof4">*</text>车牌号码</view>
- <view class="carinput-input">
- <view class="carinput-input-i" :class="{'input-active':carIndex == i}" @tap.stop="inputKey" :data-index="i" v-for="(v,i) in carInput" :key="i" v-if="i < 2">
- {{carInput[i].val}}
- </view>
- <!-- 塞个点 -->
- <view class="cir"></view>
- <view class="carinput-input-i" :class="{'input-active':carIndex == i}" @tap.stop="inputKey" :data-index="i" v-for="(v,i) in carInput" :key="i" v-if="i < 7&&i>1">
- {{carInput[i].val}}
- </view>
- <view class="carinput-input-i " :class="{'input-active':carIndex == 7}" @tap.stop="inputKey" data-index="7">
- <block v-if="carInput[7].val">{{carInput[7].val}}</block>
- <view v-else class="newtit flexccc">
- <image :src="addnew"></image>
- 新能源
- </view>
- <!-- {{carInput[7].val?carInput[7].val:'+新能源'}} -->
- </view>
- </view>
- </view>
- <!-- <uni-forms-item label="车牌号" name="plateNumber">
- <view class="flexc">
- <uni-easyinput :disabled="isdisabled" v-model="datainfo.plateNumber" :inputBorder='false' placeholder="请输入车牌号" />
- <view class="rimg"><image :src="rimg"></image></view>
- </view>
- </uni-forms-item> -->
- <uni-forms-item label="手机号码" required name="residentPhone">
- <view class="flexc" >
- <uni-easyinput :disabled="isdisabled" v-model="datainfo.residentPhone" :inputBorder='false' placeholder="请输入手机号" />
- <view class="rimg"><image :src="rimg"></image></view>
- </view>
- </uni-forms-item>
- <block v-if="zhanfalg">
- <uni-forms-item label="居住门户" name="houseId">
- <w-select
- style="margin-left: 20rpx;"
- v-model="datainfo.houseId"
- :list='fwlist'
- valueName='dictLabel'
- keyName="dictValue"
- :chosevalue="datainfo.detailedAddress"
- :filterable='filterable'
- @change='getchange'
- >
- </w-select>
- </uni-forms-item>
- <uni-forms-item label="品牌车型" name="vehicleBrand">
- <view class="flexc">
- <uni-easyinput :disabled="isdisabled" v-model="datainfo.vehicleBrand" :inputBorder='false' placeholder="请输入品牌车型" />
- <view class="rimg"><image :src="rimg"></image></view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="车辆类型" name="vehicleType">
- <view class="flexc" @click.stop="">
- <uni-easyinput :disabled="isdisabled" v-model="datainfo.vehicleType" :inputBorder='false' placeholder="请输入车辆类型" />
- <view class="rimg"><image :src="rimg"></image></view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="车辆颜色" name="vehicleColour">
- <view class="flexc">
- <uni-easyinput :disabled="isdisabled" v-model="datainfo.vehicleColour" :inputBorder='false' placeholder="请输入车辆颜色" />
- <view class="rimg"><image :src="rimg"></image></view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="发动机编号" name="engineNumber">
- <view class="flexc">
- <uni-easyinput :disabled="isdisabled" v-model="datainfo.engineNumber" :inputBorder='false' placeholder="请输入发动机编号" />
- <view class="rimg"><image :src="rimg"></image></view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="车辆识别代号" name="identificationNumber">
- <view class="flexc">
- <uni-easyinput :disabled="isdisabled" v-model="datainfo.identificationNumber" :inputBorder='false' placeholder="请输入车辆识别代号" />
- <view class="rimg"><image :src="rimg"></image></view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="注册日期" name="registrationDate">
- <view class="flexc">
- <uni-datetime-picker :disabled="isdisabled" :class="datainfo.registrationDate?'co27':'coa'" type="date" placeholder="请选择注册日期" :border="false" :hide-second='true' v-model="datainfo.registrationDate" />
- <view class="rimg"><image :src="rimg"></image></view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="发证日期" name="issueDate">
- <view class="flexc">
- <uni-datetime-picker :disabled="isdisabled" :class="datainfo.issueDate?'co27':'coa'" type="date" placeholder="请选择发证日期" :border="false" :hide-second='true' v-model="datainfo.issueDate" />
- <view class="rimg"><image :src="rimg"></image></view>
- </view>
- </uni-forms-item>
- </block>
- <view class="zhanbox flexcc" @click="zhanfalg=!zhanfalg">
- {{zhanfalg?"折叠信息":'展开信息'}}<image :class="!zhanfalg?'act':''" :src="upimg"></image>
- </view>
- </uni-forms>
- <view class="rhbtn mt30" @click="getEditFn" v-if="isdisabled">修改</view>
- <view class="rhbtn mt30" @click="getSubmit" v-else>确定</view>
- <!-- <view class="rhbtn mt30" @click="getNext">确定添加</view> -->
- </view>
- </view>
- <tki-float-keyboard ref="keybd" :mode="'car'" :type="keyType" :title="'车牌键盘'" @del="keyCbDel" @val="keyCbVal" @hide="keyCbHide"></tki-float-keyboard>
- <loading></loading>
- </view>
- </template>
- <script>
- import config from '@/config'
- import { checkPermi, checkRole } from "@/utils/permission"; // 权限判断函数
- import {uploadIdentify,selectValueKey,selectDictValue} from '@/utils/common.js'
- import wSelect from "@/people/components/w-select/w-select.vue"
- import {houseInfolistNoPage,houseInfoList} from "@/api/work/work.js"
- import {carPut,carAdd,carDet} from "@/api/work/car.js"
- import {getDictionaryFn} from "@/api/system/user.js"
- import {getvehicleLicense} from "@/api/system/card.js"
- import tkiFloatKeyboard from "@/work/components/tki-float-keyboard/tki-float-keyboard.vue";
- export default{
- components:{wSelect,tkiFloatKeyboard},
- data(){
- return{
- rimg: require('@/work/static/house/rimg.png'),
- cmico:require('@/work/static/house/cmico.png'),
- upimg:require('@/work/static/house/up.png'),
- addnew:require('@/work/static/house/add.png'),
- carIndex: -1,
- carInput: [
- { type: 2, val: "皖" },
- { type: 4, val: "A" },
- { type: 1, val: "" },
- { type: 1, val: "" },
- { type: 1, val: "" },
- { type: 1, val: "" },
- { type: 3, val: "" },
- { type: 1, val: "" }
- ],
- keyType: 0,
- isPower: false, // 新能源
- rimg: require('@/mine/static/house/rimg.png'),
- cmico:require('@/mine/static/house/cmico.png'),
- upimg:require('@/mine/static/house/up.png'),
- addnew:require('@/mine/static/house/add.png'),
- baseUrl:config.baseUrl,
- datainfo:{
- // "carId":"",//业主车辆主键
- "houseId":"",//房屋信息id
- "detailedAddress":"",//房屋的门牌号
- // "userId":"",//用户id
- "residentId":"",//居住人员表id
- // "userName":"",//业主姓名
- "residentPhone":"",//业主手机号
- "plateNumber":"",//车牌号码
- "vehicleBrand":"",//车辆车型
- "vehicleType":"",//车辆类型
- "engineNumber":"",//发动机编号
- "identificationNumber":"",//车辆识别代号
- "registrationDate":"",//注册日期
- "issueDate":"",//发证日期
- },
- // vehicleEnergy 车辆能源类型 燃油 新能源
- zhanfalg:true,
- syqxidx:'',
- filterable:true,
- chooseValue:'',
- fwlist:[],
- isdisabled:false,
- rules:{
- houseId: {rules: [{required: true,errorMessage: '请选择居住门户' }]},
- detailedAddress: {rules: [{required: true,errorMessage: '请输入居住地址' }]},
- residentPhone: {rules: [{required: true,errorMessage: '请输入手机号'}, {pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,errorMessage:'请输入正确的手机号码'}]},
- },
- cllx:"",
- cllxidx:0,
- cllxList:[],
- id:'',
- isdisabled:false,
- ptype:'add',
- userId:this.$store.state.user.userId,
- phonenumber:this.$store.state.user.phonenumber,
- houseId:'',
- pfrom:'',
- }
- },
- onLoad: function(e) {
- if(e.id){
- this.id=e.id;
- this.ptype="edit";
- // this.isdisabled=true;
- this.getDetail()
- }
- if(e.houseId){
- this.houseId=e.houseId;
- this.pfrom="house";
- }
- this.init()
-
- },
- methods:{
- checkPermi, checkRole,
- kaType(data, list) {
- return selectDictValue(list, data);
- },
- getEditFn(){
- this.isdisabled=false;
- },
- getchange(e){
- this.datainfo.houseId=e.value;
- this.datainfo.detailedAddress=e.label;
- },
- statusFormats(data, list,type) {
- var aite=selectValueKey(list, data);
- if(type=='cllx'){
- this.cllxidx=aite.key;
- }
- return aite.actions;
- },
- init(){
- // 自己的房屋
- if(this.pfrom=='house'){
- var params={
- houseId:this.houseId
- }
- houseInfoList(params).then(res=>{
- if(res.code==200){
- this.fwlist= res.rows.map(v => {
- return {
- dictLabel: v.detailedAddress,
- dictValue: v.houseId,
- location: v.location
- }
- })
- this.datainfo.houseId=this.houseId;
- this.datainfo.detailedAddress=this.kaType(this.houseId,this.fwlist)
- }
- })
- }else{
- houseInfolistNoPage().then(res=>{
- if(res.code==200){
- this.fwlist= res.data.map(v => {
- return {
- dictLabel: v.detailedAddress,
- dictValue: v.houseId,
- location: v.location
- }
- })
- }
- })
- }
-
-
- // // 车辆类型
- // getDictionaryFn('cartype').then(res=>{
- // if(res.code==200){
- // this.cllxList = res.data.map(v => {
- // return {
- // dictLabel: v.dictLabel,
- // dictValue: v.dictValue
- // }
- // })
- // }
- // })
- },
- bindDateChange(e){
- var val=e.detail.value;
- this.datainfo.vehicleBrand=this.cllxList[val].dictValue;
- this.cllx=this.cllxList[val].dictLabel;
- },
- getDetail(){
- carDet(this.id).then(res=>{
- if(res.code==200){
- this.datainfo=res.data;
- if(res.data.plateNumber){
- this.toCarCode(res.data.plateNumber)
- if(res.data.vehicleEnergy=='新能源'){
- this.isPower=true;
- }
- }
- }
- })
- },
- getSubmit(){
- var num=this.toBind()
- if(num=='-1'){
- this.$toast('请输入完整的车牌号')
- return
- }
- this.$refs.form.validate().then(res => {
- var params=JSON.parse(JSON.stringify(this.datainfo))
- if(this.ptype=='add'){
- carAdd(params).then(res=>{
- if(res.code==200){
- this.$toast("新增成功")
- setTimeout(function(){
- uni.$emit("carlist")
- uni.navigateBack({
- delta:1
- })
- },1500)
- }
- })
- }else{
- carPut(params).then(res=>{
- if(res.code==200){
- this.$toast("修改成功")
- setTimeout(function(){
- uni.$emit("carlist")
- uni.navigateBack({
- delta:1
- })
- },1500)
- }
- })
- }
- })
- },
- getaddImage(e){
- let that = this;
- let file =[],count=9
- uni.chooseImage({
- count: 1,
- success:function(res){
- let img= res.tempFilePaths;
- if(img.length + file.length > count){
- uni.showToast({
- title: '最多上传'+count+'张图片',
- icon: 'none',
- duration: 2000
- })
- }else{
- let imglen = res.tempFilePaths.length;
- var fuwufile = [];
- uploadIdentify('/common/upload',img,0,0,0,imglen,fuwufile,function(rs){
- var resurl=rs[0];
- // if(e=='front'){
- // that.datainfo.front=resurl.fileName;
- // }else{
- // that.datainfo.back=resurl.fileName;
- // }
- if(rs&&rs.length>0){
- var obj={
- url:resurl.urlOnline
- }
- that.getOcrIdCard(obj)
- }
- })
- }
- }
- });
- },
- getOcrIdCard(obj){
- var params={
- image:obj.url,
- }
- getvehicleLicense(params).then(res=>{
- if(res.code==200){
- var datainfo=res.data;
- this.datainfo.vehicleBrand=datainfo.vehicleBrand;
- this.datainfo.vehicleType=datainfo.vehicleType;
- this.datainfo.engineNumber=datainfo.engineNumber;
- this.datainfo.identificationNumber=datainfo.identificationNumber;
- var zcrq=datainfo.registrationDate;
- var fzrq=datainfo.issueDate;
- this.datainfo.registrationDate=`${zcrq.slice(0, 4)}-${zcrq.slice(4, 6)}-${zcrq.slice(6, 8)}`;
- this.datainfo.issueDate=`${fzrq.slice(0, 4)}-${fzrq.slice(4, 6)}-${fzrq.slice(6, 8)}`;
- this.datainfo.plateNumber=datainfo.plateNumber;
- this.toCarCode(datainfo.plateNumber)
- }
- })
- },
- // 车牌
- // 判定是否为空
- empty(v) {
- let tp = typeof v,
- rt = false;
- if (tp == "number" && String(v) == "") {
- rt = true
- } else if (tp == "undefined") {
- rt = true
- } else if (tp == "object") {
- if (JSON.stringify(v) == "{}" || JSON.stringify(v) == "[]" || v == null) rt = true
- } else if (tp == "string") {
- if (v == "" || v == "undefined" || v == "null" || v == "{}" || v == "[]") rt = true
- } else if (tp == "function") {
- rt = false
- }
- return rt
- },
- inputKey(e) {
- let that = this;
- let data = e.currentTarget.dataset;
- that.carIndex = data.index;
- if (data.index >= 7) {
- that.isPower=true;
- that.carIndex = 7;
- // if (!that.isPower) {
- // return false;
- // } else {
- // that.carIndex = 7;
- // }
- } else {
- that.carIndex = data.index;
- }
- that.upKeyType();
- that.keyShow();
- },
- keyCbVal(e) {
- let that = this;
- let index = Number(that.carIndex);
- if (index >= 0 && index < 6) {
- that.carInput[index].val = e;
- that.carIndex = index + 1;
- } else if (index == 6) {
- that.carInput[index].val = e;
- if (that.isPower) {
- // 新能源
- that.carIndex = 7;
- } else {
- // 不是新能源出输入结束
- that.keyHide();
- that.carIndex = -2;
- console.log('非新能源车输入完毕')
- }
- } else if (index == 7) {
- // 新能源车输入完毕
- that.carInput[index].val = e;
- that.keyHide();
- that.carIndex = -3;
- console.log('新能源车输入完毕')
- }
- that.upKeyType();
- },
- keyCbDel(e) {
- let index = this.carIndex;
- console.log(index,1)
- if (index > 0) {
- if (!this.empty(this.carInput[index].val)) {
- this.carInput[index].val = "";
- this.carIndex = index;
- } else {
- this.carInput[index - 1].val = "";
- this.carIndex = index - 1;
- }
- if(index==7){
- var obj={ type: 1, val: "" }
- this.carInput.splice(index,1,obj)
- this.isPower=false;
- }
- console.log(this.carInput)
- }
- this.upKeyType();
- },
- upKeyType() {
- if (!this.empty(this.carInput[this.carIndex])) {
- this.keyType = this.carInput[this.carIndex].type;
- }
- },
- keyShow() {
- this.$refs.keybd._keyShow();
- },
- keyHide() {
- this.$refs.keybd._keyHide();
- },
- keyCbHide() {
- if (this.carIndex != -3 || this.carIndex != -2) {
- this.carIndex = -1;
- }
- },
- powerChange(e) {
- let that = this
- let i = that.checkCar().i
- if (e.detail.value.length > 0) {
- that.isPower = true;
- if (i == -1) {
- that.carIndex = 7;
- } else {
- that.carIndex = i;
- }
- that.keyShow();
- } else {
- that.isPower = false;
- that.carInput[7].val = "";
- if (that.carIndex == 7) {
- that.keyHide();
- that.carIndex = -2;
- }
- }
- that.upKeyType();
- },
- checkCar() {
- // 检查车牌是否输入完成
- let that = this;
- let i = 7;
- let rt = { i: -1, isempty: false, val: "" };
- if (that.isPower) {
- i = 8;
- }
- for (let index = 0; index < i; index++) {
- const obj = that.carInput[index];
- if (this.empty(String(obj.val))) {
- rt.i = index;
- rt.isempty = true;
- rt.val = "";
- break;
- }
- rt.val += that.carInput[index].val;
- }
- return rt;
- },
- toBind() {
- let that = this
- let ck = that.checkCar();
- if (ck.i == -1 && !ck.isempty) {
- this.datainfo.plateNumber=ck.val;
- if(this.isPower){
- this.datainfo.vehicleEnergy='新能源'
- }else{
- this.datainfo.vehicleEnergy='燃油车'
- }
- return ck.val
- } else {
- // 显示键盘输入
- // that.keyShow();
- // that.carIndex = ck.i;
- // that.keyType = that.carInput[ck.i].type;
- return '-1'
- }
- },
- //分解车牌
- toCarCode(code){
- var list=JSON.parse(JSON.stringify(this.carInput))
- var newArr=[]
- if(code){
- newArr=code.split('')
- }
- list.forEach((ite,idx)=>{
- ite.val=newArr[idx]
- })
- if(newArr.length==8){
- this.isPower=true;
- }
- this.carInput=JSON.parse(JSON.stringify(list))
- }
- }
- }
- </script>
- <style>
- page{background: #F3F3F0;}
- </style>
- <style lang="scss" scoped>
- // 车牌
- .carinput {margin-top: 74rpx;display: flex;flex-direction: column;padding-left: 40rpx;padding-right: 40rpx}
- .carinput-input{display: flex;justify-content: center;padding-bottom: 40rpx;border-bottom: 2rpx solid #CDCDCD;align-items: center;
- .input-active {color: #0256FD;border: 2rpx solid #0256FD;}
- .cir{width: 14rpx;height: 14rpx;background: #8D8D8D;border-radius: 50%;margin-right: 18rpx;}
- }
-
- .carinput-input-i{width: 62rpx;height: 88rpx;background: #F5F4F7;border-radius: 10rpx;font-weight: bold;font-size: 30rpx;color: #272727;margin-right: 18rpx;text-align: center;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;justify-content: center;
- .newtit{
- font-weight: bold;font-size: 16rpx;color: #0256FD;
- image{width: 28rpx;height: 28rpx;margin-bottom: 4rpx;}
- }
- }
- .check /deep/ .uni-date-editor--x__disabled{opacity: 1;}
- .carinput-input-i:nth-last-child(1) {margin-right: 0}
- .check /deep/ .uni-forms-item__label .is-required{width: auto;}
- .coa /deep/ .uni-date__x-input{text-align: right;color: #AAAAAA;}
- .check /deep/ .select-wrap{border: none;width: 100%;}
- .check /deep/ .uni-forms-item{min-height: 106rpx;box-sizing: border-box;display: flex;align-items: center;margin-bottom: 0;border-bottom: 2rpx solid #E6E6E6;padding:10rpx 0;}
- .check /deep/ .uni-forms-item__label{font-weight: bold;font-size: 26rpx;color: #222327;flex: 0 0 auto;width: auto !important;}
- .check /deep/ .uni-easyinput{flex: 1;text-align: right;font-size: 26rpx;color: #222327;}
- .check /deep/ .uni-easyinput__content-textarea{min-height: 40rpx;font-size: 26rpx;}
- .check /deep/ .uni-easyinput__placeholder-class{font-size: 26rpx;color: #AAAAAA;}
- .check /deep/ .uni-input-input{font-size: 26rpx;}
- .check /deep/ .uni-textarea-textarea{font-size: 26rpx;}
- .check /deep/ .uni-forms-item__label text{width: 110rpx;text-align-last: justify;}
- .check /deep/ .is-disabled{color: #222327;background-color: #ffffff !important;}
- .check{min-height: 100vh;padding: 20rpx 24rpx 28rpx;box-sizing: border-box;display: flex;box-sizing: border-box;}
- .cbox{background: #FFFFFF;border-radius: 20rpx;flex: 1;padding-bottom: 76rpx;
- .chtop{padding-top: 32rpx;margin-bottom: 22rpx;
- .line{width: 14rpx;height: 48rpx;background: #0256FD;border-radius:0 12rpx 12rpx 0;margin-right: 18rpx;}
- view{font-weight: bold;font-size: 32rpx;color: #272727;}
- }
- .chmain{
- padding: 0 24rpx;
- .upbox{height: 224rpx;background: #EFF4FF;border-radius: 20rpx;display: flex;align-items: center;justify-content: center;flex-direction: column;overflow: auto;
- .img{width: 100%;height: 100%;}
- .addimg{width: 90rpx;height: 90rpx;margin-bottom: 8rpx;}
- view{font-weight: bold;font-size: 26rpx;color: #4C6686;}
- }
- .carcode{
- .tit{font-weight: bold;font-size: 26rpx;color: #272727;}
- }
- }
- .rimg{width: 16rpx;height: 28rpx;flex: 0 0 auto;margin-left: 20rpx;
- image{width: 100%;height: 100%;}
- }
- .zhanbox{font-weight: 500;font-size: 24rpx;color: #AAAAAA;padding: 16rpx 0;margin-top: 20rpx;
- image{width: 20rpx;height: 12rpx;margin-left: 18rpx;transition: all 0.3s;
- &.act{transform: rotate(-180deg);}
- }
- }
- }
- .tips{font-weight: bold;color: #272727;font-size: 26rpx;margin-left: 8rpx;}
- </style>
|