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

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

diff --git a/src/views/equipmentManagement/iotMonitor/index.vue b/src/views/equipmentManagement/iotMonitor/index.vue
index 84534e1..de62866 100644
--- a/src/views/equipmentManagement/iotMonitor/index.vue
+++ b/src/views/equipmentManagement/iotMonitor/index.vue
@@ -9,13 +9,13 @@
       </div>
     </div>
 
-    <el-alert
-      title="杈圭紭棰勮瑙勫垯锛氳酱鎵跨(鎹�-鎸姩鍊煎亸绂诲熀绾柯�5%瑙﹀彂鍛婅锛涙俯搴�/鍘嬪姏瓒婄晫瑙﹀彂鎻愰啋"
-      type="info"
-      :closable="false"
-      show-icon
-      class="rule-alert"
-    />
+<!--    <el-alert-->
+<!--      title="杈圭紭棰勮瑙勫垯锛氳酱鎵跨(鎹�-鎸姩鍊煎亸绂诲熀绾柯�5%瑙﹀彂鍛婅锛涙俯搴�/鍘嬪姏瓒婄晫瑙﹀彂鎻愰啋"-->
+<!--      type="info"-->
+<!--      :closable="false"-->
+<!--      show-icon-->
+<!--      class="rule-alert"-->
+<!--    />-->
 
     <el-row :gutter="16">
       <el-col v-for="dev in devices" :key="dev.id" :span="12">
@@ -110,8 +110,8 @@
 const devices = reactive([
   {
     id: 'water-pump',
-    name: '姘存车',
-    type: '鍥哄畾璁惧',
+    name: '璁惧1',
+    type: '绉诲姩瑁呭',
     baseline: { vibration: 9 },
     initial: { temperature: 40, pressure: 0.70 },
     alerts: { vibration: false, temperature: false, pressure: false },
@@ -124,7 +124,7 @@
   },
   {
     id: 'fluid-supply-truck',
-    name: '渚涙恫杞�',
+    name: '璁惧2',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 7 },
     initial: { temperature: 30, pressure: 0.60 },
@@ -138,7 +138,7 @@
   },
   {
     id: 'fracturing-truck',
-    name: '鍘嬭杞�',
+    name: '璁惧3',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 12 },
     initial: { temperature: 65, pressure: 1.40 },
@@ -152,7 +152,7 @@
   },
   {
     id: 'oil-tank-truck',
-    name: '娌圭綈杞�',
+    name: '璁惧4',
     type: '绉诲姩瑁呭',
     baseline: { vibration: 6 },
     initial: { temperature: 28, pressure: 0.50 },

--
Gitblit v1.9.3