SVN r476
SVN-Revision: r476
This commit is contained in:
@@ -383,6 +383,7 @@ namespace Lskj.Control.Model
|
||||
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
|
||||
public bool ExecRightMenu(GridRightMenuModel model, DataRow[] rows)
|
||||
{
|
||||
StaticControl.RightMenuGridView = BaseGridView;
|
||||
List<string> paramListEx = model.ParamList;
|
||||
List<string> paramList = null;
|
||||
|
||||
@@ -1411,7 +1412,6 @@ namespace Lskj.Control.Model
|
||||
paramList[2] = ReplaceHelper.ReplaceRowParam(rows, url) + "";
|
||||
}
|
||||
}
|
||||
|
||||
if (model.DllName.ToLower().Contains("p_PubPrint.lsp".ToLower()))
|
||||
{
|
||||
string paramsql1 = paramList[2];
|
||||
@@ -1443,6 +1443,13 @@ namespace Lskj.Control.Model
|
||||
paramList[3] = ReplaceHelper.ReplaceRowParam(rows, paramsql1, "'", "'");
|
||||
}
|
||||
}
|
||||
else if (model.DllName.ToLower().Contains("Lskj.PubArgoxPrint.dll".ToLower()))
|
||||
{
|
||||
string mainsql = paramList[2];
|
||||
paramList[2] = ReplaceHelper.ReplaceRowParam(rows, mainsql, "'", "'");
|
||||
string aftersql = paramList[3];
|
||||
paramList[3] = ReplaceHelper.ReplaceRowParam(rows, aftersql, "'", "'");
|
||||
}
|
||||
else if (model.ActionType == 5)//批量下载
|
||||
{
|
||||
string modelAction = model.Action;
|
||||
|
||||
Reference in New Issue
Block a user