From a5772364f60d03a5ea488a0a66fda6676345f339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 23 Oct 2023 18:00:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{6扫描下线看板.jpg => scanDown.jpg} | Bin src/views/board/door/index2.vue | 152 +++-- src/views/board/finalAssembly/index.vue | 592 +++++++++++++++++ src/views/board/scanDown/index.vue | 598 ++++++++++++++++++ 4 files changed, 1290 insertions(+), 52 deletions(-) rename src/assets/board/{6扫描下线看板.jpg => scanDown.jpg} (100%) create mode 100644 src/views/board/finalAssembly/index.vue create mode 100644 src/views/board/scanDown/index.vue diff --git a/src/assets/board/6扫描下线看板.jpg b/src/assets/board/scanDown.jpg similarity index 100% rename from src/assets/board/6扫描下线看板.jpg rename to src/assets/board/scanDown.jpg diff --git a/src/views/board/door/index2.vue b/src/views/board/door/index2.vue index 78e2c8d..c7996f0 100644 --- a/src/views/board/door/index2.vue +++ b/src/views/board/door/index2.vue @@ -129,6 +129,68 @@ + +
+
+
+ 编号 +
+
+ 生产工单 +
+
+ 计划数量 +
+
+ 实际数量 +
+
+ 差异值 +
+
+ 完成率 +
+
+ +
+
+
+ {{ item.name }} +
+
+ {{ item.value }} +
+
+ {{ item.value2 }} +
+
+ {{ item.value2 }} +
+
+ {{ item.value2 }} +
+
+ {{ item.value2 }} +
+
+
+
+
@@ -155,31 +217,36 @@ export default { data() { return { title: [ - '工单计划', - '门体匹配统计', + '灌注', + '测温性能检测', + '安全检测', + '小时统计', + '小时统计', '小时统计', - '型号统计', - '泡前库统计', ], titlePosition: [ { - top: 19.8, + top: 11.5, left: 5.5 }, { - top: 46.6, + top: 41.1, left: 5.5 }, { - top: 73.3, + top: 70.5, left: 5.5 }, { - top: 73.3, - left: 37 + top: 11.5, + left: 68.5 + }, + { + top: 41.1, + left: 68.5 }, { - top: 73.3, + top: 70.5, left: 68.5 }, ], @@ -611,48 +678,29 @@ export default { letter-spacing: 2px; } -.topNum { - position: absolute; - transform: translate(-50%, -50%); - color: #5db9e8; - top: 11.7%; - letter-spacing: 0.5vw; -} - -.team { - font-size: 1.5vw; - left: 16.8%; -} - -.planNum { - font-size: 1.7vw; - left: 41.2%; -} - -.practicalNum { - left: 66.2%; - font-size: 1.7vw; -} - -.differenceValue { - font-size: 1.7vw; - left: 90.7%; -} .scrollTable { position: absolute; - top: 23%; + top: 15%; left: 4%; - width: 45%; - height: 18%; + width: 61%; + height: 20%; } .scrollTable2 { position: absolute; - top: 49.5%; + top: 44.5%; + left: 4%; + width: 61%; + height: 20%; +} + +.scrollTable3 { + position: absolute; + top: 74%; left: 4%; - width: 45%; - height: 18%; + width: 61%; + height: 20%; } @@ -670,25 +718,25 @@ export default { .chart1 { position: absolute; - top: 76%; - left: 3.6%; - width: 29.5%; - height: 19.5%; + top: 15%; + left: 66.6%; + width: 30%; + height: 21%; } .chart2 { position: absolute; - top: 76%; - left: 35%; + top: 44.5%; + left: 66.5%; width: 30%; - height: 19.5%; + height: 21%; } .chart3 { position: absolute; - top: 76%; + top: 74%; left: 66.5%; width: 30%; - height: 19.5%; + height: 21%; } diff --git a/src/views/board/finalAssembly/index.vue b/src/views/board/finalAssembly/index.vue new file mode 100644 index 0000000..ab37cdc --- /dev/null +++ b/src/views/board/finalAssembly/index.vue @@ -0,0 +1,592 @@ + + + + diff --git a/src/views/board/scanDown/index.vue b/src/views/board/scanDown/index.vue new file mode 100644 index 0000000..6b1717a --- /dev/null +++ b/src/views/board/scanDown/index.vue @@ -0,0 +1,598 @@ + + + +