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