首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

获取字据号

2012-12-18 
获取单据号ZlRentVO zlRentVO new ZlRentVO()String billtype zlRentVO.getPk_billtype()billtype

获取单据号

ZlRentVO zlRentVO = new ZlRentVO();String billtype = zlRentVO.getPk_billtype();billtype = getUIController().getBillType();String pk_corp =ClientEnvironment.getInstance().getCorporation().getUnitcode();pk_corp = _getCorp().getPrimaryKey();//取得单据号(从NC取,服务器端)String billNo = new nc.bs.trade.business.HYPubBO().getBillNo(billtype, pk_corp, null, null);//取得单据号(从NC取,客户端)HYPubBO_Client.getBillNo(billtype, pk_corp, null, null);
?

热点排行