| | |
| | | <view class="flex-col" |
| | | style="width: 100%;align-items: flex-start;position: relative;font-size: 1vw"> |
| | | <!-- 进度条 --> |
| | | <view class="flex-row" style="width: 100%;position: relative;margin-top: 5%;"> |
| | | <view class="flex-row" style="width: 100%;position: relative;"> |
| | | <view class="progressBar" style="width: 80%;height: 2vw;"> |
| | | <view class="progress" :style="'width:'+ baseInfo.usedPr + '%'"></view> |
| | | </view> |
| | |
| | | <view>商品编码:{{item.matnr}}</view> |
| | | <view>商品名称:{{item.maknx}}</view> |
| | | <view>规格:{{item.specs}}</view> |
| | | <view>图号:{{item.model}}</view> |
| | | <view>数量:{{item.count}} / {{item.total ? item.total : '--'}}</view> |
| | | |
| | | |
| | |
| | | setInterval(() => { |
| | | this.getDate2() |
| | | this.getUrl() |
| | | // this.getInfo() |
| | | // this.getError() |
| | | this.getInfo2() |
| | | this.getError2() |
| | | this.getInfo() |
| | | this.getError() |
| | | // this.getInfo2() |
| | | // this.getError2() |
| | | this.controller() |
| | | }, 1000) |
| | | |
| | |
| | | this.initlineChart() |
| | | this.initPieChart() |
| | | this.getOther() |
| | | }, 3600000) |
| | | }, 1800000) |
| | | }, |
| | | methods: { |
| | | timeOuts() { |
| | |
| | | } |
| | | |
| | | .progressBar { |
| | | margin-top: 9%; |
| | | margin-top: 5%; |
| | | /* width: 100%; */ |
| | | height: 20%; |
| | | background-color: #233751; |