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

new

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