//汇率取值
nc.vo.pm.currency.CurrencyRateUtils
//取值汇率
rate = CurrencyRateUtils.getRate(pk_currtype, pk_currtype_org, date, pk_org);
nc.vo.ct.util.ExchangeRateUtilTransfer
// 设置汇率 + 联动计算
ExchangeRateUtilTransfer.changeExchangeRate(vos, true);
本文介绍了使用nc.vo.pm.currency.CurrencyRateUtils获取汇率的方法,以及如何通过nc.vo.ct.util.ExchangeRateUtilTransfer进行汇率设置和联动计算,这对于财务系统中处理多币种交易尤其重要。
//汇率取值
nc.vo.pm.currency.CurrencyRateUtils
//取值汇率
rate = CurrencyRateUtils.getRate(pk_currtype, pk_currtype_org, date, pk_org);
nc.vo.ct.util.ExchangeRateUtilTransfer
// 设置汇率 + 联动计算
ExchangeRateUtilTransfer.changeExchangeRate(vos, true);
3074

被折叠的 条评论
为什么被折叠?