|
@@ -1,9 +1,11 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <u-popup v-model="carTempBl" @open="carTempBlInit" :closeable="true" mode="bottom">
|
|
|
- <view style="height: 250px;margin-top: 18px;">
|
|
|
+ <u-popup v-model="carTempBl" @open="carTempBlInit" :closeable="true" mode="bottom">
|
|
|
+ <view style="margin-top: 18px;">
|
|
|
<view style="font-size: 48rpx;">临时车牌:{{form.carNum}}</view>
|
|
|
- <ucarkeyboard ref="uKeyboard" mode="car"
|
|
|
+ <ucarkeyboard
|
|
|
+ style="position: inherit !important;"
|
|
|
+ ref="uKeyboard" mode="car"
|
|
|
@confirm="car.carNum=form.carNum,carTempBl=false" @cancel="carTempBl=false"
|
|
|
:showTips="true" :mask-close-able="false" @change="valChange" @backspace="backspace"></ucarkeyboard>
|
|
|
|
|
@@ -676,7 +678,7 @@
|
|
|
|
|
|
uni.showModal({
|
|
|
title:"使用车牌"+this.car.carNum,
|
|
|
- content:"使用临时车牌号,用于出入停车场,车牌号一致可减免停车费",
|
|
|
+ content:"车牌号一致可减免停车费,不一致可使用临时车牌号,用于出入停车场,当前默认车牌号为"+this.car.carNum,
|
|
|
confirmText:"默认车牌号",
|
|
|
cancelText:"临时车牌号",
|
|
|
success: res1 => {
|