|
@@ -27,11 +27,10 @@
|
|
|
<view class="item_list_title" v-if="!$util.isEmpty(classItem.child)"> {{ classItem.className }}</view>
|
|
<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>
|
|
<text v-if="tabs[tabIndex].name=='库存预警'&&$util.isEmpty(classItem.child)">当前库存充足</text>
|
|
|
<template v-for="(productItem, productIndex) in classItem.child">
|
|
<template v-for="(productItem, productIndex) in classItem.child">
|
|
|
- <view style="height: 200rpx" :id="`class_${classIndex}`" :key="classIndex">
|
|
|
|
|
|
|
+ <view style="height: 200rpx" :id="`class_${classIndex}`" :key="productIndex">
|
|
|
<ItemStock v-if="classItem.isActive"
|
|
<ItemStock v-if="classItem.isActive"
|
|
|
:isPrice="false"
|
|
:isPrice="false"
|
|
|
:type="tabs[tabIndex].key"
|
|
:type="tabs[tabIndex].key"
|
|
|
- :key="productIndex"
|
|
|
|
|
:info="productItem"
|
|
:info="productItem"
|
|
|
></ItemStock>
|
|
></ItemStock>
|
|
|
</view>
|
|
</view>
|
|
@@ -246,4 +245,4 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|