| | |
| | | loadingInfo: "刷新中,请稍等..." |
| | | }); |
| | | Request({ |
| | | url: Constant.BASE_SERVER_URL + "Run/MonitorRecord/Mobile/GetLastRecordByMonitorPointIds@V1.0", |
| | | url: Constant.BASE_SERVER_URL + "Monitor/Record/Std/GetLastRecordList@V2.0", |
| | | method: 'GET', |
| | | data: { |
| | | CorpID: userInfo.CorpID, |
| | | MonitorPointIds : allPointId |
| | | SignalIds : allPointId |
| | | }, |
| | | header: { |
| | | 'content-type': 'application/json' |
| | |
| | | <view class="pointRightBlock pointCellUnit" style="height:100rpx"> |
| | | {{point.UnitName== null?'':point.UnitName}} |
| | | </view> |
| | | <view class="pointRightBlock pointCellRecord">{{point.DataValue}}</view> |
| | | <view class="pointRightBlock pointCellRecord">{{point.DataValue== null?'':point.DataValue}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | |
| | | // console.log(allPointId.join(',')) |
| | | Request({ |
| | | url: Constant.BASE_SERVER_URL + "Monitor/Record/Std/GetLastRecordList@V1.0", |
| | | url: Constant.BASE_SERVER_URL + "Monitor/Record/Std/GetLastRecordList@V2.0", |
| | | method: 'GET', |
| | | data: { |
| | | SignalIds : allPointId.join(',') |
| | |
| | | <view class="pointRightBlock pointCellUnit" style="height:100rpx"> |
| | | {{point.UnitName == null?'':point.UnitName}} |
| | | </view> |
| | | <view class="pointRightBlock pointCellRecord">{{point.DataValue}}</view> |
| | | <view class="pointRightBlock pointCellRecord">{{point.DataValue== null?'':point.DataValue}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |