shish 2 năm trước cách đây
mục cha
commit
c167816066
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      ghsApp/src/pagesPurchase/info.vue

+ 2 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -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>