1 line
2.7 KiB
Plaintext
1 line
2.7 KiB
Plaintext
<view class="data-v-08c26e06"><uni-popup vue-id="9c6da0ce-1" type="bottom" background-color="#fff" data-ref="popup" class="data-v-08c26e06 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup_title data-v-08c26e06">产品配件</view><view class="searbox data-v-08c26e06"><image class="searchimg data-v-08c26e06" src="{{BASE_IMG_URL+'search.png'}}" mode></image><input class="selfinput data-v-08c26e06" type="text" placeholder="按照备件编号/名称搜索" data-event-opts="{{[['input',[['queryList',['$event']]]]]}}" bindinput="__e"/></view><scroll-view class="scrollbox data-v-08c26e06" scroll-y="{{true}}" lower-threshold="30"><view class="pop_list data-v-08c26e06"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="pop_li data-v-08c26e06"><view class="pop_li_top data-v-08c26e06"><view class="pop_title data-v-08c26e06">{{item.name}}</view><view class="pop_num data-v-08c26e06">{{item.num}}</view></view><view data-event-opts="{{[['tap',[['changeSelect',[index]]]]]}}" class="pop_info data-v-08c26e06" catchtap="__e"><view class="pop_radio data-v-08c26e06"><radio color="#03AA96" checked="{{item.select}}" class="data-v-08c26e06"></radio></view><image class="infoimg data-v-08c26e06" src="{{item.img?item.img:BASE_IMG_URL+'img/index-4.png'}}" mode></image><view class="pop_info_cen data-v-08c26e06"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="pop_bottom data-v-08c26e06" catchtap="__e">数量<view class="conright data-v-08c26e06"><uni-number-box vue-id="{{('9c6da0ce-2-'+index)+','+('9c6da0ce-1')}}" min="{{1}}" value="{{item.number}}" data-event-opts="{{[['^change',[['changeNumber',['$event',index]]]],['^input',[['__set_model',['$0','number','$event',[]],[[['list','',index]]]]]]]}}" bind:change="__e" bind:input="__e" class="data-v-08c26e06" bind:__l="__l"></uni-number-box></view></view></view></view></view></block><block wx:if="{{$root.g0==0}}"><u-empty vue-id="{{('9c6da0ce-3')+','+('9c6da0ce-1')}}" text="暂无更多" class="data-v-08c26e06" bind:__l="__l"></u-empty></block></view></scroll-view><view class="popup_bottom data-v-08c26e06"><view class="pp_left_box data-v-08c26e06"><view class="pp_left data-v-08c26e06"><radio color="#03aa96" checked="{{isAll}}" data-event-opts="{{[['tap',[['selectAll',['$event']]]]]}}" bindtap="__e" class="data-v-08c26e06"></radio>全选</view><view class="selectnum data-v-08c26e06">{{"已选"+$root.g1+"项"}}</view></view><view class="pp_right data-v-08c26e06"><view data-event-opts="{{[['tap',[['closePopup',['$event']]]]]}}" class="right_btn remove data-v-08c26e06" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['sureSelectData',['$event']]]]]}}" class="right_btn sure data-v-08c26e06" bindtap="__e">确定</view></view></view></uni-popup></view> |