|
@@ -14,7 +14,9 @@
|
|
<text>{{item.name}}</text>
|
|
<text>{{item.name}}</text>
|
|
<copyText :text="item.name" label="产品名称"></copyText>
|
|
<copyText :text="item.name" label="产品名称"></copyText>
|
|
</view>
|
|
</view>
|
|
- <view class="u-last" @click="toViewDetail(item)">销售记录</view>
|
|
|
|
|
|
+ <view class="u-last">
|
|
|
|
+ <u-button size="mini" @click="toViewDetail(item)" shape="circle">销售记录</u-button>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="st-detailList-item-con flex align_center">
|
|
<view class="st-detailList-item-con flex align_center">
|
|
<view class="pimgs">
|
|
<view class="pimgs">
|
|
@@ -25,8 +27,8 @@
|
|
<view class="padding_3">原厂编码:{{(item.origCode&&item.origCode!=' ')?item.origCode:'--'}} </view>
|
|
<view class="padding_3">原厂编码:{{(item.origCode&&item.origCode!=' ')?item.origCode:'--'}} </view>
|
|
<view class="padding_3">品牌:{{item.productBrandName || '--'}} </view>
|
|
<view class="padding_3">品牌:{{item.productBrandName || '--'}} </view>
|
|
<view class="flex align_center justify_between">
|
|
<view class="flex align_center justify_between">
|
|
- <view class="font_13" @click="toViewDetail(item)">
|
|
|
|
- 库存数:<text style="text-decoration: underline;color: dodgerblue;">{{toThousands(item.stockQty|| 0)}}</text> 个
|
|
|
|
|
|
+ <view class="font_13">
|
|
|
|
+ 库存数:<text>{{toThousands(item.stockQty|| 0)}} 个</text>
|
|
</view>
|
|
</view>
|
|
<view class="font_13">
|
|
<view class="font_13">
|
|
车主价:<text class="red">¥{{toThousands(item.carOwnersPrice|| 0,2)}} </text>
|
|
车主价:<text class="red">¥{{toThousands(item.carOwnersPrice|| 0,2)}} </text>
|