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

queryCanCall 所有状态都查询

parent e289e697
......@@ -220,9 +220,11 @@
}
},
/* 获取配盘点信息 */
apiQueryCanCall(ppdid){
apiQueryCanCall(ppdid,zt){
queryCanCall({
"ppdid":ppdid,
zt:zt,
// "ppdid":ppdid|| '8A8239D18581021E0185A4B7D5C7000A',
}).then(res=>{
const {records}=res
......@@ -273,9 +275,10 @@
this.agvinfo = e.records
})
}else if(this.gwinfor[this.gwSelcetdIndex].status=="E"){
//差配盘点
this.apiQueryCanCall(this.gwinfor[this.gwSelcetdIndex].ppdid)
}
this.apiQueryCanCall(this.gwinfor[this.gwSelcetdIndex].ppdid,this.gwinfor[this.gwSelcetdIndex].status)
})
},
......@@ -319,7 +322,7 @@
that.f5Gw()
that.emptyPpdInfo()
that.apiQueryCanCall(that.gwinfor[that.gwSelcetdIndex].ppdid)
that.apiQueryCanCall(that.gwinfor[that.gwSelcetdIndex].ppdid,that.gwinfor[that.gwSelcetdIndex].status)
// that.apiQueryCanCall()
}
......@@ -520,9 +523,11 @@
this.agvinfo = {}
// 请求配盘点信息
this.apiQueryCanCall(this.gwinfor[this.gwSelcetdIndex].ppdid)
}
/* 查询所有的配盘点状态 */
this.apiQueryCanCall(this.gwinfor[this.gwSelcetdIndex].ppdid,this.gwinfor[this.gwSelcetdIndex].status)
},
/* 查询工位 */
},
......
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