|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|