|
@@ -25,7 +25,7 @@
|
|
|
<view class="padding_3">原厂编码:{{(item.origCode&&item.origCode!=' ')?item.origCode:'--'}} </view>
|
|
|
<view class="padding_3">品牌:{{item.productBrandName || '--'}} </view>
|
|
|
<view class="flex align_center justify_between">
|
|
|
- <view class="font_13">
|
|
|
+ <view class="font_13" @click="toViewDetail(item)">
|
|
|
库存数:<text style="text-decoration: underline;color: dodgerblue;">{{toThousands(item.stockQty|| 0)}}</text> 个
|
|
|
</view>
|
|
|
<view class="font_13">
|