From 08e38ede28f7cf8c971f84bff3a03102882a8a4b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 01 四月 2026 11:32:13 +0800
Subject: [PATCH] 增加料号显示

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

diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index b022b1b..f086006 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -118,6 +118,10 @@
     prop: "model",
   },
   {
+    label: "鏂欏彿",
+    prop: "materialCode",
+  },
+  {
     label: "鍗曚綅",
     prop: "unit",
   },
@@ -281,12 +285,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