|
@@ -36,15 +36,17 @@
|
|
|
{{ info.name }}
|
|
{{ info.name }}
|
|
|
<text v-if="info.variety && info.variety ==1" class="show-color"></text>
|
|
<text v-if="info.variety && info.variety ==1" class="show-color"></text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="kc">¥{{ info.price?parseFloat(info.price):0 }}
|
|
|
|
|
- <text style="margin-left:11upx;color:#555555;font-weight:normal;">¥{{ info.skPrice?parseFloat(info.skPrice):0 }}</text>
|
|
|
|
|
- <text style="margin-left:12upx;color:#999;font-size:23upx;font-weight:normal;">¥{{ info.cost?parseFloat(info.cost):0 }}</text>
|
|
|
|
|
|
|
+ <view class="kc">
|
|
|
|
|
+ <text style="color:green;font-weight:normal;">¥{{ info.hjPrice?parseFloat(info.hjPrice):0 }}</text>
|
|
|
|
|
+ <text style="margin-left:13upx;color:red;font-weight:bold;">¥{{ info.price?parseFloat(info.price):0 }}</text>
|
|
|
|
|
+ <text style="margin-left:13upx;color:#333333;11upx;font-weight:normal;">¥{{ info.skPrice?parseFloat(info.skPrice):0 }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="num-open_bx">
|
|
<view class="num-open_bx">
|
|
|
<template>
|
|
<template>
|
|
|
<view class="open-bx">
|
|
<view class="open-bx">
|
|
|
还剩 <text style="font-size:23upx;margin-left:8upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
|
|
还剩 <text style="font-size:23upx;margin-left:8upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
|
|
|
- <text style="margin-left:28upx;font-size:23upx;display:inline-block;color:#999;">销量 {{ info.actualSold ? parseInt(info.actualSold) : 0 }}</text>
|
|
|
|
|
|
|
+ <text style="margin-left:28upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">销量 {{ info.actualSold ? parseInt(info.actualSold) : 0 }}</text>
|
|
|
|
|
+ <text style="margin-left:28upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">成本 {{ info.cost ? parseInt(info.cost) : 0 }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
</view>
|
|
</view>
|