From d5f1100dd9784a43b8e6677637203f3c24643caf Mon Sep 17 00:00:00 2001
From: juzi <819872918@qq.com>
Date: Tue, 13 Jun 2023 14:04:38 +0800
Subject: [PATCH] 6.13
---
.../components/productPowerEdit.vue | 256 +++++++++---------
.../performanceAnalysis/devicePage.vue | 49 ++--
src/views/home/components/Product.vue | 2 +-
.../components/OffShelfPackagingDetail.vue | 121 +++++----
.../components/WorkOrderProgressDetails.vue | 2 +-
.../workOrderProgress.vue | 2 +-
.../siteMonitoring/productionLineStatus.vue | 25 +-
7 files changed, 252 insertions(+), 205 deletions(-)
diff --git a/src/views/deviceManagement/components/productPowerEdit.vue b/src/views/deviceManagement/components/productPowerEdit.vue
index 4ff5227..15c48b1 100644
--- a/src/views/deviceManagement/components/productPowerEdit.vue
+++ b/src/views/deviceManagement/components/productPowerEdit.vue
@@ -1,126 +1,131 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{ name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/productionScheduling/components/WorkOrderProgressDetails.vue b/src/views/productionScheduling/components/WorkOrderProgressDetails.vue
index c1d1f1f..7c0e096 100644
--- a/src/views/productionScheduling/components/WorkOrderProgressDetails.vue
+++ b/src/views/productionScheduling/components/WorkOrderProgressDetails.vue
@@ -84,7 +84,7 @@
fontSize: 27 * beilv + 'px',
marginBottom: 6 * beilv + 'px'
}"
- >{{ detailMsg.finishNum }}{{ detailMsg.realProductNum }}
完成数量
- {{ productMsg.finishNum }}
+ {{ productMsg.realProductNum }}
生产数量
diff --git a/src/views/siteMonitoring/productionLineStatus.vue b/src/views/siteMonitoring/productionLineStatus.vue
index 636e258..4899e9d 100644
--- a/src/views/siteMonitoring/productionLineStatus.vue
+++ b/src/views/siteMonitoring/productionLineStatus.vue
@@ -1,6 +1,9 @@
@@ -107,6 +110,16 @@ export default {
name: 'ProductionLineStatus',
data() {
return {
+ formConfig: [
+ {
+ type: 'select',
+ label: '产线',
+ selectOptions: JSON.parse(localStorage.getItem('publicList'))
+ .proLineVoList,
+ param: 'proLineId',
+ defaultSelect: ''
+ }
+ ],
listQuery1: {
current: 1,
size: 10
@@ -115,8 +128,8 @@ export default {
current: 1,
size: 5
},
- tableH: tableHeight(450),
- tableH2: (tableHeight(238) * 0.708 - 50) / 2,
+ tableH: tableHeight(479),
+ tableH2: (tableHeight(238) * 0.68 - 50) / 2,
tableProps1,
tableData1: [],
tableData2: [],
@@ -130,8 +143,8 @@ export default {
components: { ProductionLineDiagram },
mounted() {
window.addEventListener('resize', () => {
- this.tableH = tableHeight(450)
- this.tableH2 = (tableHeight(238) * 0.708 - 50) / 2
+ this.tableH = tableHeight(479)
+ this.tableH2 = (tableHeight(238) * 0.68 - 50) / 2
})
this.getTableMsg()
},
@@ -162,10 +175,10 @@ export default {
border-radius: 4px;
}
.top-box {
- height: calc((100vh - 90px - 50px - 16px) * 0.292);
+ height: calc((100vh - 90px - 50px - 16px) * 0.32);
}
.bottom-box {
- height: calc((100vh - 90px - 50px - 16px) * 0.708);
+ height: calc((100vh - 90px - 50px - 16px) * 0.68);
padding: 0 16px 16px;
.area {
.title {