app-address-group.wxml 3.2 KB

1
  1. <view class="data-v-655e702f"><tui-list-cell class="line-cell data-v-655e702f" vue-id="ff2c4a52-1" hover="{{false}}" arrow="{{false}}" data-event-opts="{{[['^click',[['openAddres']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title data-v-655e702f">{{cityTitle}}</view><block wx:if="{{form.province||form.city}}"><view class="tui-input data-v-655e702f">{{''+(form.province+"-"+form.city)+''}}</view></block><block wx:else><view class="tui-input data-v-655e702f">请选择</view></block><input name="province" hidden="{{true}}" data-event-opts="{{[['input',[['__set_model',['$0','province','$event',[]],['form']]]]]}}" value="{{form.province}}" bindinput="__e" class="data-v-655e702f"/></tui-list-cell><block wx:if="{{isFloor}}"><tui-list-cell class="line-cell data-v-655e702f" vue-id="ff2c4a52-2" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title data-v-655e702f">客户名称</view><input class="tui-input data-v-655e702f" placeholder-class="phcolor" name="floor" placeholder="客户名称" data-event-opts="{{[['input',[['__set_model',['$0','customName','$event',[]],['form']],['changeFloor',['$event']]]]]}}" value="{{form.customName}}" bindinput="__e"/></tui-list-cell></block><block wx:if="{{isFloor}}"><tui-list-cell class="line-cell data-v-655e702f" vue-id="ff2c4a52-3" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title data-v-655e702f">客户手机</view><input class="tui-input data-v-655e702f" placeholder-class="phcolor" name="floor" placeholder="客户手机" data-event-opts="{{[['input',[['__set_model',['$0','customMobile','$event',[]],['form']],['changeFloor',['$event']]]]]}}" value="{{form.customMobile}}" bindinput="__e"/></tui-list-cell></block><tui-list-cell class="line-cell data-v-655e702f" vue-id="ff2c4a52-4" hover="{{false}}" arrow="{{true}}" data-event-opts="{{[['^click',[['selRegionFn']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title data-v-655e702f">{{detailTitle}}</view><block wx:if="{{form.address}}"><view class="tui-input data-v-655e702f">{{form.address}}</view></block><block wx:else><view class="tui-placeholder data-v-655e702f">请填写详细地址</view></block><input name="address" hidden="{{true}}" data-event-opts="{{[['input',[['__set_model',['$0','address','$event',[]],['form']]]]]}}" value="{{form.address}}" bindinput="__e" class="data-v-655e702f"/></tui-list-cell><block wx:if="{{isFloor}}"><tui-list-cell class="line-cell data-v-655e702f" vue-id="ff2c4a52-5" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title data-v-655e702f">门牌号</view><input class="tui-input data-v-655e702f" placeholder-class="phcolor" name="floor" placeholder="楼号门牌号(选填)" data-event-opts="{{[['input',[['__set_model',['$0','floor','$event',[]],['form']]]]]}}" value="{{form.floor}}" bindinput="__e"/></tui-list-cell></block><app-area-sel vue-id="ff2c4a52-6" show="{{showRegion}}" city="{{form.city}}" data-event-opts="{{[['^updateShow',[['__set_sync',['$0','showRegion','$event'],['']]]],['^change',[['changeAreaFn']]]]}}" bind:updateShow="__e" bind:change="__e" class="data-v-655e702f" bind:__l="__l"></app-area-sel></view>