|
|
|
@ -10,12 +10,11 @@ |
|
|
|
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> |
|
|
|
<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}}" triplet="{{1}}" bind:change="onPlatenumber"> |
|
|
|
</vehicle-keyboard> |
|
|
|
<vehicle-keyboard id="wux-keyboard" safeBottom="{{safeBottom}}" bind:change="onPlatenumber"></vehicle-keyboard> |
|
|
|
<van-dialog id="van-dialog" /> |
|
|
|
<notification id="qn-notification" /> |