From df605c69a17bb548e3f98e10f7cc3c3298e5d8f7 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 25 三月 2026 16:31:10 +0800
Subject: [PATCH] 过程检验列表加上不良数量、合格数量字段。过程检验编辑页面也加上不良数量、合格数量字段,不良数量输入框手填,合格数量,数量输入框置灰,根据根据不良数量+合格数量=数量这一逻辑计算。若不填默认不良数量为0。数量是订单本次生产数量-报废数量

---
 src/views/equipmentManagement/iotMonitor/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/equipmentManagement/iotMonitor/index.vue b/src/views/equipmentManagement/iotMonitor/index.vue
index b0cd818..de62866 100644
--- a/src/views/equipmentManagement/iotMonitor/index.vue
+++ b/src/views/equipmentManagement/iotMonitor/index.vue
@@ -110,7 +110,7 @@
 const devices = reactive([
   {
     id: 'water-pump',
-    name: '娉ㄦ按娉�1',
+    name: '璁惧1',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 9 },
     initial: { temperature: 40, pressure: 0.70 },
@@ -124,7 +124,7 @@
   },
   {
     id: 'fluid-supply-truck',
-    name: '娉ㄦ按娉�2',
+    name: '璁惧2',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 7 },
     initial: { temperature: 30, pressure: 0.60 },
@@ -138,7 +138,7 @@
   },
   {
     id: 'fracturing-truck',
-    name: '娉ㄦ按娉�3',
+    name: '璁惧3',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 12 },
     initial: { temperature: 65, pressure: 1.40 },
@@ -152,7 +152,7 @@
   },
   {
     id: 'oil-tank-truck',
-    name: '娉ㄦ按娉�4',
+    name: '璁惧4',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 6 },
     initial: { temperature: 28, pressure: 0.50 },

--
Gitblit v1.9.3