MrShi
2023-10-17 3452e25c5312f986cdfe2431c67ca5358c4ffc61
bicycle/unpackage/dist/dev/mp-weixin/pages/problemReporting/problemReporting.wxml
@@ -1 +1 @@
<view class="form data-v-a5061d34"><view class="form_list data-v-a5061d34"><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">车辆编号<text class="data-v-a5061d34">*</text></view><input type="text" disabled="{{true}}" placeholder-class="placeholder" placeholder="点击手动输入" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],['from']]]]]}}" value="{{from.code}}" bindinput="__e" class="data-v-a5061d34"/></view></view><view class="form_list data-v-a5061d34"><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">车辆位置</view><view data-event-opts="{{[['tap',[['authVerification',['$event']]]]]}}" class="form_item_nr data-v-a5061d34" bindtap="__e"><text style="{{'color:'+(from.address?'#000':'')+';'}}" class="data-v-a5061d34">{{from.address?from.address:'点击获取定位'}}</text><image src="/static/icon/ar_detail@2x.png" mode="widthFix" class="data-v-a5061d34"></image></view></view><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">车辆问题<text class="data-v-a5061d34">*</text></view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="form_item_nr data-v-a5061d34" bindtap="__e"><text style="{{'color:'+(from.problemName?'#000000':'')+';'}}" class="data-v-a5061d34">{{from.problemName?from.problemName:'请选择'}}</text><image src="/static/icon/ar_detail@2x.png" mode="widthFix" class="data-v-a5061d34"></image></view></view><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">现场情况</view><view class="form_item_uplaod data-v-a5061d34"><view class="form_item_uplaod_list data-v-a5061d34"><image class="uploadImg data-v-a5061d34" src="/static/icon/ic_upload@2x.png" mode="widthFix" data-event-opts="{{[['tap',[['uploadImg',['$event']]]]]}}" bindtap="__e"></image><block wx:for="{{from.files}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="form_item_uplaod_list_item data-v-a5061d34"><image class="img data-v-a5061d34" src="{{item.url}}" mode="widthFix"></image><image class="close data-v-a5061d34" src="/static/icon/ic_clean@2x1.png" mode="widthFix" data-event-opts="{{[['tap',[['dele',[index]]]]]}}" bindtap="__e"></image></view></block></view><textarea placeholder="请详细描述现场情况,不少于10个字" data-event-opts="{{[['input',[['__set_model',['$0','info','$event',[]],['from']]]]]}}" value="{{from.info}}" bindinput="__e" class="data-v-a5061d34"></textarea></view></view></view><view class="form_list data-v-a5061d34"><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">联系人</view><input type="text" placeholder-class="placeholder" placeholder="请输入联系人名称" data-event-opts="{{[['input',[['__set_model',['$0','contacts','$event',[]],['from']]]]]}}" value="{{from.contacts}}" bindinput="__e" class="data-v-a5061d34"/></view><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">联系电话</view><input type="number" maxlength="11" placeholder-class="placeholder" placeholder="请输入联系方式" data-event-opts="{{[['input',[['__set_model',['$0','phone','$event',[]],['from']]]]]}}" value="{{from.phone}}" bindinput="__e" class="data-v-a5061d34"/></view></view><view class="form_footer data-v-a5061d34"><view data-event-opts="{{[['tap',[['calling',['$event']]]]]}}" class="form_footer_kf data-v-a5061d34" bindtap="__e"><image src="/static/icon/ic_kefu@2x.png" mode="widthFix" class="data-v-a5061d34"></image><text class="data-v-a5061d34">客服</text></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="form_footer_tj data-v-a5061d34" bindtap="__e"><text class="data-v-a5061d34">提交</text></view></view><view style="width:100%;height:env(safe-area-inset-bottom);" class="data-v-a5061d34"></view><u-popup vue-id="0221bc60-1" show="{{show}}" mode="bottom" round="{{30}}" data-event-opts="{{[['^close',[['e1']]]]}}" bind:close="__e" class="data-v-a5061d34" bind:__l="__l" vue-slots="{{['default']}}"><view class="select data-v-a5061d34"><view class="select_head data-v-a5061d34">车辆问题</view><scroll-view class="select_list data-v-a5061d34" scroll-y="{{true}}"><block wx:for="{{problemList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['clickItem',['$0'],[[['problemList','',index]]]]]]]}}" class="select_list_item data-v-a5061d34" bindtap="__e"><text class="data-v-a5061d34">{{item.name}}</text><block wx:if="{{!item.active}}"><image src="/static/icon/ic_select@2x.png" mode="widthFix" class="data-v-a5061d34"></image></block><block wx:else><image src="/static/icon/ic_selected@2x.png" mode="widthFix" class="data-v-a5061d34"></image></block></view></block></scroll-view><view data-event-opts="{{[['tap',[['submitProblem',['$event']]]]]}}" class="select_footer data-v-a5061d34" bindtap="__e">确定</view></view></u-popup></view>
<view class="form data-v-a5061d34"><view class="form_list data-v-a5061d34"><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">车辆编号<text class="data-v-a5061d34">*</text></view><input type="text" disabled="{{true}}" placeholder-class="placeholder" placeholder="点击手动输入" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],['from']]]]]}}" value="{{from.code}}" bindinput="__e" class="data-v-a5061d34"/></view></view><view class="form_list data-v-a5061d34"><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">车辆位置</view><view data-event-opts="{{[['tap',[['authVerification',['$event']]]]]}}" class="form_item_nr data-v-a5061d34" bindtap="__e"><text style="{{'color:'+(from.address?'#000':'')+';'}}" class="data-v-a5061d34">{{from.address?from.address:'点击获取定位'}}</text><image src="/static/icon/ar_detail@2x.png" mode="widthFix" class="data-v-a5061d34"></image></view></view><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">车辆问题<text class="data-v-a5061d34">*</text></view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="form_item_nr data-v-a5061d34" bindtap="__e"><text style="{{'color:'+(from.problemName?'#000000':'')+';'}}" class="data-v-a5061d34">{{from.problemName?from.problemName:'请选择'}}</text><image src="/static/icon/ar_detail@2x.png" mode="widthFix" class="data-v-a5061d34"></image></view></view><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">现场情况</view><view class="form_item_uplaod data-v-a5061d34"><view class="form_item_uplaod_list data-v-a5061d34"><image class="uploadImg data-v-a5061d34" src="/static/icon/ic_upload@2x.png" mode="widthFix" data-event-opts="{{[['tap',[['uploadImg',['$event']]]]]}}" bindtap="__e"></image><block wx:for="{{from.files}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="form_item_uplaod_list_item data-v-a5061d34"><view class="images data-v-a5061d34"><image class="img data-v-a5061d34" src="{{item.url}}" mode="widthFix"></image></view><image class="close data-v-a5061d34" src="/static/icon/ic_clean@2x1.png" mode="widthFix" data-event-opts="{{[['tap',[['dele',[index]]]]]}}" bindtap="__e"></image></view></block></view><textarea placeholder="请详细描述现场情况,不少于10个字" data-event-opts="{{[['input',[['__set_model',['$0','info','$event',[]],['from']]]]]}}" value="{{from.info}}" bindinput="__e" class="data-v-a5061d34"></textarea></view></view></view><view class="form_list data-v-a5061d34"><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">联系人</view><input type="text" placeholder-class="placeholder" placeholder="请输入联系人名称" data-event-opts="{{[['input',[['__set_model',['$0','contacts','$event',[]],['from']]]]]}}" value="{{from.contacts}}" bindinput="__e" class="data-v-a5061d34"/></view><view class="form_item data-v-a5061d34"><view class="form_item_label data-v-a5061d34">联系电话</view><input type="number" maxlength="11" placeholder-class="placeholder" placeholder="请输入联系方式" data-event-opts="{{[['input',[['__set_model',['$0','phone','$event',[]],['from']]]]]}}" value="{{from.phone}}" bindinput="__e" class="data-v-a5061d34"/></view></view><view class="form_footer data-v-a5061d34"><view data-event-opts="{{[['tap',[['calling',['$event']]]]]}}" class="form_footer_kf data-v-a5061d34" bindtap="__e"><image src="/static/icon/ic_kefu@2x.png" mode="widthFix" class="data-v-a5061d34"></image><text class="data-v-a5061d34">客服</text></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="form_footer_tj data-v-a5061d34" bindtap="__e"><text class="data-v-a5061d34">提交</text></view></view><view style="width:100%;height:env(safe-area-inset-bottom);" class="data-v-a5061d34"></view><u-popup vue-id="0221bc60-1" show="{{show}}" mode="bottom" round="{{30}}" data-event-opts="{{[['^close',[['e1']]]]}}" bind:close="__e" class="data-v-a5061d34" bind:__l="__l" vue-slots="{{['default']}}"><view class="select data-v-a5061d34"><view class="select_head data-v-a5061d34">车辆问题</view><scroll-view class="select_list data-v-a5061d34" scroll-y="{{true}}"><block wx:for="{{problemList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['clickItem',['$0'],[[['problemList','',index]]]]]]]}}" class="select_list_item data-v-a5061d34" bindtap="__e"><text class="data-v-a5061d34">{{item.name}}</text><block wx:if="{{!item.active}}"><image src="/static/icon/ic_select@2x.png" mode="widthFix" class="data-v-a5061d34"></image></block><block wx:else><image src="/static/icon/ic_selected@2x.png" mode="widthFix" class="data-v-a5061d34"></image></block></view></block></scroll-view><view data-event-opts="{{[['tap',[['submitProblem',['$event']]]]]}}" class="select_footer data-v-a5061d34" bindtap="__e">确定</view></view></u-popup></view>