select-goods-pop.wxml 1.9 KB

1
  1. <u-popup bind:input="__e" vue-id="62899a18-1" mode="bottom" height="750rpx" value="{{show}}" data-event-opts="{{[['^input',[['__set_model',['','show','$event',[]]]]]]}}" class="data-v-c95f4f5c" bind:__l="__l" vue-slots="{{['default']}}"><view class="list data-v-c95f4f5c"><block wx:for="{{goodsList}}" wx:for-item="goods" wx:for-index="index" wx:key="index"><view class="item data-v-c95f4f5c"><view class="left data-v-c95f4f5c"><u-checkbox vue-id="{{('62899a18-2-'+index)+','+('62899a18-1')}}" shape="circle" active-color="#22ac38" icon-size="16" value="{{goods.checked}}" data-event-opts="{{[['^change',[['checkGoods']]],['^input',[['__set_model',['$0','checked','$event',[]],[[['goodsList','',index]]]]]]]}}" bind:change="__e" bind:input="__e" class="data-v-c95f4f5c" bind:__l="__l"></u-checkbox></view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" data-event-params="{{({index})}}" class="right data-v-c95f4f5c" bindtap="__e"><order-detail-goods-card vue-id="{{('62899a18-3-'+index)+','+('62899a18-1')}}" data="{{goods}}" class="data-v-c95f4f5c" bind:__l="__l"></order-detail-goods-card></view></view></block></view><view class="btn data-v-c95f4f5c"><view class="inner data-v-c95f4f5c"><view class="check data-v-c95f4f5c"><u-checkbox vue-id="{{('62899a18-4')+','+('62899a18-1')}}" shape="circle" active-color="#22ac38" icon-size="16" value="{{checkAllStauts}}" data-event-opts="{{[['^change',[['checkAllGoods']]],['^input',[['__set_model',['','checkAllStauts','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" class="data-v-c95f4f5c" bind:__l="__l"></u-checkbox><text class="data-v-c95f4f5c">全选</text></view><view class="right data-v-c95f4f5c"><u-button vue-id="{{('62899a18-5')+','+('62899a18-1')}}" type="primary" data-event-opts="{{[['^click',[['confirmSel']]]]}}" bind:click="__e" class="data-v-c95f4f5c" bind:__l="__l" vue-slots="{{['default']}}">确认选择</u-button></view></view></view></u-popup>