day-check.wxml 3.8 KB

1
  1. <view class="container-wrap data-v-7bfc2dda"><uni-nav-bar vue-id="038a0e6c-1" title="日品盘点" status-bar="{{true}}" background-color="#3F92F9" color="#FFF" class="data-v-7bfc2dda" bind:__l="__l" vue-slots="{{['left','right']}}"><view slot="left" class="data-v-7bfc2dda"><u-icon vue-id="{{('038a0e6c-2')+','+('038a0e6c-1')}}" name="account-fill" color="#FFF" size="35" class="data-v-7bfc2dda" bind:__l="__l"></u-icon><label style="padding:0 5rpx;color:#FFFFFF;" class="_span data-v-7bfc2dda">{{userInfo.name}}</label></view><view slot="right" data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" bindtap="__e" class="data-v-7bfc2dda"><label style="color:#FFFFFF;" class="_span data-v-7bfc2dda">返回</label></view></uni-nav-bar><view class="container data-v-7bfc2dda"><view class="filter data-v-7bfc2dda"><u-input vue-id="038a0e6c-3" searchIcon="{{true}}" border="{{true}}" placeholder="请输入物料名称或编码" value="{{materialCode}}" data-event-opts="{{[['^search',[['search']]],['^input',[['__set_model',['','materialCode','$event',[]]]]]]}}" bind:search="__e" bind:input="__e" class="data-v-7bfc2dda" bind:__l="__l"></u-input></view><view class="content data-v-7bfc2dda"><view class="data-v-7bfc2dda"><u-tabs-swiper vue-id="038a0e6c-4" list="{{list}}" current="{{current}}" is-scroll="{{false}}" swiperWidth="750" data-ref="uTabs" data-event-opts="{{[['^change',[['tabsChange']]]]}}" bind:change="__e" class="data-v-7bfc2dda vue-ref" bind:__l="__l"></u-tabs-swiper></view><swiper style="height:calc(100% - 80rpx);" current="{{swiperCurrent}}" data-event-opts="{{[['transition',[['transition',['$event']]]],['animationfinish',[['animationfinish',['$event']]]]]}}" bindtransition="__e" bindanimationfinish="__e" class="data-v-7bfc2dda"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item class="swiper-item data-v-7bfc2dda"><scroll-view style="height:100%;width:100%;" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['loadMore',[index]]]]]}}" bindscrolltolower="__e" class="data-v-7bfc2dda"><view class="list data-v-7bfc2dda"><block wx:for="{{index===0?data1:data2}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['scan',['$0',index],[[['index===0?data1:data2','',index]]]]]]]}}" class="item data-v-7bfc2dda" bindtap="__e"><view class="row data-v-7bfc2dda"><view class="col data-v-7bfc2dda"><view class="label data-v-7bfc2dda">物料类型:</view><view class="value data-v-7bfc2dda">{{item.materialType}}</view></view><view class="col data-v-7bfc2dda"><view class="label data-v-7bfc2dda">物料编码:</view><view class="value data-v-7bfc2dda">{{item.materialCode}}</view></view></view><view class="row data-v-7bfc2dda"><view class="col data-v-7bfc2dda"><view class="label data-v-7bfc2dda">物料名称:</view><view class="value data-v-7bfc2dda">{{item.materialName}}</view></view></view><view class="row data-v-7bfc2dda"><view class="col data-v-7bfc2dda"><view class="label data-v-7bfc2dda">所在仓库:</view><view class="value data-v-7bfc2dda">{{item.saveHouse}}</view></view><view class="col data-v-7bfc2dda"><view class="label data-v-7bfc2dda">放置区域:</view><view class="value data-v-7bfc2dda">{{item.saveArea}}</view></view></view><view class="row data-v-7bfc2dda"><view class="col data-v-7bfc2dda"><view class="label data-v-7bfc2dda">库存件数:</view><view class="value data-v-7bfc2dda">{{item.tagNum}}</view></view><view class="col data-v-7bfc2dda"><view class="label data-v-7bfc2dda">库存数量:</view><view class="value data-v-7bfc2dda">{{item.quantity}}</view></view></view></view></block></view><u-loadmore vue-id="{{'038a0e6c-5-'+index}}" status="{{index===0?loadStatus1:loadStatus2}}" data-event-opts="{{[['^loadmore',[['loadMore',[index]]]]]}}" bind:loadmore="__e" class="data-v-7bfc2dda" bind:__l="__l"></u-loadmore></scroll-view></swiper-item></block></swiper></view></view></view>