修改接口

master
夜笙歌 11 months ago
parent 069d6a8c04
commit 0ee2adbc07

@ -1 +1 @@
{"sky":{"a":"sky/a/04a7d4d3-c071-4223-9ecb-b3f7463aa257.hdr","b":"sky/b/1d41cc4e-2504-42c8-b6ab-1710d79052f8.jpg"},"mat":["mat/mat.json"],"instance":["instance/ac2ab7084a284ec7a8e423e549fde6e9.mrmb"],"box":{"max":[1643.9346923828125,36.417999267578125,656.109375],"min":[-1077.169921875,-6.0707221031188965,-843.8449096679688]},"m":["m/89497d03d6654f0da05752e164f91ee7.mrmb"],"scene":"scene/scene.json","sceneData":"sceneData/sceneData.json","addition":["addition/4a1183172be4466586f0aba659cfaa0e.mrmb"]} {"sky":{"a":"sky/a/04a7d4d3-c071-4223-9ecb-b3f7463aa257.hdr","b":"sky/b/1d41cc4e-2504-42c8-b6ab-1710d79052f8.jpg"},"mat":["mat/mat.json"],"instance":["instance/46d48a67aa554c4983cb0d191c1c0af1.mrmb"],"box":{"max":[1643.9346923828125,36.417999267578125,656.109375],"min":[-1077.169921875,-6.0707221031188965,-843.8449096679688]},"m":["m/3ded9fbaeb94477ea21aba9d79e2b7cc.mrmb"],"scene":"scene/scene.json","sceneData":"sceneData/sceneData.json","addition":["addition/220530f3157f46188e043490d520c4ad.mrmb"]}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 75 KiB

@ -2045,20 +2045,20 @@ export default {
} }
} }
.left2{ .left2{
background-image: url("../../../assets/board/left.png"); background-image: url("../../../assets/board/right.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: absolute; position: absolute;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
top: 44%; top: 49%;
left: 43%; left: 55%;
width: 5vw; width: 5vw;
height: 4.05vw; height: 2.86vw;
span{ span{
position: absolute; position: absolute;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
top: 28%; top: 37%;
left: 43%; left: 57%;
font-size: 1vw; font-size: 1vw;
color: #fff; color: #fff;
} }

@ -796,10 +796,10 @@ export default {
background-size: 100% 100%; background-size: 100% 100%;
position: absolute; position: absolute;
transform: translateX(-50%); transform: translateX(-50%);
top: 35%; top: 21%;
left: 50%; left: 50%;
width: 36vw; width: 40vw;
height: 8.7vw; height: 20vw;
} }
.app-container { .app-container {

@ -632,7 +632,7 @@ export default {
top: 54.5%; top: 54.5%;
left: 50%; left: 50%;
width: 93%; width: 93%;
height: 8.71vw; height: 10.34vw;
} }
.headTitle { .headTitle {

@ -1,6 +1,6 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<div class="headTitle">{{ line }}线成品入库数据监控平台</div> <div class="headTitle">{{ line }}{{line === '' ? '' : '线'}}成品入库数据监控平台</div>
<div class="title" v-for="(i,k) in title" <div class="title" v-for="(i,k) in title"
:style="'top:'+(titlePosition[k]&&titlePosition[k].top||0)+'%;left:'+(titlePosition[k]&&titlePosition[k].left||0)+'%'"> :style="'top:'+(titlePosition[k]&&titlePosition[k].top||0)+'%;left:'+(titlePosition[k]&&titlePosition[k].left||0)+'%'">
{{ i }} {{ i }}
@ -1043,6 +1043,11 @@ export default {
mixData(val) mixData(val)
}) })
this.line = '二' this.line = '二'
}else if (this.$route.query.id === '3' || this.id === '3') {
this.RequestDataSet1.forEach(val => {
mixData(val)
})
this.line = ''
}else{ }else{
this.RequestDataSet.forEach(val => { this.RequestDataSet.forEach(val => {
mixData(val) mixData(val)

@ -7,7 +7,7 @@
<foaming2 v-if="show === 'foaming2'"/> <foaming2 v-if="show === 'foaming2'"/>
<pourInto f v-if="show === 'pourInto'"/> <pourInto f v-if="show === 'pourInto'"/>
<finalAssembly v-if="show === 'finalAssembly'"/> <finalAssembly v-if="show === 'finalAssembly'"/>
<scanDown v-if="show === 'scanDown'" id="1"/> <scanDown v-if="show === 'scanDown'" id="3"/>
<week v-if="show === 'week'"/> <week v-if="show === 'week'"/>
</div> </div>
<div class="time" id="time">{{ time }}</div> <div class="time" id="time">{{ time }}</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -11,28 +11,34 @@
<div class="currentPosition"><span>当前位置</span></div> <div class="currentPosition"><span>当前位置</span></div>
<div class="tool"> <div class="tool">
<el-row> <el-row>
<el-col :span="5"> <el-col :span="4">
<div class="toolItem" @click="click1('companyIntroduction')"> <div class="toolItem" @click="click1('companyIntroduction')">
<img class="icon" src="@/assets/model/model/companyIntroduction.png"/> <img class="icon" src="@/assets/model/model/companyIntroduction.png"/>
<div class="whiteSpan grid-content bg-purple">公司介绍</div> <div class="whiteSpan grid-content bg-purple">公司介绍</div>
</div> </div>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="4">
<div class="toolItem" @click="click1('factoryIntroduction')"> <div class="toolItem" @click="click1('factoryIntroduction')">
<img class="icon" src="@/assets/model/model/factoryIntroduction.png"/> <img class="icon" src="@/assets/model/model/factoryIntroduction.png"/>
<div class="whiteSpan grid-content bg-purple">工厂介绍</div> <div class="whiteSpan grid-content bg-purple">工厂介绍</div>
</div> </div>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="4">
<div class="toolItem" @click="click1('dataCentre')"> <div class="toolItem" @click="click1('dataCentre')">
<img class="icon" src="@/assets/model/model/dataCentre.png"/> <img class="icon" src="@/assets/model/model/dataCentre.png"/>
<div class="whiteSpan grid-content bg-purple">大数据中心</div> <div class="whiteSpan grid-content bg-purple">大数据中心</div>
</div> </div>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="4">
<div class="toolItem" @click="click2()"> <div class="toolItem" @click="click2()">
<img class="icon" src="@/assets/model/model/process.png"/> <img class="icon" src="@/assets/model/model/process.png"/>
<div class="whiteSpan grid-content bg-purple-light">工艺流程</div> <div class="whiteSpan grid-content bg-purple-light">智慧管控</div>
</div>
</el-col>
<el-col :span="4">
<div class="toolItem" @click="click1('equipment')">
<img class="icon" src="@/assets/model/model/process.png"/>
<div class="whiteSpan grid-content bg-purple-light">仓储物流</div>
</div> </div>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
@ -208,7 +214,7 @@ export default {
height: 4, height: 4,
bgColor: '#ed7d31', bgColor: '#ed7d31',
text: '箱壳预装', text: '箱壳预装',
link: 'foaming', link: 'caseShell',
}, },
{ {
top: 35, top: 35,
@ -217,7 +223,7 @@ export default {
height: 4, height: 4,
bgColor: '#7f7f7f', bgColor: '#7f7f7f',
text: '箱壳<br>集存库', text: '箱壳<br>集存库',
link: 'foaming', link: 'caseShell',
}, },
// //
@ -228,7 +234,6 @@ export default {
height: 4, height: 4,
bgColor: '#f4b183', bgColor: '#f4b183',
text: '壳胆<br>组装', text: '壳胆<br>组装',
link: 'caseShell',
}, },
{ {
top: 17, top: 17,
@ -264,6 +269,7 @@ export default {
height: 4, height: 4,
bgColor: '#7f7f7f', bgColor: '#7f7f7f',
text: '发泡<br>箱体库', text: '发泡<br>箱体库',
link: 'finalAssembly',
}, },
{ {
top: 17, top: 17,
@ -272,7 +278,6 @@ export default {
height: 4, height: 4,
bgColor: '#ffc000', bgColor: '#ffc000',
text: '焊接', text: '焊接',
link: 'pourInto',
}, },
{ {
top: 17, top: 17,
@ -309,7 +314,6 @@ export default {
height: 4, height: 4,
bgColor: '#2f5597', bgColor: '#2f5597',
text: '门壳<br>自动成型', text: '门壳<br>自动成型',
link: 'liner',
}, },
{ {
top: 68, top: 68,
@ -318,7 +322,6 @@ export default {
height: 4, height: 4,
bgColor: '#ed7d31', bgColor: '#ed7d31',
text: '门壳预装', text: '门壳预装',
link: 'liner',
}, },
{ {
top: 68, top: 68,
@ -855,7 +858,7 @@ export default {
toLoad(val) toLoad(val)
}) })
} }
setModel(0, 10) // setModel(0, 10)
// viewer.operator.enabled = true // viewer.operator.enabled = true

Loading…
Cancel
Save