Monitor-APP/pages/home/home.vue
@@ -485,9 +485,10 @@ data: JSON.stringify(param), success(res) { res = res.data console.log(res); that.result = res if (res.code === 200 && res.data) { if (res.code === 200) { console.log(res.data.agvWaitPakins); if (res.data.agvWrkDetls != null) { that.locs = res.data.agvWrkDetls if (res.data.agvWrkMast) { if (res.data.agvWrkMast.ioType == 107) { @@ -500,6 +501,12 @@ } else{ that.infoText.title = '入库作业' } } else if (res.data.agvWaitPakins != null) { that.locs = res.data.agvWaitPakins that.infoText.title = '入库作业' } } }