You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.2 KiB
20 lines
1.2 KiB
<!--pages/setting/paper-detial/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content" style="color:black;font-size:18px">车辆详情</view>
|
|
</cu-custom>
|
|
|
|
<van-notice-bar color="#1989fa" background="#008AFF" left-icon="info-o" text="点击可以修改车辆信息" />
|
|
<van-field id="plateNumber" title-width="360rpx" required value="{{form.plateNumber }}" readonly input-align="right"
|
|
label="车牌号码:" is-link arrow-direction="down" bindtap="showPlate" placeholder="请输入车牌号码" />
|
|
<van-field title-width="360rpx" required value="{{form.driverName }}" readonly input-align="right" label="司机名称:" is-link
|
|
bindtap="showPlate" placeholder="请选择司机" />
|
|
|
|
<view style="margin-top:48rpx;padding:48rpx 32rpx">
|
|
<van-button block type="danger" bind:click="deleteForm" wx:if="{{form.id}}">删除</van-button>
|
|
<view style="height:36rpx" wx:if="{{ form.id}}"></view>
|
|
<van-button block type="info" bind:click="submitForm">保存</van-button>
|
|
</view>
|
|
|
|
<vehicle-keyboard id="wux-keyboard" safeBottom="{{safeBottom}}" bind:change="onPlatenumber"></vehicle-keyboard>
|
|
<van-dialog id="van-dialog" />
|
|
<notification id="qn-notification" />
|