inputDetectionResult.wxml 2.8 KB

1
  1. <view class="data-v-467e5206"><view style="display:flex;justify-content:space-around;" class="data-v-467e5206"><uni-forms vue-id="ed672080-1" modelValue="{{formData}}" data-ref="form" class="data-v-467e5206 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><uni-forms-item vue-id="{{('ed672080-2')+','+('ed672080-1')}}" label="隔离点" name="IsolationPiontName" class="data-v-467e5206" bind:__l="__l" vue-slots="{{['default']}}"><uni-data-select vue-id="{{('ed672080-3')+','+('ed672080-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-467e5206" bind:__l="__l"></uni-data-select></uni-forms-item><uni-forms-item vue-id="{{('ed672080-4')+','+('ed672080-1')}}" label="批次" name="SamplingBatch" class="data-v-467e5206" bind:__l="__l" vue-slots="{{['default']}}"><uni-data-select style="width:100%;" vue-id="{{('ed672080-5')+','+('ed672080-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-467e5206" 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-467e5206">搜索</button></view><view class="data-v-467e5206"><text style="margin:60rpx 60rpx;font-weight:bold;font-size:40rpx;" class="data-v-467e5206">样品列表</text><view class="samList-ul _ul data-v-467e5206"><block wx:for="{{sampleList}}" wx:for-item="data" wx:for-index="__i0__" wx:key="id"><view class="samList-li _li data-v-467e5206"><label class="_span data-v-467e5206">{{data.name}}</label><block wx:if="{{data.state==2||data.state==1}}"><label style="width:30%;text-align:right;" class="_span data-v-467e5206">已检测</label></block><block wx:else><label style="width:30%;" class="_span data-v-467e5206"><uni-data-select vue-id="{{'ed672080-6-'+__i0__}}" localdata="{{range}}" clear="{{false}}" value="{{data.value}}" data-event-opts="{{[['^change',[['change']]],['^input',[['__set_model',['$0','value','$event',[]],[[['sampleList','id',data.id]]]]]]]}}" bind:change="__e" bind:input="__e" class="data-v-467e5206" bind:__l="__l"></uni-data-select></label></block></view></block></view></view><view class="btn-box data-v-467e5206" style="position:fixed;bottom:10%;width:100%;"><button data-event-opts="{{[['tap',[['submitF']]]]}}" style="margin:20rpx 40rpx;background-color:#1296db;color:#ffffff;" bindtap="__e" class="data-v-467e5206">提交</button></view></view>