|
|
@@ -95,12 +95,13 @@
|
|
|
<text class="price">¥{{s.totalPrice ? parseFloat(s.totalPrice) : 0}}</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
- <view class="info-line">
|
|
|
+ <view class="info-line" style="position:relative;">
|
|
|
<text class="item-type" style="color:#3385FF;" @click.stop="printLabel(s,0)">打标签</text>
|
|
|
<text class="item-type" style="color:#3385FF;" @click.stop="printLabel(s,1)">打价码</text>
|
|
|
<text class="item-count">
|
|
|
{{ parseFloat(s.itemNum) }}扎 × ¥{{ s.bigPrice ? parseFloat(s.bigPrice) : 0 }}
|
|
|
</text>
|
|
|
+ <text v-if="s.refundNum>0" style="font-weight:bold;color:red;position:absolute;top:45upx;">已退{{s.refundNum}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|