|
@ -2,7 +2,7 @@
|
|
|
<div class="machine-index" >
|
|
|
<div v-show="step==2 || (step==3&&rsType!=3&&!inOut)" class="back-btn" @click="onPrev">
|
|
|
<img src="./img/fanhui_icon.png" alt="">
|
|
|
<span>{{times}}s</span>
|
|
|
<span v-if="rsType!=4">{{times}}s</span>
|
|
|
</div>
|
|
|
|
|
|
<div v-show="step===0" class="tc">
|
|
@ -542,7 +542,6 @@ export default {
|
|
|
this.socket.send(JSON.stringify(obj));
|
|
|
},
|
|
|
SetPrintPage: function() {
|
|
|
debugger
|
|
|
// string type; //text 文本 |line 间隔行|barcode 条码|qrcode 二维码|reset 重置打印机 |nline 走纸【进行【
|
|
|
// string text; //文本内容
|
|
|
// int nLan;//文本编码类型0:GBK 1:UTF-8
|