Commit 1762c8da authored by 任金涛's avatar 任金涛

new

parent c77e06b1
Pipeline #126 canceled with stages
<!--
* @Author:rjt
* @Date: 2021-04-25 17:01:58
* @LastEditTime: 2021-04-27 10:21:39
* @LastEditTime: 2021-04-27 11:00:09
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \wxcdemo\index.html
......@@ -46,7 +46,7 @@
<div style="flex-direction: column;width:570px;">
<div>
<div class="titleList pl2">
生产监控
产能利用率
</div>
<div class="imgSCJk">
<div id="echart4" style="height: 320px;width: 500px;"></div>
......@@ -60,7 +60,7 @@
山东省增材制造企业分布图
</div>
<div class="txt-c">
<img src="images/map.png" style="height:320px" />
<img src="images/map1.png" style="height:330px" />
</div>
</div>
......@@ -205,20 +205,26 @@
columns: [{
title: '地区',
key: "area",
align:'center',
width:100
},
{
title: '智能工厂序号',
key: "id",
align:'center'
},
{
title: '智能工厂名称',
key: "name",
ellipsis: true,
width:300,
align:'center'
},
{
title: '所在地',
key: "address",
ellipsis: true
ellipsis: true,
align:'center'
},
{
title: '近一年打印总时长',
......@@ -243,44 +249,44 @@
status: '3在线,2空闲',
},
{
area: '济南',
id: '0001',
name: '星驰恒动科技发展有限公司',
address: '历下区',
time: '3000h',
status: '3在线,2空闲',
area: '青岛',
id: '0002',
name: '航宇智能制造研究院',
address: '四方区',
time: '2100h',
status: '1在线',
},
{
area: '济南',
id: '0001',
name: '星驰恒动科技发展有限公司',
address: '历下区',
time: '3000h',
status: '3在线,2空闲',
area: '烟台',
id: '0003',
name: '中银能能源发展有限公司',
address: '芝罘区',
time: '1098h',
status: '1在线,1空闲',
},
{
area: '济南',
id: '0001',
name: '星驰恒动科技发展有限公司',
address: '历下区',
time: '3000h',
status: '3在线,2空闲',
area: '威海',
id: '0004',
name: '宇航智造技术研究院',
address: '文登区',
time: '1578h',
status: '1在线',
},
{
area: '济',
id: '0001',
name: '星驰恒动科技发展有限公司',
address: '历下区',
time: '3000h',
status: '3在线,2空闲',
area: '济',
id: '0005',
name: '鑫精合科技发展有限公司',
address: '任城区',
time: '7800h',
status: '6在线,2空闲',
},
{
area: '济南',
id: '0001',
name: '星驰恒动科技发展有限公司',
address: '历下区',
time: '3000h',
status: '3在线,2空闲',
area: '潍坊',
id: '0006',
name: '康速金属材料有限公司',
address: '潍城区',
time: '7800h',
status: '6在线,4空闲',
},
],
columns1: [{
......@@ -291,27 +297,32 @@
}, {
title: '订单编号',
key: "mescode",
ellipsis: true
ellipsis: true,
align:'center'
},
{
title: '名称',
key: "name",
ellipsis: true
ellipsis: true,
align:'center'
},
{
title: '客户名称',
key: "customername",
ellipsis: true
ellipsis: true,
align:'center'
},
{
title: '材质',
key: "material",
ellipsis: true
ellipsis: true,
align:'center'
},
{
title: '工艺方法',
key: "method",
ellipsis: true
ellipsis: true,
align:'center'
},
{
title: '数量',
......@@ -333,7 +344,7 @@
customername: '航天五院',
material: 'AISi10Mg',
method: 'SLM',
count: '100',
count: '10',
status: '待派发',
},
{
......@@ -342,8 +353,8 @@
customername: '航天五院',
material: 'AISi10Mg',
method: 'SLM',
count: '100',
status: '待派发',
count: '10',
status: '工艺设计',
},
{
mescode: 'WRJZ2021053',
......@@ -351,8 +362,8 @@
customername: '航天五院',
material: 'AISi10Mg',
method: 'SLM',
count: '100',
status: '待派发',
count: '10',
status: '生产准备',
},
{
mescode: 'WRJZ2021053',
......@@ -360,8 +371,8 @@
customername: '航天五院',
material: 'AISi10Mg',
method: 'SLM',
count: '100',
status: '待派发',
count: '10',
status: '热处理',
},
{
mescode: 'WRJZ2021053',
......@@ -369,8 +380,8 @@
customername: '航天五院',
material: 'AISi10Mg',
method: 'SLM',
count: '100',
status: '待派发',
count: '10',
status: '后处理',
},
{
mescode: 'WRJZ2021053',
......@@ -378,8 +389,8 @@
customername: '航天五院',
material: 'AISi10Mg',
method: 'SLM',
count: '100',
status: '待派发',
count: '10',
status: '线切割',
},
],
columns2: [{
......@@ -703,7 +714,7 @@
color: '#0c94a8' // 100% 处的颜色
}, {
offset: 1,
color: '#374760' // 0% 处的颜色
color: '#000000' // 0% 处的颜色
}],
global: false // 缺省为 false
}
......@@ -888,22 +899,22 @@
var option;
option = {
title: {
text: '产能利用率',
left: 'center',
textStyle: {
color:"#ffffff",
fontSize: 16,
fontStyle: 'normal',
fontWeight: 'normal',
},
},
// title: {
// text: '产能利用率',
// left: 'center',
// textStyle: {
// color:"#ffffff",
// fontSize: 16,
// fontStyle: 'normal',
// fontWeight: 'normal',
// },
// },
series: [{
name: '外层',
type: 'gauge',
/// startAngle: 180,
// endAngle: 0,
center: ['50%', '55%'], //边距
center: ['50%', '50%'], //边距
radius: '88%',
splitNumber: 5,
min: 0,
......@@ -934,7 +945,7 @@
},
detail: {
valueAnimation: true,
formatter: '{value}',
formatter: '{value}%',
color: 'auto'
},
data: [{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment