personnelSampling.wxml 1.3 KB

1
  1. <view><view class="search-box"><view class="search"><uni-search-bar vue-id="e9606820-1" focus="{{true}}" bgColor="#ffffff" value="{{searchValue}}" data-event-opts="{{[['^confirm',[['search']]],['^input',[['__set_model',['','searchValue','$event',[]]],['input']]],['^cancel',[['cancel']]],['^clear',[['clear']]]]}}" bind:confirm="__e" bind:input="__e" bind:cancel="__e" bind:clear="__e" bind:__l="__l"></uni-search-bar></view></view><view style="list-style:none;padding-left:0px;" class="_ul"><block wx:for="{{msgdata}}" wx:for-item="data" wx:for-index="__i0__" wx:key="customerId"><view style="margin:0 40rpx 40rpx;padding:20rpx;background-color:#ffffff;" class="_li"><view data-event-opts="{{[['tap',[['clickDetail',['$0'],[[['msgdata','customerId',data.customerId]]]]]]]}}" class="slot-text-filename" bindtap="__e"><text>{{data.ApplyMan}}</text></view><view data-event-opts="{{[['tap',[['clickDetail',['$0'],[[['msgdata','customerId',data.customerId]]]]]]]}}" class="slot-text-msg" style="display:flex;flex-direction:column;" bindtap="__e"><text class="slot-text-msg-data" style="font-size:30rpx;">{{"隔离点:"+data.IsolationPiontName}}</text><text class="slot-text-msg-data" style="font-size:30rpx;">{{"批次:"+data.SamplingBatch}}</text><text class="slot-text-msg-data" style="font-size:30rpx;">{{"创建人:"+data.CreateMan}}</text></view></view></block></view></view>