From de83f5112fecda011bce0192dce152e66bb56f87 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 31 三月 2026 17:37:24 +0800
Subject: [PATCH] Merge branch 'dev_衡阳_鹏创电子' of http://114.132.189.42:9002/r/product-inventory-management into dev_衡阳_鹏创电子

---
 src/views/qualityManagement/processInspection/index.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index b022b1b..50ddab4 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -281,12 +281,7 @@
   params.entryDate = undefined
   qualityInspectListPage({...params, inspectType: 1}).then(res => {
     tableLoading.value = false;
-    tableData.value = res.data.records.map(item => {
-      return {
-        ...item,
-        qualifiedQuantity: item.quantity - item.defectiveQuantity
-      };
-    });
+    tableData.value = res.data.records
     page.total = res.data.total;
   }).catch(err => {
     tableLoading.value = false;

--
Gitblit v1.9.3