|
|
@@ -33,9 +33,9 @@
|
|
|
</text>
|
|
|
</view>
|
|
|
<view class="info-line">
|
|
|
- <text class="item-type"></text>
|
|
|
+ <text class="item-type">售价 ¥{{ s.itemPrice?parseFloat(s.itemPrice):0 }}</text>
|
|
|
<text class="item-count">
|
|
|
- <text>¥{{ s.itemCost?parseFloat(s.itemCost):0 }}</text>
|
|
|
+ <text>成本 ¥{{ s.itemCost?parseFloat(s.itemCost):0 }}</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -47,7 +47,8 @@
|
|
|
共{{ detailInfo.itemInfo.length || 0 }}种,
|
|
|
<text v-if="Number(detailInfo.bigNum)>0">{{ detailInfo.bigNum }}扎</text>
|
|
|
<text v-if="Number(detailInfo.smallNum)>0">{{ detailInfo.smallNum}}支</text>,
|
|
|
- <text>¥{{ detailInfo.cost?parseFloat(detailInfo.cost):0}}</text>
|
|
|
+ <text>总成本 ¥{{ detailInfo.cost?parseFloat(detailInfo.cost):0}}</text>,
|
|
|
+ <text>总售价 ¥{{ detailInfo.price?parseFloat(detailInfo.price):0}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|