摘要:
/** * BOTP单据转换 * @param botpNum 转换规则编号 * @param BillInfo 原单据 */ public static void BOTP(String botpNum,CoreBillBaseInfo BillInfo){ String error = ""; 阅读全文
摘要:
public void doMutexService() { IMutexServiceControl mutex = MutexServiceControlFactory.getRemoteInstance(); UserInfo user = null; // 请求锁有用户 String bil 阅读全文
摘要:
public void getSystemInfo() { // SysContext工具类可获取当前登陆用户的信息,可根据需要进行调用。 // 举两例如下: SysContext.getSysContext().getCurrentUserInfo();// 获取当前登陆用户信息 SysConte 阅读全文
摘要:
public void getSystemStatue() throws EASBizException, BOSException { CompanyOrgUnitInfo companyInfo = null; // 当前财务组织 // SystemStatusCtrolUtils 工具类可获取 阅读全文
摘要:
for(int i=0;i<kdtEntrys.getRowCount();i++){ kdtEntrys.getRow(i).getCell("orgUnit").getStyleAttributes().setLocked(false); kdtEntrys.getRow(i).getCell( 阅读全文
摘要:
OrgViewF7 orgF7=new OrgViewF7(this);orgF7.setCurrentCUID(company.getId().toString());orgF7.setMultiSelect(false);orgF7.setOrgViewTypes(new OrgViewType 阅读全文
摘要:
protected com.kingdee.bos.dao.IObjectValue.createNewDate(){ //new一个对象 PurOrderInfo info=new PurOrderInfo(); ObjectValue.getEntrys().add(new PurOrderEn 阅读全文