shish 3 лет назад
Родитель
Сommit
2653c7b32c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghsApp/src/pagesPurchase/info.vue

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

@@ -72,7 +72,7 @@
 				<text @click="goRefund(detailInfo)" v-if="detailInfo.status == 4" 
 				style="float:right;font-weight:normal;color:#3385FF;margin-right:30upx;">申请退款</text>
 				<text @click="printAllLabel(detailInfo,1)" style="float:right;font-weight:normal;color:#3385FF;margin-right:30upx;">
-				打全部标签()
+				打全部价码
 				</text>
 				<text @click="printAllLabel(detailInfo,0)" style="float:right;font-weight:normal;color:#3385FF;margin-right:30upx;">
 				打全部标签
@@ -96,7 +96,7 @@
 								</view>
 								<view class="info-line">
 									<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-type" style="color:#3385FF;" @click.stop="printLabel(s,1)">打价码</text>
 									<text class="item-count">
 									{{ parseFloat(s.itemNum) }}扎 × ¥{{ s.bigPrice ? parseFloat(s.bigPrice) : 0 }}
 									</text>