lanan-repair/unpackage/dist/dev/mp-weixin/pages/myReservation/addReservation.wxml
2024-09-22 15:07:01 +08:00

1 line
4.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="container data-v-2d4081d3"><v-navigation-bar vue-id="7ad03993-1" background-color="rgba(0,0,0,0)" title-color="#333" title="提交预约" class="data-v-2d4081d3" bind:__l="__l"></v-navigation-bar><view class="body data-v-2d4081d3"><view class="carInfo data-v-2d4081d3"><view class="cardInfoHeader data-v-2d4081d3"><view class="carInfoLeftTop data-v-2d4081d3"><image class="carInfoLeftTopIcon data-v-2d4081d3" src="../../static/icons/order-icon10.png" mode="widthFix"></image>车辆信息</view><view class="carInfoRightTop data-v-2d4081d3"><uni-icons vue-id="7ad03993-2" type="compose" color="#0174F6" class="data-v-2d4081d3" bind:__l="__l"></uni-icons>修改信息</view></view><view class="cardInfoBody data-v-2d4081d3"><view class="cardInfoBody_content data-v-2d4081d3"><view class="carForm data-v-2d4081d3"><view class="carForm_num data-v-2d4081d3">鲁A 781NB</view><view class="carForm_carName data-v-2d4081d3">车辆持有人:位数好</view><view class="carForm_carPhone data-v-2d4081d3">持有人电话13111111111</view></view><image class="carImg data-v-2d4081d3" src mode="aspectFill"></image></view><view class="cardInfoBody_footer data-v-2d4081d3"><view class="nj data-v-2d4081d3">年检时间:<text class="date data-v-2d4081d3">2024年</text><image class="cardInfoBody_footerIcon data-v-2d4081d3" src="../../static/icons/icon2.png" mode="aspectFit"></image></view><view class="bx data-v-2d4081d3">保险时间:<text class="date data-v-2d4081d3">2024年</text><image class="cardInfoBody_footerIcon data-v-2d4081d3" src="../../static/icons/icon2.png" mode="aspectFit"></image></view></view></view></view><view class="baseInfo data-v-2d4081d3"><view class="formItem data-v-2d4081d3"><view class="formItem_content data-v-2d4081d3"><view class="label data-v-2d4081d3">姓名</view><input class="formItemInput data-v-2d4081d3" placeholder="请输入姓名" type="text"/></view></view><view class="formItem data-v-2d4081d3"><view class="formItem_content data-v-2d4081d3"><view class="label data-v-2d4081d3">联系电话</view><input class="formItemInput data-v-2d4081d3" placeholder="请输入姓名" type="text"/></view></view><view class="formItem data-v-2d4081d3"><picker mode="selector" range="{{['汽车维修']}}" data-event-opts="{{[['change',[['',['$event']]]]]}}" bindchange="__e" class="data-v-2d4081d3"><view class="formItem_content data-v-2d4081d3"><view class="label data-v-2d4081d3">预约项目</view><input class="formItemInput data-v-2d4081d3" disabled="{{true}}" placeholder="请选择预约项目" type="text"/><image class="formItemBtn data-v-2d4081d3" src="../../static/icons/homeInfoMore.png" mode="aspectFit"></image></view></picker></view></view><view class="dateCard data-v-2d4081d3"><view class="cardTitle data-v-2d4081d3">预约时间</view><view class="datePicker data-v-2d4081d3"><block wx:for="{{dateList}}" wx:for-item="date" wx:for-index="index" wx:key="date"><view data-event-opts="{{[['tap',[['chooseDateFun',['$0'],[[['dateList','date',date.date]]]]]]]}}" class="{{['dateItem','data-v-2d4081d3',(chooseDate===date.date)?'active':'',(date.disabled)?'disabled':'']}}" bindtap="__e"><text class="data-v-2d4081d3">{{date.date}}</text><text class="data-v-2d4081d3">{{date.title}}</text><block wx:if="{{chooseDate===date.date}}"><image class="activeIcon data-v-2d4081d3" src="../../static/icons/order-icon11.png" mode="aspectFit"></image></block></view></block></view><view class="timerPicker data-v-2d4081d3"><block wx:for="{{timeList}}" wx:for-item="time" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['chooseTimeFun',['$0'],[[['timeList','',index]]]]]]]}}" class="{{['timeItem','data-v-2d4081d3',(chooseTime===time.time)?'active':'',(time.disabled)?'disabled':'']}}" bindtap="__e"><text class="data-v-2d4081d3">{{time.time}}</text><block wx:if="{{chooseTime===time.time}}"><image class="activeIcon data-v-2d4081d3" src="../../static/icons/order-icon11.png" mode="aspectFit"></image></block></view></block></view></view></view><view class="footer data-v-2d4081d3"><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="footerBtn data-v-2d4081d3" bindtap="__e">提交预约</view></view></view>