From 7037b4f3b3059241779ff7ec0e4731fc3106c406 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Fri, 4 Jul 2025 18:10:41 +0800 Subject: [PATCH] 新增dAdjustLossQty赋值; --- src/components/QuickQuote/index.jsx | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 7b56e26..d68de3b 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -915,6 +915,7 @@ const QuickQuoteEvent = props => { processPrintDataRow.sPartsName = partsDataRow.sPartsName; processPrintDataRow.dProcessInQty = partInfo.dProcessInQty; processPrintDataRow.dLossQty = partInfo.dLossQty; + processPrintDataRow.dAdjustLossQty = partInfo.dAdjustLossQty; processPrintDataRow.dProcessOutQty = partInfo.dProcessOutQty; processPrintDataRow.sId = commonUtils.createSid(); processPrintDataRow.sParentId = masterData.sId; -- libgit2 0.22.2