|
@@ -170,10 +170,10 @@ export default {
|
|
|
that.printFocus = false
|
|
that.printFocus = false
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
print({id:itemId,num:currentNum}).then(res=>{
|
|
print({id:itemId,num:currentNum}).then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
- that.$msg(res.msg)
|
|
|
|
|
|
|
+ that.printLabelShow = false
|
|
|
|
|
+ uni.showToast({ title: '操作成功', duration: 1500 })
|
|
|
} else if(res.code == 0){
|
|
} else if(res.code == 0){
|
|
|
that.printLabelShow = false
|
|
that.printLabelShow = false
|
|
|
that.printFocus = false
|
|
that.printFocus = false
|