Commit 96bc9d00 authored by yff's avatar yff

Merge branch 'master' of gitlab.gavelinfo.com:gavelinfo/kwell-mes

parents 09962484 f716c879
...@@ -109,6 +109,19 @@ ...@@ -109,6 +109,19 @@
} }
}); });
} }
/* 重查 */
function zpfk_showzpfk(e){
let that=e
that.okOrng=""//ok标记
gas.post('kmes/gpfk/zpfk',{"sncode":that.wosncode||"","bzgxid":window.bzlx||"","wosncode":that.wosncode||""}, function(res){
if(res.data&&res.data.records){
/* 赋值操作 */
that.okOrng=res.data.records.zpbz||""
that.xlh=""
}else{
}
});
}
/* !new zpfk接口获取信息*/ /* !new zpfk接口获取信息*/
function zpfk_apizpfk(e){ function zpfk_apizpfk(e){
let that=e let that=e
...@@ -130,7 +143,8 @@ ...@@ -130,7 +143,8 @@
zpfk_wrz(that,msg) zpfk_wrz(that,msg)
}else if(res.data.records.sntype=="WLID"){ }else if(res.data.records.sntype=="WLID"){
let msg=res.message||"当前装配SN:"+that.wosncode+";品号"+res.data.records.curwlsncode+";品名"+res.data.records.curwlsnname+"成功!" let msg=res.message||"当前装配SN:"+that.wosncode+";品号"+res.data.records.curwlsncode+";品名"+res.data.records.curwlsnname+"成功!"
zpfk_wrz(that,msg) zpfk_wrz(that,msg)
zpfk_showzpfk(that)
} }
that.xlh="" that.xlh=""
y(woid) y(woid)
......
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