-
成品玻璃基本缺陷统计
+
+ {{ reportTitle }}
-
- - 单位:um
- - 玻璃ID:26522322323
- - 生产日期:2022.12.24 15:56:24
- - 等级:G1
-
-
@@ -40,64 +42,74 @@
+
diff --git a/src/views/qualityManagement/finalInspectionDataReport/glassQualityReport.vue b/src/views/qualityManagement/finalInspectionDataReport/glassQualityReport.vue
new file mode 100644
index 0000000..0e1a22a
--- /dev/null
+++ b/src/views/qualityManagement/finalInspectionDataReport/glassQualityReport.vue
@@ -0,0 +1,146 @@
+
+
+
+
+
+
diff --git a/src/views/qualityManagement/finalInspectionDataReport/glassThickReport.vue b/src/views/qualityManagement/finalInspectionDataReport/glassThickReport.vue
new file mode 100644
index 0000000..11c5155
--- /dev/null
+++ b/src/views/qualityManagement/finalInspectionDataReport/glassThickReport.vue
@@ -0,0 +1,78 @@
+
+
+
+
+
+
diff --git a/src/views/qualityManagement/processFullInspection/thicknessDistributionMap.vue b/src/views/qualityManagement/processFullInspection/thicknessDistributionMap.vue
index 8ae9bc9..14458bc 100644
--- a/src/views/qualityManagement/processFullInspection/thicknessDistributionMap.vue
+++ b/src/views/qualityManagement/processFullInspection/thicknessDistributionMap.vue
@@ -130,7 +130,6 @@ export default {
this.listQuery.startTime = val.timeVal ? val.timeVal[0] : ''
this.listQuery.endTime = val.timeVal ? val.timeVal[1] : ''
this.listQuery.glassId = val.glassId
- this.listQuery.current = 1
this.getList()
break
default:
diff --git a/src/views/siteMonitoring/components/ProductionLineDiagram.vue b/src/views/siteMonitoring/components/ProductionLineDiagram.vue
index b5d443d..341f312 100644
--- a/src/views/siteMonitoring/components/ProductionLineDiagram.vue
+++ b/src/views/siteMonitoring/components/ProductionLineDiagram.vue
@@ -65,7 +65,7 @@ export default {
this.resetSize()
this.resetSize2()
this.getGlass()
- this.getAlarm()
+ // this.getAlarm() //报警红框
// this.timer = setInterval(this.getGlassAndAlarm, 1000)
},
methods: {
@@ -100,8 +100,8 @@ export default {
this.getArea3()
this.getText()
},
+ // 部分1
getArea1() {
- // 部分1
this.drawRect(22, 43, 28, 22, '#B2FFC8', true)
this.drawRect(66, 43, 28, 22, '#B2FFC8', true)
this.drawRect(22, 161, 28, 22, '#B2FFC8', true)