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/personnelManagement/attendanceCheckin/checkinRules/components/form.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue b/src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue
index 1585a8a..11e21bc 100644
--- a/src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue
+++ b/src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue
@@ -18,7 +18,7 @@
                         placeholder="璇烽�夋嫨閮ㄩ棬"
                         check-strictly
                         style="width: 100%"
-                        :disabled="operationType === 'view'" />
+                        :disabled="['edit', 'view'].includes(operationType)" />
       </el-form-item>
       <!-- 鍦扮偣淇℃伅 -->
       <!-- <el-form-item label="鍦扮偣鍚嶇О"
@@ -43,13 +43,13 @@
         <div class="map-container">
           <div class="map-header"
                style="margin-bottom: 10px">
-            <el-button @click="getCurrentLocation">
+            <!-- <el-button @click="getCurrentLocation">
               <el-icon>
                 <Position />
               </el-icon>
               褰撳墠浣嶇疆
-            </el-button>
-            <span style="margin-left: 10px; color: #909399;font-size: 12px;">鐐瑰嚮鍦板浘閫夋嫨浣嶇疆</span>
+            </el-button> -->
+            <!-- <span style="margin-left: 10px; color: #909399;font-size: 12px;">鐐瑰嚮鍦板浘閫夋嫨浣嶇疆</span> -->
           </div>
           <div id="map-container"
                class="map"

--
Gitblit v1.9.3