| | |
| | | <view style="margin-left: auto;"> |
| | | <!-- 百分比 --> |
| | | <view class="flex-col" |
| | | style="align-items: flex-end;justify-content: flex-end;"> |
| | | <!-- style="justify-content: flex-end;position: absolute;top: 0;right: 1vw;text-align: right;" --> |
| | | <text class="item-title">31</text> |
| | | <text class="item-subTitle">今日订单数</text> |
| | | style="align-items: flex-end;justify-content: flex-end;">sssss |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | </y-box> |
| | | </view> |
| | | <view style="height: 2%;"></view> |
| | | <view style="height: 18%" class="flex-row"> |
| | | <!-- <view style="height: 18%" class="flex-row"> |
| | | <image style="height: 100%;" |
| | | src="../../static/barcode.png" mode="aspectFit"></image> |
| | | <image style="height: 100%;" |
| | | src="../../static/zy_logo.png" mode="aspectFit"></image> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- 小车异常 --> |
| | | <view class="board"> |
| | | <uni-transition ref="ani" custom-class="transition" :mode-class="newModeClass" :show="errorBoardShow"> |
| | | <view class="error-board"> |
| | | <text v-for="item in carInfo">{{item}}</text> |
| | | </view> |
| | | </uni-transition> |
| | | </view> |
| | | <view style="color: #FFF;position: fixed;bottom: 10px;left: 10px;" v-show="timeOut"> |
| | | 连接超时: {{times}} s |
| | | </view> |
| | |
| | | baseLedId: '', |
| | | baseCrnId: '', |
| | | baseUrl: '', |
| | | apiIp: '178.18.1.203', |
| | | apiPort: '9090', |
| | | apiUrl: 'tlfwcs', |
| | | info: null, |
| | | error: null, |
| | | infoType: 0, |
| | |
| | | }, 500) |
| | | }, |
| | | onLoad() { |
| | | this.getLedInfos() |
| | | |
| | | setInterval(() => { |
| | | this.getDate2() |
| | | this.getUrl() |
| | |
| | | var res = result.data |
| | | that.carInfoModel(res) |
| | | }, |
| | | getCarInfo() { |
| | | getLedInfos() { |
| | | let that = this |
| | | uni.request({ |
| | | url: that.commonUrl + "/monitor/device/error", |
| | | url: that.baseHttp + that.apiIp + ":" + that.apiPort + "/" + that.apiUrl + "/console/getLedInfos", |
| | | method: "GET", |
| | | data: {}, |
| | | success(result) { |
| | | var res = result.data |
| | | that.carInfoModel(res) |
| | | let data = res.data; |
| | | |
| | | uni.setStorageSync('BaseIp', that.apiIp); |
| | | uni.setStorageSync('BaseLedId', data.staArr); |
| | | uni.setStorageSync('BasePort', that.apiPort); |
| | | uni.setStorageSync('BaseCrnId', data.crnId); |
| | | uni.setStorageSync('UPROJ', that.apiUrl); |
| | | this.getUrl() |
| | | } |
| | | }) |
| | | }, |
| | |
| | | that.infoType = 0 |
| | | } |
| | | }, |
| | | getInfo() { |
| | | let that = this |
| | | uni.request({ |
| | | url: that.commonUrl + "/monitor/led", |
| | | method: "GET", |
| | | data: { |
| | | ledId: that.baseLedId |
| | | }, |
| | | success(result) { |
| | | var res = result.data |
| | | that.infoModel(res) |
| | | } |
| | | }) |
| | | // getInfo() { |
| | | // let that = this |
| | | // uni.request({ |
| | | // url: that.commonUrl + "/monitor/led", |
| | | // method: "GET", |
| | | // data: { |
| | | // ledId: that.baseLedId |
| | | // }, |
| | | // success(result) { |
| | | // var res = result.data |
| | | // that.infoModel(res) |
| | | // } |
| | | // }) |
| | | |
| | | }, |
| | | // }, |
| | | getError() { |
| | | let that = this |
| | | uni.request({ |