| | |
| | | markerTipInfo.markerInfo.Records = flowMeterLastRecord |
| | | } |
| | | if(type=='PressMeter'){ |
| | | console.log(13) |
| | | |
| | | let infoByPressMeterLastRecord = await that.getMonitorKpiInfoByPressMeterID(id) |
| | | markerTipInfo.markerInfo.Records = infoByPressMeterLastRecord |
| | | } |
| | | if(type=='gongdan'){ |
| | | console.log(14) |
| | | |
| | | var FormType=markerTipInfo.markerInfo.FormType |
| | | var FormID=markerTipInfo.markerInfo.FormID |
| | | let repairLastRecord = await that.getRepairStatusInfo(FormType,FormID) |
| | |
| | | that.setData({ |
| | | markerTipInfo: markerTipInfo, |
| | | }) |
| | | // console.log(markerTipInfo.markerInfo,613) |
| | | break |
| | | |
| | | } |
| | | } |
| | | |