From 6a5d8630a94fb72054e8593515bb47bf3a128c27 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 17 Apr 2024 17:06:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/mork2.js | 2 +- src/pages/modules/home/devicepop.vue | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/config/mork2.js b/src/config/mork2.js index 675ecbe..4d3cb76 100644 --- a/src/config/mork2.js +++ b/src/config/mork2.js @@ -756,7 +756,7 @@ export const deviceCondition = () => { 'barcode': 10010 } ], - 'yzslwPositionList': [ + 'YzslwPositionList': [ { 'mode': 3, 'device_status': 2, diff --git a/src/pages/modules/home/devicepop.vue b/src/pages/modules/home/devicepop.vue index 06c021c..4051615 100644 --- a/src/pages/modules/home/devicepop.vue +++ b/src/pages/modules/home/devicepop.vue @@ -13,7 +13,16 @@
{{ ['停机', '暂停', '运行', '故障'][Number(data.device_status)] }}
-
+
+
{{ ['无货', '有货'][Number(data.pointStatus) - 1] }}
+
+
+
{{ ['空位', '空盘', '有料'][Number(data.pointStatus) - 1] }}
+
+
+
{{ ['空位', '空盅', '满盅'][Number(data.pointStatus) - 1] }}
+
+
{{ ['停机', '暂停', '运行', '故障'][Number(data.pointStatus)] }}