From 93765733bb3b60a6714c65980db63a75268d695e Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 3 Jul 2025 16:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=B1=E7=8A=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/mork02.js | 32 +- src/pages_960/Setup.vue | 2 +- src/pages_960/modules/home/index2.vue | 341 ++++++++----- src/pages_960/modules/home/indexbf.vue | 651 +++++++++++++++++++++++++ 4 files changed, 893 insertions(+), 133 deletions(-) create mode 100644 src/pages_960/modules/home/indexbf.vue diff --git a/src/config/mork02.js b/src/config/mork02.js index 5e589e8..5c4847b 100644 --- a/src/config/mork02.js +++ b/src/config/mork02.js @@ -1,6 +1,28 @@ /* eslint-disable */ export const getAllBigScreen = () => { let res = { + "todaycpsituation": [ + { + "customer": "海宁晶科(浙江)", + "plan_weight": "381.0", + "finish_weight": "0.0" + }, + { + "customer": "海宁晶科(尖山)二期", + "plan_weight": "316.0", + "finish_weight": "0.185" + }, + { + "customer": "山西晶科", + "plan_weight": "44.0", + "finish_weight": "40.0" + }, + { + "customer": "眉山通威", + "plan_weight": "980.0", + "finish_weight": "308.0" + } + ], "dddatebase": [ { "customer": "海宁晶科(浙江)", @@ -201,10 +223,6 @@ export const getAllBigScreen = () => { "dd_status": "未开始" } ], - "fhsituation": { - "enter_proportion": "0.38", - "out_proportion": "0.62" - }, "bzsituation": [ { "bz_situation": "未开始", @@ -300,11 +318,7 @@ export const getAllBigScreen = () => { "batch": "00250623129", "dd_status": "未开始" } - ], - "drbzsituation": { - "plan_weight": "1721.0", - "finish_weight": "934.0" - } + ] } return res } diff --git a/src/pages_960/Setup.vue b/src/pages_960/Setup.vue index 36bea77..49ad411 100644 --- a/src/pages_960/Setup.vue +++ b/src/pages_960/Setup.vue @@ -46,7 +46,7 @@ export default { setTime: this.setTime * 1000 } this.$store.dispatch('setConfig', obj) - this.$router.push('/index') + this.$router.push('/wxdk') let element = document.documentElement if (!(document.fullscreenElement || document.mozFullscreenElement || document.webkitFullscreenElement || document.msFullscreenElement)) { if (element.requestFullscreen) { diff --git a/src/pages_960/modules/home/index2.vue b/src/pages_960/modules/home/index2.vue index 6f198e5..676f8d9 100644 --- a/src/pages_960/modules/home/index2.vue +++ b/src/pages_960/modules/home/index2.vue @@ -38,7 +38,7 @@
{{e.small_model}}
{{e.batch_number}}
{{e.weight}}
-
{{e.dd_status}}
+
{{e.dd_status}}
@@ -52,12 +52,12 @@
-

成品包装发货情况

+

包装进度

-
+
@@ -65,7 +65,7 @@
-

当日包装完成情况

+

成品包装情况

@@ -90,7 +90,7 @@
  • {{e.customer}}
    {{e.batch_number}}
    -
    {{e.dd_status}}
    +
    {{e.dd_status}}
  • @@ -105,14 +105,14 @@