1.修改分润和多余详情页面多选问题。
This commit is contained in:
parent
b6cd83e57d
commit
5bc41e4d73
@ -17,13 +17,14 @@
|
||||
|
||||
dwTemp.Style="1";
|
||||
dwTemp.ShowSummary = "1";
|
||||
if(!"ReadOnly".equals(rightType)){
|
||||
dwTemp.MultiSelect = true;
|
||||
}
|
||||
dwTemp.ReadOnly = "1";
|
||||
if("0040".equals(phaseNo)){
|
||||
dwTemp.ReadOnly = "0";
|
||||
}
|
||||
if(!"ReadOnly".equals(rightType)){
|
||||
dwTemp.MultiSelect = true;
|
||||
}
|
||||
|
||||
dwTemp.setPageSize(50);
|
||||
ASDataObject ado = dwTemp.getDataObject();
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
dwTemp.Style="1";
|
||||
dwTemp.ShowSummary = "1";
|
||||
if(!"ReadOnly".equals(rightType) && !"0020".equals(phaseNo)){
|
||||
if(!"ReadOnly".equals(rightType)){
|
||||
dwTemp.MultiSelect = true;
|
||||
}
|
||||
dwTemp.ReadOnly = "1";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user