From 131f45388633a6670800926fefe17918e30b70ed Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 27 三月 2026 15:26:03 +0800
Subject: [PATCH] 军泰伟业 1.生产订单添加领料功能 2.将报工台账单的查看投入迁移到生产订单

---
 src/views/productionManagement/productionOrder/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 6cd65b1..dd69968 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -628,7 +628,7 @@
       pickingTableData.value = materials.map(item => ({
         ...item,
         quantity: 0,
-        unpickedQuantity: (item.demandedQuantity || 0) - (item.pickedQuantity || 0),
+        unpickedQuantity: (item.demandedQuantity || 0) - (item.completedQuantity || 0),
       }));
     } catch (e) {
       console.error("鑾峰彇鐗╂枡娓呭崟澶辫触锛�", e);

--
Gitblit v1.9.3