SVN r762
SVN-Revision: r762
This commit is contained in:
@@ -183,8 +183,12 @@ namespace Lskj.Control.Model
|
||||
break;
|
||||
case "{": // 字段特殊替换
|
||||
{
|
||||
|
||||
handleParamList.Add(this._controlObj.ReplaceControlValue(item));
|
||||
if (BaseGridView != null && BaseGridView.GetFocusedDataRow() != null)
|
||||
{
|
||||
DataRow parentitem = BaseGridView.GetFocusedDataRow();
|
||||
fieldValue = ReplaceHelper.ReplaceRowParam(parentitem, item) + "";
|
||||
}
|
||||
handleParamList.Add(this._controlObj.ReplaceControlValue(fieldValue));
|
||||
}
|
||||
break;
|
||||
case "#": // 需要传入的sql语句
|
||||
|
||||
Reference in New Issue
Block a user