修复采购退料单引用问题
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user