|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 tchen 于 2010/8/25 09:12 编辑
OAViewObject avo1= (OAViewObject)am.findViewObject("CreateSummaryLineVO1");
avo1.getCurrentRow().setAttribute("CreditAccountNumber",null);
avo1.getCurrentRow().setAttribute("PartNumber",null);
avo1.getCurrentRow().setAttribute("UnitOfMeasure",null);
avo1.getCurrentRow().setAttribute("CountryOfOrigin",null);
---
--
--
--
---------
有一个新增页面中有两个BUTTON ,一个是SAVE, 一个CLEAR 用于清除当前页面ITEM. 我使用上面的方法清除. 但是由于ITEM 太多, 有什么好的方法吗? 请指教! 谢谢..
|
|