0
点赞
收藏
分享

微信扫一扫

EAS单据F7设置默认值

陬者 2023-03-01 阅读 101


//给币别设置默认值
ObjectUuidPK pkmoney = new ObjectUuidPK(BOSUuid.read("dfd38d11-00fd-1000-e000-1ebdc0a8100dDEB58FDC"));
ICurrency ICurrencyInstance = CurrencyFactory.getRemoteInstance();
this.prmtmoneyType.setValue(ICurrencyInstance.getValue(pkmoney));
KDBizPromptBox kdtEntries_accountView_PromptBox = new KDBizPromptBox();

 

举报

相关推荐

0 条评论