Commit 5ce394fa authored by 李苏's avatar 李苏 💬

登录页面

parent 8ac4e2a6
......@@ -106,6 +106,8 @@
let msg="查询工单信息:"+that.xlh+"成功"
jyfk_wrz(that,msg)
/* 赋值操作 */
that.hg= res.data.records.hgsl||0;
that.ng= res.data.records.bhgsl||0;
that.gd = res.data.records.woDjid;
that.cpsn = res.data.records.wosnid;
that.ph = res.data.records.wlxxCode;
......@@ -131,9 +133,9 @@
gas.post('kmes/gpfk/jyfk',{"fkid":that.fkid, "hgsn":that.xlh}, function(res){
if(res.data&&res.data.records){
if(type=="ok"){
that.hg=res.data.records
that.hg=res.data.records.hgsl||0;
}else if(type=="ng"){
that.ng=res.data.records
that.ng=res.data.records.bhgsl||0;
}
}
else{
......
......@@ -106,6 +106,8 @@
let msg="查询工单信息:"+that.xlh+"成功"
wxfk_wrz(that,msg)
/* 赋值操作 */
that.hg= res.data.records.hgsl||0;
that.ng= res.data.records.bhgsl||0;
that.gd = res.data.records.woDjid;
that.cpsn = res.data.records.wosnid;
that.ph = res.data.records.wlxxCode;
......@@ -131,9 +133,9 @@
gas.post('kmes/gpfk/wxfk',{"fkid":that.fkid, "hgsn":that.xlh}, function(res){
if(res.data&&res.data.records){
if(type=="ok"){
that.hg=res.data.records
that.hg=res.data.records.hgsl||0;
}else if(type=="ng"){
that.ng=res.data.records
that.ng=res.data.records.bhgsl||0;
}
}
else{
......
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