Commit f62d0591 authored by 李苏's avatar 李苏 💬

该扫描物料码

parent 344c44b8
...@@ -237,10 +237,6 @@ ...@@ -237,10 +237,6 @@
}else if(e=="NGBZ"){ }else if(e=="NGBZ"){
that.okOrng="N" that.okOrng="N"
that.xlh="" that.xlh=""
}else if(e=="WLID"){
let msg="正在查询WLID:"+that.xlh
zpfk_wrz(that,msg)
zpfk_wlxh(that)
}else if(e=="LOGOUT"){ }else if(e=="LOGOUT"){
zpfk_wrz(that,"即将退出系统") zpfk_wrz(that,"即将退出系统")
localStorage.clear(); localStorage.clear();
...@@ -249,10 +245,13 @@ ...@@ -249,10 +245,13 @@
/* 获取类型 */ /* 获取类型 */
}) })
.catch(function(e){ .catch(function(e){
console.log(e) let msg="正在查询WLID:"+that.xlh
let msg="无法识别该序列号:"+that.xlh zpfk_wrz(that,msg)
zpfk_wrz(that,msg,'error') zpfk_wlxh(that)
screenAlert(that.el,msg,2000) // console.log(e)
// let msg="无法识别该序列号:"+that.xlh
// zpfk_wrz(that,msg,'error')
// screenAlert(that.el,msg,2000)
that.xlh="" that.xlh=""
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment