Commit 23397ec8 authored by 李苏's avatar 李苏 💬

queryCanCall 添加参数-gwid

parent a1db9664
...@@ -220,11 +220,12 @@ ...@@ -220,11 +220,12 @@
} }
}, },
/* 获取配盘点信息 */ /* 获取配盘点信息 */
apiQueryCanCall(ppdid,zt){ apiQueryCanCall(ppdid,zt,gwid){
queryCanCall({ queryCanCall({
"ppdid":ppdid, "ppdid":ppdid,
zt:zt, zt:zt,
gwid:gwid
// "ppdid":ppdid|| '8A8239D18581021E0185A4B7D5C7000A', // "ppdid":ppdid|| '8A8239D18581021E0185A4B7D5C7000A',
}).then(res=>{ }).then(res=>{
const {records}=res const {records}=res
...@@ -278,7 +279,7 @@ ...@@ -278,7 +279,7 @@
} }
this.apiQueryCanCall(this.gwinfor[this.gwSelcetdIndex].ppdid,this.gwinfor[this.gwSelcetdIndex].status) this.apiQueryCanCall(this.gwinfor[this.gwSelcetdIndex].ppdid,this.gwinfor[this.gwSelcetdIndex].status,this.gwinfor[this.gwSelcetdIndex].id)
}) })
}, },
...@@ -322,7 +323,7 @@ ...@@ -322,7 +323,7 @@
that.f5Gw() that.f5Gw()
that.emptyPpdInfo() that.emptyPpdInfo()
that.apiQueryCanCall(that.gwinfor[that.gwSelcetdIndex].ppdid,that.gwinfor[that.gwSelcetdIndex].status) that.apiQueryCanCall(that.gwinfor[that.gwSelcetdIndex].ppdid,that.gwinfor[that.gwSelcetdIndex].status,that.gwinfor[that.gwSelcetdIndex].id)
// that.apiQueryCanCall() // that.apiQueryCanCall()
} }
...@@ -527,7 +528,7 @@ ...@@ -527,7 +528,7 @@
} }
/* 查询所有的配盘点状态 */ /* 查询所有的配盘点状态 */
this.apiQueryCanCall(this.gwinfor[this.gwSelcetdIndex].ppdid,this.gwinfor[this.gwSelcetdIndex].status) this.apiQueryCanCall(this.gwinfor[this.gwSelcetdIndex].ppdid,this.gwinfor[this.gwSelcetdIndex].status,this.gwinfor[this.gwSelcetdIndex].id)
}, },
/* 查询工位 */ /* 查询工位 */
}, },
......
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