feat: 更新控件及相关业务功能
This commit is contained in:
@@ -538,6 +538,14 @@ namespace Lskj.Control
|
||||
|
||||
if (fixedQuery)
|
||||
{
|
||||
|
||||
//固定条件不显示,隐藏上方。(只显示表格)
|
||||
if (SystemInfo.Instance.HideFixedConditions)
|
||||
{
|
||||
this.pl_top.Visible = false;
|
||||
return;
|
||||
}
|
||||
|
||||
this.pl_top_fix_search.Visible = true;
|
||||
|
||||
// 加载固定查询条件
|
||||
@@ -560,11 +568,7 @@ namespace Lskj.Control
|
||||
this.SearchObj.InitDefaultSearchControl(table, this.pl_top_fix_search, false);
|
||||
else
|
||||
this.SearchObj.InitDefaultSearchControl(table, this.pl_top_fix_search);
|
||||
//固定条件不显示,隐藏上方。(只显示表格)
|
||||
if (SystemInfo.Instance.HideFixedConditions)
|
||||
{
|
||||
this.pl_top.Visible = false;
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1680,7 +1684,8 @@ namespace Lskj.Control
|
||||
}
|
||||
else
|
||||
{
|
||||
cond = ReplaceHelper.ReplaceRowParam(dataRow, cond);
|
||||
//cond = ReplaceHelper.ReplaceRowParam(dataRow, cond);
|
||||
cond = ReplaceHelper.ReplaceRowParamEmptyWrapQuote(dataRow, cond);
|
||||
if (cond.StartsWith("@") || cond.StartsWith("!"))
|
||||
{
|
||||
result = "1".Equals(BaseImpl.GetDefaultValue(cond));
|
||||
|
||||
Reference in New Issue
Block a user