租金催收权限
This commit is contained in:
parent
501d1b89ba
commit
ecaf21feb5
@ -9,8 +9,10 @@
|
||||
History Log:
|
||||
*/
|
||||
String userid=CurUser.getUserID();
|
||||
String username=CurUser.getUserName();
|
||||
ASObjectModel doTemp = new ASObjectModel("RentCollectionList");
|
||||
String sCondtion=DataRightManager.getRightCondition(CurUser,"O", "contract");
|
||||
doTemp.appendJboWhere(" and ui.USERNAME='"+username+"'");
|
||||
//String sCondtion=DataRightManager.getRightCondition(CurUser,"O", "contract");
|
||||
//doTemp.appendJboWhere(sCondtion);
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
||||
dwTemp.Style="1"; //--设置为Grid风格--
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user