修复采购退料单引用问题

This commit is contained in:
2025-11-17 10:15:49 +08:00
parent 4d328458ed
commit 90a8cf579c
3 changed files with 5 additions and 19 deletions

View File

@@ -335,11 +335,11 @@ namespace MyCode.Project.Services.Implementation
},
FIsIncludedTax = true,
FPRICETIMEPOINT = "1",
FLOCALCURRID = new FLOCALCURRID()
FLOCALCURRID = new FLocalCurrId()
{
FNumber = outHead.CurrencyCode ?? DEFAULT_CURRENCY
},
FEXCHANGETYPEID = new FEXCHANGETYPEID()
FEXCHANGETYPEID = new FExchangeTypeId()
{
FNumber = EXCHANGE_TYPE
},