From 9f94189f8f6e34fd5be40ab6ef5d4e7b1dade069 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 19 一月 2026 11:53:35 +0800
Subject: [PATCH] fix: 报工待生产数量调整
---
src/pages/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pages/index.vue b/src/pages/index.vue
index 44595f9..2a3ef52 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -553,7 +553,7 @@
orderRow = JSON.stringify({
id: workData.id || workOrderId,
- planQuantity: workData.planQuantity || workData.寰呯敓浜ф暟閲� || 0,
+ planQuantity: workData.planQuantity-workData.completeQuantity,
productProcessRouteItemId: workData.productProcessRouteItemId || workData.浜у搧宸ヨ壓璺嚎椤笽D || "",
});
--
Gitblit v1.9.3