功能升级
This commit is contained in:
parent
3d868141ac
commit
c9c4f58cf1
|
@ -73,7 +73,10 @@ begin
|
||||||
fModuleId:=StringReplace(Trim(jsonObject.GetValue('moduleId').ToString),'"','',[rfReplaceAll]);
|
fModuleId:=StringReplace(Trim(jsonObject.GetValue('moduleId').ToString),'"','',[rfReplaceAll]);
|
||||||
fModuleSubId:=StringReplace(trim(jsonObject.GetValue('moduleSubId').ToString),'"','',[rfReplaceAll]);
|
fModuleSubId:=StringReplace(trim(jsonObject.GetValue('moduleSubId').ToString),'"','',[rfReplaceAll]);
|
||||||
gTeamWorker:=StringReplace(trim(jsonObject.GetValue('teamWorkerId').ToString),'"','',[rfReplaceAll]);
|
gTeamWorker:=StringReplace(trim(jsonObject.GetValue('teamWorkerId').ToString),'"','',[rfReplaceAll]);
|
||||||
fParameters10:='';
|
if Parameters1='²éѯ' then
|
||||||
|
fParameters10:='²éѯ'
|
||||||
|
else
|
||||||
|
fParameters10:='';
|
||||||
finally
|
finally
|
||||||
jsonValue.Free;
|
jsonValue.Free;
|
||||||
end;
|
end;
|
||||||
|
|
|
@ -427,6 +427,7 @@ begin
|
||||||
toolBar.List := mToolBarList;
|
toolBar.List := mToolBarList;
|
||||||
end;
|
end;
|
||||||
//
|
//
|
||||||
|
|
||||||
if fFormRightButtons<>'' then
|
if fFormRightButtons<>'' then
|
||||||
initUserFormButtons(toolBar);
|
initUserFormButtons(toolBar);
|
||||||
//continue;
|
//continue;
|
||||||
|
@ -710,7 +711,7 @@ begin
|
||||||
if (mCaption = '关闭') or (mCaption = '退出') or (mCaption = '放弃') then
|
if (mCaption = '关闭') or (mCaption = '退出') or (mCaption = '放弃') then
|
||||||
exit;
|
exit;
|
||||||
/// ////////////////////////////////////////
|
/// ////////////////////////////////////////
|
||||||
if trim(mOperRight) = '²éѯ' then
|
if (trim(mOperRight) = '²éѯ') or (trim(mOperRight) = '²éѯģ¿é') then
|
||||||
begin
|
begin
|
||||||
if pos(mCaption, '查询,刷新,过滤,高级过滤,高级查询') > 0 then // ,查看,详细
|
if pos(mCaption, '查询,刷新,过滤,高级过滤,高级查询') > 0 then // ,查看,详细
|
||||||
begin
|
begin
|
||||||
|
@ -740,7 +741,7 @@ begin
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
/// ////////////////////////////////////////////////
|
/// ////////////////////////////////////////////////
|
||||||
if trim(mOperRight) = '²éѯ' then
|
if (trim(mOperRight) = '²éѯ') or (trim(mOperRight) = '²éѯģ¿é') then
|
||||||
exit;
|
exit;
|
||||||
with mParent do
|
with mParent do
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user