From 3a5e80d8f3b890edd46381fa9b6218f4cc7e47cb Mon Sep 17 00:00:00 2001
From: lixiangyu <lixiangyu@xalxzn.com>
Date: 星期三, 13 八月 2025 17:06:54 +0800
Subject: [PATCH] feat(盘点模块): 完善盘点功能并优化UI

---
 src/views/mes/MesProductionOrderList.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/views/mes/MesProductionOrderList.vue b/src/views/mes/MesProductionOrderList.vue
index 27c23e8..e48a9b7 100644
--- a/src/views/mes/MesProductionOrderList.vue
+++ b/src/views/mes/MesProductionOrderList.vue
@@ -143,6 +143,16 @@
           dataIndex: 'orderQuantity'
         },
         {
+          title: '鍚堟牸鏁伴噺',
+          align: 'center',
+          dataIndex: 'qualifiedQuantity'
+        },
+        {
+          title: '鎶ュ簾鏁伴噺',
+          align: 'center',
+          dataIndex: 'scrapQuantity'
+        },
+        {
           title: '鍩烘湰璁¢噺鍗曚綅',
           align: 'center',
           dataIndex: 'productionUnit'

--
Gitblit v1.9.3