|
@ -203,6 +203,7 @@ public class TransactionAppService |
|
|
reportLocationSerialDto.FirstQty = tempFirstSum; |
|
|
reportLocationSerialDto.FirstQty = tempFirstSum; |
|
|
reportLocationSerialDto.NowQty = tempNowSum; |
|
|
reportLocationSerialDto.NowQty = tempNowSum; |
|
|
reportLocationSerialDto.LastQty = tempLastSum; |
|
|
reportLocationSerialDto.LastQty = tempLastSum; |
|
|
|
|
|
reportLocationSerialDto.LocationCode = locationDto.Code; |
|
|
#endregion
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
reportErpLocationSerialDto.ReportLocationSerialDtos.Add(reportLocationSerialDto); |
|
|
reportErpLocationSerialDto.ReportLocationSerialDtos.Add(reportLocationSerialDto); |
|
|