|
|
@@ -303,7 +303,6 @@ export default {
|
|
|
that.printFocus = false
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
let currentNum = this.printNum
|
|
|
let itemId = this.printItemId
|
|
|
if (currentNum == null) {
|
|
|
@@ -322,9 +321,9 @@ export default {
|
|
|
that.printFocus = false
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
print({id:itemId,num:currentNum}).then(res=>{
|
|
|
if(res.code == 1){
|
|
|
+ that.printLabelShow = false
|
|
|
that.$msg(res.msg)
|
|
|
} else if(res.code == 0){
|
|
|
that.printLabelShow = false
|