diff --git a/src/assets/board/finalAssembly.jpg b/src/assets/board/finalAssembly.jpg new file mode 100644 index 0000000..84bbdb2 Binary files /dev/null and b/src/assets/board/finalAssembly.jpg differ diff --git a/src/assets/board/foamingMachine.png b/src/assets/board/foamingMachine.png new file mode 100644 index 0000000..3671083 Binary files /dev/null and b/src/assets/board/foamingMachine.png differ diff --git a/src/assets/images/login-background.png b/src/assets/images/login-background.png new file mode 100644 index 0000000..40909f9 Binary files /dev/null and b/src/assets/images/login-background.png differ diff --git a/src/views/board/door/index2.vue b/src/views/board/door/index2.vue index f84bbf6..f1b677f 100644 --- a/src/views/board/door/index2.vue +++ b/src/views/board/door/index2.vue @@ -1,6 +1,6 @@ @@ -95,28 +112,23 @@ export default { data() { return { title: [ - '工单计划', - '泡后库存', - '小时产量', - '库存统计', + '当日小时产量统计', + '当日型号产量统计', + '表格', ], titlePosition: [ { - top: 11.5, + top: 31.3, left: 5.5 }, { - top: 55.4, + top: 31.3, + left: 52.8 + }, + { + top: 62.2, left: 5.5 }, - { - top: 11.5, - left: 52.7 - }, - { - top: 55.4, - left: 52.7 - }, ], scrollTableOption: { step: 0.5, // 数值越大速度滚动越快 @@ -281,76 +293,7 @@ export default { ]), }, }, - data:e.chart4.y.data, - }, - ], - }) - this.$refs.chart3.setData({ - tooltip: { - trigger: "axis", - axisPointer: { - // 坐标轴指示器,坐标轴触发有效 - type: "shadow", // 默认为直线,可选为:'line' | 'shadow' - }, - }, - grid: { - left: "0", - right: "4%", - bottom: "0", - top: 20, - containLabel: true, - }, - xAxis: { - type: "category", - data: e.chart3.x, - axisLine: { - lineStyle: { - color: "white", - }, - }, - axisLabel: { - // interval: 0, - // rotate: 40, - textStyle: { - fontFamily: "Microsoft YaHei", - }, - }, - }, - - yAxis: { - type: "value", - axisLine: { - show: false, - lineStyle: { - color: "white", - }, - }, - splitLine: { - show: false, - }, - axisLabel: {}, - }, - series: [ - { - name: "数量", - type: "bar", - barWidth: "30%", - barMaxWidth: 50, - itemStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ - { - offset: 0, - color: "#0f8ad7", - }, - { - offset: 1, - color: "#0b30d9", - }, - ]), - }, - }, - data: e.chart3.y.data, + data: e.chart4.y.data, }, ], }) @@ -361,7 +304,7 @@ export default { diff --git a/src/views/board/foaming/index.vue b/src/views/board/foaming/index.vue index 15a564f..a928d8c 100644 --- a/src/views/board/foaming/index.vue +++ b/src/views/board/foaming/index.vue @@ -14,6 +14,7 @@
发泡机 - 运行状态:
+
注射压力标准范围:10.0-14.0Mpa A、B组份枪头压力差<1Mpa
发泡料温度标准范围:18.0-24.0℃
@@ -937,7 +938,7 @@ export default { }, xAxis: { type: "category", - data: e.chart7.x, + data: e.chart3.x, axisLine: { lineStyle: { color: "white", @@ -967,7 +968,7 @@ export default { }, series: [ { - name: e.chart7.y.name, + name: e.chart3.y.name, type: "bar", barWidth: "33%", label: { @@ -992,7 +993,7 @@ export default { borderRadius: 2, }, }, - data: e.chart7.y.data, + data: e.chart3.y.data, }, ], }) @@ -1009,6 +1010,17 @@ export default { font-size: 1vw; letter-spacing: 2px; } +.foamingMachine{ + background-image: url("../../../assets/board/foamingMachine.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + position: absolute; + transform: translateX(-50%); + top: 35%; + left: 50%; + width: 36vw; + height: 12vw; +} .app-container { background-image: url("../../../assets/board/foaming1.jpg"); background-repeat: no-repeat; diff --git a/src/views/board/foaming/index2.vue b/src/views/board/foaming/index2.vue index 6907e6d..2825149 100644 --- a/src/views/board/foaming/index2.vue +++ b/src/views/board/foaming/index2.vue @@ -18,6 +18,7 @@
线体1圈 1s
台车1位 1s
+
注射压力标准范围:10.0-14.0Mpa A、B组份枪头压力差<1Mpa
发泡料温度标准范围:18.0-24.0℃
@@ -1348,6 +1349,17 @@ export default { };