Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
179eb533
Commit
179eb533
authored
Apr 24, 2022
by
王炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
承租人评分
parent
d7abdf16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
server_layout_common.lwm
...in/webapp/WEB-INF/classes/layout/server_layout_common.lwm
+10
-1
con_tenant_change_modify_t_history_ingo_queryfields.js
...ig/con_tenant_change_modify_t_history_ingo_queryfields.js
+10
-0
No files found.
src/main/webapp/WEB-INF/classes/layout/server_layout_common.lwm
View file @
179eb533
...
...
@@ -109,7 +109,16 @@
}
}
}
function remove_query_field(name) {
importClass(Packages.uncertain.composite.CompositeUtil);
var qf_root = $this.getObjectContext().getChild("query-fields");
var query_field = CompositeUtil.findChild(qf_root, "query-field", "field", name);
if (query_field) {
qf_root.removeChild(query_field);
}
}
function import_server_bm_tplt() {
var cx = Packages.leaf.javascript.Context.getCurrentContext();
try {
...
...
src/main/webapp/WEB-INF/server-script/layoutconfig/con_tenant_change_modify_t_history_ingo_queryfields.js
0 → 100644
View file @
179eb533
remove_query_field
(
'CONTRACT_ID'
);
remove_datafilter
(
'contract_id'
);
var
add_datafilters
=
[
{
name
:
'bp_id'
,
expression
:
'(t1.bp_id = ${@bp_id})'
}
];
add_datafilter
();
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment