|
|
@@ -245,7 +245,7 @@ export default {
|
|
|
if(data.hasNoPrint && data.hasNoPrint == 1){
|
|
|
this.$confirm('请先设置打印小票机', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }).then(() => { })
|
|
|
}else{
|
|
|
- this.$notify({ title: '已打小票', message: '操作成功', type: 'success'})
|
|
|
+ this.$notify({ title: '已打印', message: '操作成功', type: 'success'})
|
|
|
}
|
|
|
})
|
|
|
},
|