lincl 1 year ago
parent
commit
5814475e73
1 changed files with 7 additions and 0 deletions
  1. 7 0
      mini-pro-web/src/views/machine/index.vue

+ 7 - 0
mini-pro-web/src/views/machine/index.vue

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