From fa600610d949246c889b02862bfb7f2f2686339a Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 23 Jan 2024 11:19:09 +0800 Subject: [PATCH 1/4] =?UTF-8?q?materialList=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/worktask_form.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/wpm/worktask_form.vue b/src/views/wpm/worktask_form.vue index b5673062..ea45de57 100644 --- a/src/views/wpm/worktask_form.vue +++ b/src/views/wpm/worktask_form.vue @@ -479,7 +479,8 @@ - + @@ -776,7 +777,7 @@ export default { for (var i = 0; i < res.length; i++) { mOptions.push({ id: res[i].material_out, - name: res[i].material_out_name, + full_name: res[i].material_out_name, material_in: res[i].material_in }); } @@ -786,6 +787,7 @@ export default { let obj = {}; obj.page = 0; obj.is_hidden = false; + this.$API.mtm.material.list.req(obj).then((res) => { this.materialOptions = res; }); From ee580fdb27a938f0ee0fd8fd687e0f6f5cd172f2 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 23 Jan 2024 16:59:47 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=89=98=E5=85=8B=E9=80=8A=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E6=96=87=E6=A1=88=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/index_enm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/bigScreen/index_enm.vue b/src/views/bigScreen/index_enm.vue index a4939111..29421f56 100644 --- a/src/views/bigScreen/index_enm.vue +++ b/src/views/bigScreen/index_enm.vue @@ -102,11 +102,11 @@
-
原煤消耗趋势图
+
工业水/原煤消耗趋势图
-
工业水/压缩空气消耗趋势图
+
压缩空气消耗趋势图
From 0a273bbfca5f82e768066de6cab11dc70fee7d0d Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 23 Jan 2024 17:07:33 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E9=A1=B9=E7=9B=AEcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 551 +++++++++++++++++++++++++------------- 1 file changed, 367 insertions(+), 184 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 5b722135..541cb7ca 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,9 +1,10 @@