From 3145a4847f8dbd378c932e9bacb0376fd3fe1e54 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 03 四月 2026 11:10:06 +0800
Subject: [PATCH] 军泰伟业 1.部署修改
---
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