String id=this.editData.getId().toString();
String billStatus=this.editData.getBillStatus().getValue();
FundBalanceInfo fb=this.editData;
if("4".equals(billStatus)){
fb.setBillStatus(com.kingdee.eas.custom.fundbalance.billStatus.auditing);
FundBalanceFactory.getRemoteInstance().save(fb);
}
else{
MsgBox.showError("只有已审核状态的单据才允许反审核,请先提交!");
return ;
}
//设置单据操作状态
this.setOprtState(STATUS_EDIT);