if(this.getUIContext().get("Owner") instanceof MultiApproveUI) {
MultiApproveUI ma = (MultiApproveUI)this.getUIContext().get("Owner");
Boolean resultValue=new Boolean(false);
Object object = ma.getBillUI().getUIContext().get("approveIsPass");
if(object != null) { resultValue = (Boolean)object;}
boolean isPass=resultValue.booleanValue();
if(isPass){
}
}
单据审批处理时获取提交审批处理的结果
最新推荐文章于 2024-11-25 17:28:46 发布