|
@ -256,6 +256,12 @@ export default {
|
|
},
|
|
},
|
|
printSettle(obj){
|
|
printSettle(obj){
|
|
this.printType = 2
|
|
this.printType = 2
|
|
|
|
// socketUtils.getMessage({
|
|
|
|
// data: JSON.stringify({
|
|
|
|
// type: 'PrintComplete',
|
|
|
|
// mess: '',
|
|
|
|
// })
|
|
|
|
// })
|
|
socketUtils.send(obj)
|
|
socketUtils.send(obj)
|
|
},
|
|
},
|
|
clearCountDown(){
|
|
clearCountDown(){
|
|
@ -452,6 +458,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
this.showTipsDialog({
|
|
this.showTipsDialog({
|
|
contentType: 8,
|
|
contentType: 8,
|
|
|
|
isHis: this.$refs.DrugTaking&&this.$refs.DrugTaking.isHis
|
|
})
|
|
})
|
|
}
|
|
}
|
|
} else if(msg.type == 'humidity_temperature'){
|
|
} else if(msg.type == 'humidity_temperature'){
|