摘要: /** * BOTP单据转换 * @param botpNum 转换规则编号 * @param BillInfo 原单据 */ public static void BOTP(String botpNum,CoreBillBaseInfo BillInfo){ String error = ""; 阅读全文
posted @ 2019-06-05 16:31 一条有梦想的海洋咸鱼 阅读(1495) 评论(0) 推荐(0) 编辑
摘要: public void doMutexService() { IMutexServiceControl mutex = MutexServiceControlFactory.getRemoteInstance(); UserInfo user = null; // 请求锁有用户 String bil 阅读全文
posted @ 2019-06-05 15:18 一条有梦想的海洋咸鱼 阅读(534) 评论(0) 推荐(0) 编辑
摘要: public void getSystemInfo() { // SysContext工具类可获取当前登陆用户的信息,可根据需要进行调用。 // 举两例如下: SysContext.getSysContext().getCurrentUserInfo();// 获取当前登陆用户信息 SysConte 阅读全文
posted @ 2019-06-05 01:36 一条有梦想的海洋咸鱼 阅读(759) 评论(0) 推荐(0) 编辑
摘要: public void getSystemStatue() throws EASBizException, BOSException { CompanyOrgUnitInfo companyInfo = null; // 当前财务组织 // SystemStatusCtrolUtils 工具类可获取 阅读全文
posted @ 2019-06-05 01:34 一条有梦想的海洋咸鱼 阅读(391) 评论(0) 推荐(0) 编辑
摘要: for(int i=0;i<kdtEntrys.getRowCount();i++){ kdtEntrys.getRow(i).getCell("orgUnit").getStyleAttributes().setLocked(false); kdtEntrys.getRow(i).getCell( 阅读全文
posted @ 2019-06-05 00:59 一条有梦想的海洋咸鱼 阅读(385) 评论(0) 推荐(0) 编辑
摘要: OrgViewF7 orgF7=new OrgViewF7(this);orgF7.setCurrentCUID(company.getId().toString());orgF7.setMultiSelect(false);orgF7.setOrgViewTypes(new OrgViewType 阅读全文
posted @ 2019-06-05 00:53 一条有梦想的海洋咸鱼 阅读(200) 评论(0) 推荐(0) 编辑
摘要: protected com.kingdee.bos.dao.IObjectValue.createNewDate(){ //new一个对象 PurOrderInfo info=new PurOrderInfo(); ObjectValue.getEntrys().add(new PurOrderEn 阅读全文
posted @ 2019-06-05 00:52 一条有梦想的海洋咸鱼 阅读(417) 评论(0) 推荐(0) 编辑