|
|
|
@ -11,7 +11,7 @@ |
|
|
|
</scroll-view> |
|
|
|
<scroll-view :scroll-y="true" class="scroll-right" |
|
|
|
: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" v-if="item.stock"> |
|
|
|
<label class="lf-row-between" @click="switchChecked(item)"> |
|
|
|
<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> |
|
|
|
|