From 9d0d60ea6f2140d197c15f3af626ac502166f7d8 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 02 四月 2026 16:32:54 +0800
Subject: [PATCH] 军泰伟业 1.军泰伟业-BI的生产核算分析不要了,增加生产订单当前工序

---
 src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue b/src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue
index f24bf3b..a8411ae 100644
--- a/src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue
+++ b/src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue
@@ -19,6 +19,8 @@
                 <th>宸ュ簭</th>
                 <th>闇�姹傛暟閲�</th>
                 <th>瀹屾垚鏁伴噺</th>
+                <th>瀹為檯鍏ュ簱鏁伴噺</th>
+                <th>涓嶉�氳繃鍘熷洜</th>
                 <th>瀹屾垚杩涘害</th>
               </tr>
             </thead>
@@ -48,6 +50,8 @@
                 </td>
                 <td>{{ item.quantity || 0 }}</td>
                 <td>{{ item.completeQuantity || 0 }}</td>
+                <td>{{ item.actualStockInNum || 0 }}</td>
+                <td>{{ item.reason || '-' }}</td>
                 <td>
                   <el-progress
                     :percentage="calculateProgress(item)"
@@ -323,31 +327,39 @@
 }
 
 .progress-table th:nth-child(1) {
-  width: 13%;
+  width: 11%;
 }
 
 .progress-table th:nth-child(2) {
-  width: 14%;
+  width: 12%;
 }
 
 .progress-table th:nth-child(3) {
-  width: 14%;
+  width: 12%;
 }
 
 .progress-table th:nth-child(4) {
-  width: 18%;
+  width: 15%;
 }
 
 .progress-table th:nth-child(5) {
-  width: 11%;
+  width: 9%;
 }
 
 .progress-table th:nth-child(6) {
-  width: 11%;
+  width: 9%;
 }
 
 .progress-table th:nth-child(7) {
-  width: 19%;
+  width: 10%;
+}
+
+.progress-table th:nth-child(8) {
+  width: 11%;
+}
+
+.progress-table th:nth-child(9) {
+  width: 11%;
 }
 
 .progress-table td {

--
Gitblit v1.9.3