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