+
+

+
+
{{ currentData.percentage }}%
@@ -169,8 +178,7 @@
@@ -190,6 +198,9 @@
{{ currentData.count }}kg
+
+
公司秉承“善用资源,服务建设”的核心理念,践行“材料创造美好世界”的企业使命,坚持“创新、绩效、和谐、责任”的核心价值观,努力成长为具有创新精神和全球视野的光子材料领先企业。
+
@@ -416,7 +427,7 @@ export default {
let cDate = new Date();
let yesterday = new Date(cDate.getTime() - ondDayTime);
let week = yesterday.getDay();//当前时间的week数
- console.log(week);
+ // console.log(week);
let weekFirst = week - 1;//第一天对应的天数
let weekLast = 7 - week;//最后一天对应的天数
if (week == 0) {
@@ -686,7 +697,7 @@ export default {
let countOkDept10 = [0, 0, 0, 0, 0, 0, 0], countRateDept10 = [0, 0, 0, 0, 0, 0, 0];
let countOk_dept10 = 0;
if (list.length > 0) {
- console.log(this.weekDateList)
+ // console.log(this.weekDateList)
list.forEach(item => {
let index = that.weekDateList.indexOf(item.日);
countOkDept10[index] = item.合格数;
@@ -861,7 +872,7 @@ export default {
});
}
that.taskBoard.data = data;
- console.log('getMaterialList', data)
+ // console.log('getMaterialList', data)
})
},
showTime() {
@@ -1074,7 +1085,7 @@ export default {
const pickResult = scene.pick(scene.pointerX, scene.pointerY);
if (pickResult.hit) {
const mesh = pickResult.pickedMesh;
- console.log('mesh', mesh)
+ // console.log('mesh', mesh)
if (that.nodesLists[mesh.name]) {
that.getDeptClickData(that.nodesLists[mesh.name])
hl1Click.removeAllMeshes();
@@ -1119,7 +1130,7 @@ export default {
},
getDeptData(name) {
this.infoVisibel = true;
- console.log('hoverName', name)
+ // console.log('hoverName', name)
if (name == '光学精密加工车间') { //6
this.dialogData = this.dept6Obj;
} else if (name == '光纤预制棒生产车间') {//7
@@ -1131,7 +1142,7 @@ export default {
}
},
getDeptClickData(name) {
- console.log('clickName', name)
+ // console.log('clickName', name)
if (name == '光学精密加工车间') { //6
this.currentData = this.dept6Obj;
} else if (name == '光纤预制棒生产车间') {//7
@@ -1849,7 +1860,7 @@ export default {
.inforBlock.clickBlock {
left: 50%;
- width: 630px;
+ width: 520px;
height: 225px;
padding: 40px;
font-size: 16px;