|
|
@@ -50,9 +50,9 @@
|
|
|
<view class="operate-view" v-if="isScanEnv" @click="removeFromSave(option.customId)"> <text class="iconfont iconshanchu1"></text>清除花材 </view>
|
|
|
<view class="operate-view" v-else @click="gobackEvent" style="font-size:32upx;font-weight:bold;"><text class="iconfont icongouwuche" style="margin-right:5upx;"></text>返回修改</view>
|
|
|
<view class="describe-view">
|
|
|
- <text>¥{{ allPrice }}</text>
|
|
|
- <text style="margin-left:6upx;">成本 ¥{{ allCount.cost }}</text>
|
|
|
- <text style="margin-left:6upx;">利润 ¥{{ parseFloat((Number(allPrice)-Number(allCount.cost)).toFixed(2)) }}</text>
|
|
|
+ <text>合计 ¥{{ allPrice }},</text>
|
|
|
+ <text>¥{{ allCount.cost }},</text>
|
|
|
+ <text>¥{{ parseFloat((Number(allPrice)-Number(allCount.cost)).toFixed(2)) }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="summary-bar">
|