|
|
@@ -20,12 +20,14 @@
|
|
|
<!-- <text v-else>当前库存充足</text>-->
|
|
|
<scroll-view scroll-y class="item_list_bx" @scrolltolower="loadMore" lower-threshold="100" style="width: 100%">
|
|
|
<template v-for="(productItem, productIndex) in filterProductInfoContrapose">
|
|
|
+ <view style="padding: 20rpx 0">
|
|
|
<CommodityStock
|
|
|
:isPrice="false"
|
|
|
:type="tabs[tabIndex].key"
|
|
|
:key="productIndex"
|
|
|
:info="productItem"
|
|
|
></CommodityStock>
|
|
|
+ </view>
|
|
|
</template>
|
|
|
</scroll-view>
|
|
|
</block>
|
|
|
@@ -56,7 +58,7 @@
|
|
|
<view class="item_list_title" v-if="!$util.isEmpty(classItem.child)"> {{ classItem.className }}</view>
|
|
|
<text v-if="tabs[tabIndex].name=='库存预警'&&$util.isEmpty(classItem.child)">当前库存充足</text>
|
|
|
<template v-for="(productItem, productIndex) in classItem.child">
|
|
|
- <view style="height: 160rpx" :id="`class_${classIndex}`" :key="classIndex">
|
|
|
+ <view style="height: 200rpx" :id="`class_${classIndex}`" :key="classIndex">
|
|
|
<CommodityStock v-if="classItem.isActive"
|
|
|
:isPrice="false"
|
|
|
:type="tabs[tabIndex].key"
|