|
@@ -51,7 +51,7 @@
|
|
|
<view class="flex justify_between">
|
|
|
<view>
|
|
|
<text class="item-detail-text flex_1">{{item.code}}</text>
|
|
|
- <u-tag v-if="item.affiliation=='SUPER_CATALOGUE' && commonPartCodeList.includes(item.code)" size="mini" style="margin-left: 5px;" text="通用" mode="light" shape="circle" type="success"></u-tag>
|
|
|
+ <u-tag v-if="commonPartCodeList.includes(item.code)" size="mini" style="margin-left: 5px;" text="通用" mode="light" shape="circle" type="success"></u-tag>
|
|
|
</view>
|
|
|
<text class="item-detail-text" v-if="item.affiliation=='SHELF'">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
|
|
|
</view>
|