1 |
- <view class="data-v-d0fcf0dc"><view style="display:flex;justify-content:space-around;" class="data-v-d0fcf0dc"><uni-forms vue-id="58afebb4-1" modelValue="{{formData}}" data-ref="form" class="data-v-d0fcf0dc vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><uni-forms-item vue-id="{{('58afebb4-2')+','+('58afebb4-1')}}" label="隔离点" name="IsolationPiontName" class="data-v-d0fcf0dc" bind:__l="__l" vue-slots="{{['default']}}"><uni-data-select vue-id="{{('58afebb4-3')+','+('58afebb4-2')}}" localdata="{{IsolationPiont}}" clear="{{false}}" value="{{formData.valueIsolationPiont}}" data-event-opts="{{[['^change',[['changeIsolationPiont']]],['^input',[['__set_model',['$0','valueIsolationPiont','$event',[]],['formData']]]]]}}" bind:change="__e" bind:input="__e" class="data-v-d0fcf0dc" bind:__l="__l"></uni-data-select></uni-forms-item><uni-forms-item vue-id="{{('58afebb4-4')+','+('58afebb4-1')}}" label="批次" name="SamplingBatch" class="data-v-d0fcf0dc" bind:__l="__l" vue-slots="{{['default']}}"><uni-data-select style="width:100%;" vue-id="{{('58afebb4-5')+','+('58afebb4-4')}}" localdata="{{dataSamplingBatch}}" clear="{{false}}" value="{{formData.valueSamplingBatch}}" data-event-opts="{{[['^change',[['changeSamplingBatch']]],['^input',[['__set_model',['$0','valueSamplingBatch','$event',[]],['formData']]]]]}}" bind:change="__e" bind:input="__e" class="data-v-d0fcf0dc" bind:__l="__l"></uni-data-select></uni-forms-item></uni-forms><button data-event-opts="{{[['tap',[['search']]]]}}" style="margin:10rpx;background-color:#1296db;color:white;text-align:center;" bindtap="__e" class="data-v-d0fcf0dc">搜索</button></view><view class="data-v-d0fcf0dc"><text style="margin:20rpx 60rpx;font-weight:bold;font-size:40rpx;" class="data-v-d0fcf0dc">样品列表</text><view class="samList-ul _ul data-v-d0fcf0dc"><block wx:for="{{sampleList}}" wx:for-item="data" wx:for-index="__i0__" wx:key="id"><view class="samList-li _li data-v-d0fcf0dc"><label class="_span data-v-d0fcf0dc">{{data.name}}</label><block wx:if="{{data.state==1}}"><label style="width:30%;text-align:right;" class="_span data-v-d0fcf0dc">合格</label></block><block wx:if="{{data.state==2}}"><label style="width:30%;text-align:right;" class="_span data-v-d0fcf0dc">不合格</label></block><block wx:if="{{data.state==0}}"><label style="width:30%;text-align:right;" class="_span data-v-d0fcf0dc">未检测</label></block></view></block></view></view></view>
|