|
|
@ -13,7 +13,10 @@ |
|
|
:style="{height: 'calc('+ windowHeight +'px - 222rpx)', width:is_search_ing?'100%':'550rpx'}"> |
|
|
:style="{height: 'calc('+ windowHeight +'px - 222rpx)', width:is_search_ing?'100%':'550rpx'}"> |
|
|
<view class="supplier-item" v-for="(item, index) in tab_list[current].list" :key="index"> |
|
|
<view class="supplier-item" v-for="(item, index) in tab_list[current].list" :key="index"> |
|
|
<label class="lf-row-between" @click="switchChecked(item)"> |
|
|
<label class="lf-row-between" @click="switchChecked(item)"> |
|
|
<view style="min-height: 40rpx; max-height: max-content; width: 440rpx;">{{ item.material_name }}</view> |
|
|
|
|
|
|
|
|
<view style="min-height: 40rpx; max-height: max-content; width: 440rpx;"> |
|
|
|
|
|
<view class="lf-font-28 lf-color-black">{{ item.material_name }}·{{ item.spec_name }}</view> |
|
|
|
|
|
<view class="lf-font-24 lf-color-555 lf-m-t-10">{{ item.supplier_name }}</view> |
|
|
|
|
|
</view> |
|
|
<u-icon name="checkmark-circle-fill" size="40" color="#11D189" v-if="item.checked"></u-icon> |
|
|
<u-icon name="checkmark-circle-fill" size="40" color="#11D189" v-if="item.checked"></u-icon> |
|
|
</label> |
|
|
</label> |
|
|
</view> |
|
|
</view> |
|
|
|