Compare commits
8 Commits
bdf53317c3
...
zwq
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f60cbdd52 | |||
| f3cab73116 | |||
| 864bdac590 | |||
| 1d50fbde4b | |||
| 9c14efef55 | |||
| bc114666e5 | |||
| 326300566f | |||
| 3c34e31711 |
@@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2022-01-21 14:43:06
|
* @Date: 2022-01-21 14:43:06
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-11-24 16:17:09
|
* @LastEditTime: 2022-11-28 15:03:58
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@@ -223,8 +223,8 @@ export default {
|
|||||||
title: this.showCenterTitle
|
title: this.showCenterTitle
|
||||||
? {
|
? {
|
||||||
text: `${this.seriesData.reduce((pre, cur) => pre + cur.value, 0)}\n{name|总共}`,
|
text: `${this.seriesData.reduce((pre, cur) => pre + cur.value, 0)}\n{name|总共}`,
|
||||||
top: 'center',
|
top: '44%',
|
||||||
left: '48%',
|
left: '49%',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2021-07-19 15:18:30
|
* @Date: 2021-07-19 15:18:30
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-11-24 16:01:46
|
* @LastEditTime: 2022-12-01 10:31:37
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<div class="inTest" :style="{ padding: 9 * beilv + 'px' }">
|
<div class="inTest" :style="{ padding: 9 * beilv + 'px' }">
|
||||||
<span class="leftText">执行叉车:</span>
|
<span class="leftText">执行叉车:</span>
|
||||||
<span class="rightText">叉车</span>
|
<span class="rightText">2-03</span>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
@@ -137,7 +137,7 @@
|
|||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<div class="outTest" :style="{ padding: 7 * beilv + 'px' }">
|
<div class="outTest" :style="{ padding: 7 * beilv + 'px' }">
|
||||||
<span class="leftText">执行叉车:</span>
|
<span class="leftText">执行叉车:</span>
|
||||||
<span class="rightText">叉车</span>
|
<span class="rightText">1-01</span>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
@@ -316,54 +316,49 @@ const legendData1 = [
|
|||||||
]
|
]
|
||||||
const legendData2 = [
|
const legendData2 = [
|
||||||
{
|
{
|
||||||
name: '2.0-1128*1716',
|
name: '丝印类',
|
||||||
icon: 'circle',
|
icon: 'circle',
|
||||||
value: 128
|
value: 128
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '2.0-1128*2251',
|
name: '磨边类',
|
||||||
icon: 'circle',
|
icon: 'circle',
|
||||||
value: 104
|
value: 104
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '2.0-1128*2272',
|
name: '镀膜类',
|
||||||
icon: 'circle',
|
icon: 'circle',
|
||||||
value: 24
|
value: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '3.2-1128*1716',
|
name: '包装类',
|
||||||
icon: 'circle',
|
icon: 'circle',
|
||||||
value: 77
|
value: 77
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '3.2-1128*1716',
|
|
||||||
icon: 'circle',
|
|
||||||
value: 93
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
const legendData3 = [
|
const legendData3 = [
|
||||||
{
|
{
|
||||||
name: '2.0-1128*1716',
|
name: '磨边机备件',
|
||||||
icon: 'circle',
|
icon: 'circle',
|
||||||
value: 128
|
value: 128
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '2.0-1128*2251',
|
name: '打孔机备件',
|
||||||
icon: 'circle',
|
icon: 'circle',
|
||||||
value: 96
|
value: 96
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '2.0-1128*2272',
|
name: '丝印机备件',
|
||||||
icon: 'circle',
|
icon: 'circle',
|
||||||
value: 201
|
value: 201
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '3.2-1128*1716',
|
name: '固化机备件',
|
||||||
icon: 'circle',
|
icon: 'circle',
|
||||||
value: 77
|
value: 77
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '3.2-1128*1716',
|
name: '钢化机备件',
|
||||||
icon: 'circle',
|
icon: 'circle',
|
||||||
value: 66
|
value: 66
|
||||||
}
|
}
|
||||||
@@ -458,21 +453,21 @@ export default {
|
|||||||
list: [
|
list: [
|
||||||
{
|
{
|
||||||
test1: 'RQ5055348178',
|
test1: 'RQ5055348178',
|
||||||
test2: 'D4288603319',
|
test2: '1-01',
|
||||||
test3: 'CP5651696263',
|
test3: 'CP5651696263',
|
||||||
test4: '3.2-1033*2089',
|
test4: '3.2-1033*2089',
|
||||||
test5: '成品库D-D区-15'
|
test5: '成品库D-D区-15'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test1: 'RQ3722771932',
|
test1: 'RQ3722771932',
|
||||||
test2: 'D3732827773',
|
test2: '1-02',
|
||||||
test3: 'CP4140258231',
|
test3: 'CP4140258231',
|
||||||
test4: '2.0-1128*2272',
|
test4: '2.0-1128*2272',
|
||||||
test5: '成品库B-A区-13'
|
test5: '成品库B-A区-13'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test1: 'RQ1342208728',
|
test1: 'RQ1342208728',
|
||||||
test2: 'D6178738555',
|
test2: '2-03',
|
||||||
test3: 'CP5284407553',
|
test3: 'CP5284407553',
|
||||||
test4: '2.0-1128*1716',
|
test4: '2.0-1128*1716',
|
||||||
test5: '成品库A-B区-9'
|
test5: '成品库A-B区-9'
|
||||||
|
|||||||
Reference in New Issue
Block a user