| | |
| | | }) |
| | | }, 1000 * 50) |
| | | |
| | | const res5 = await WorkShopProduceBottomRightData({ wkshopcode: 'CJ001' }) |
| | | const res5 = await WorkShopProduceBottomRightData({ wkshopcode: this.wkshopcode[0] }) |
| | | this.RightBottom = res5.data |
| | | if (this.RightBottom.length > 0) { |
| | | loadEcharts('cjzl04', cjzl04(this.RightBottom.map(i => i.name), this.RightBottom.map(i => i.cont))) |
| | | } |
| | | |
| | | setInterval(() => { |
| | | WorkShopProduceBottomRightData({ wkshopcode: 'CJ001' }).then(res5 => { |
| | | WorkShopProduceBottomRightData({ wkshopcode: this.wkshopcode[0] }).then(res5 => { |
| | | this.RightBottom = res5.data |
| | | if (this.RightBottom.length > 0) { |
| | | loadEcharts('cjzl04', cjzl04(this.RightBottom.map(i => i.name), this.RightBottom.map(i => i.cont))) |
| | |
| | | }) |
| | | }, 1000 * 60) |
| | | |
| | | this.getWorkShopProduceTopData() |
| | | await this.getWorkShopProduceTopData() |
| | | }, |
| | | |
| | | // 获取当前时间 |
| | |
| | | background-color: transparent; |
| | | } |
| | | |
| | | ::v-deep .gutter { |
| | | display: none; |
| | | } |
| | | |
| | | .all_block01 { |
| | | width: 237px; |
| | | height: 180px; |