From 032ee5711112b139e39ddb8e5ccf578943f307a8 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 01 四月 2026 09:25:08 +0800
Subject: [PATCH] 编辑工序参数必填,确认后页面回显不是必填、手动新增主生产计划选择砌块强度,新增后强度展示有误、客户档案列表中跟进进度、跟进时间字段去掉

---
 src/views/qualityManagement/processInspection/components/detailDialog.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/views/qualityManagement/processInspection/components/detailDialog.vue b/src/views/qualityManagement/processInspection/components/detailDialog.vue
index b987127..8f4f159 100644
--- a/src/views/qualityManagement/processInspection/components/detailDialog.vue
+++ b/src/views/qualityManagement/processInspection/components/detailDialog.vue
@@ -73,6 +73,12 @@
               <span class="info-value"><span style="font-weight: bold;color: #b43434;">{{ detailData.unqualifiedQuantity }}</span> 鏂�</span>
             </div>
           </div>
+          <div class="info-row">
+            <div class="info-item">
+              <span class="info-label">鎶ュ伐鍗曞彿锛�</span>
+              <span class="info-value">{{ detailData.productNo }}</span>
+            </div>
+          </div>
         </div>
       </el-card>
       <el-card v-for="group in groupedInspectionData"
@@ -81,7 +87,7 @@
                style="margin-top: 20px;">
         <template #header>
           <div class="card-header">
-            <span v-if="groupedInspectionData.length > 1">妫�楠屾寚鏍囩粍 - {{ group.sourceSort }}</span>
+            <span v-if="groupedInspectionData.length > 1">妫�楠寊hi缁� - {{ group.sourceSort }}</span>
             <span v-else>妫�楠屾寚鏍�</span>
           </div>
         </template>

--
Gitblit v1.9.3