Commit 7037b4f3b3059241779ff7ec0e4731fc3106c406
1 parent
f208ee1c
新增dAdjustLossQty赋值;
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/QuickQuote/index.jsx
| @@ -915,6 +915,7 @@ const QuickQuoteEvent = props => { | @@ -915,6 +915,7 @@ const QuickQuoteEvent = props => { | ||
| 915 | processPrintDataRow.sPartsName = partsDataRow.sPartsName; | 915 | processPrintDataRow.sPartsName = partsDataRow.sPartsName; |
| 916 | processPrintDataRow.dProcessInQty = partInfo.dProcessInQty; | 916 | processPrintDataRow.dProcessInQty = partInfo.dProcessInQty; |
| 917 | processPrintDataRow.dLossQty = partInfo.dLossQty; | 917 | processPrintDataRow.dLossQty = partInfo.dLossQty; |
| 918 | + processPrintDataRow.dAdjustLossQty = partInfo.dAdjustLossQty; | ||
| 918 | processPrintDataRow.dProcessOutQty = partInfo.dProcessOutQty; | 919 | processPrintDataRow.dProcessOutQty = partInfo.dProcessOutQty; |
| 919 | processPrintDataRow.sId = commonUtils.createSid(); | 920 | processPrintDataRow.sId = commonUtils.createSid(); |
| 920 | processPrintDataRow.sParentId = masterData.sId; | 921 | processPrintDataRow.sParentId = masterData.sId; |