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
c0ef4fc0
Commit
c0ef4fc0
authored
Jan 26, 2024
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
付款首页数据权限-去掉资管费付款数据
parent
f250f4de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
csh_create_entrance_g_csh_req_1_queryfields.js
...youtconfig/csh_create_entrance_g_csh_req_1_queryfields.js
+13
-1
csh_create_entrance_g_csh_req_2_queryfields.js
...youtconfig/csh_create_entrance_g_csh_req_2_queryfields.js
+13
-1
No files found.
src/main/webapp/WEB-INF/server-script/layoutconfig/csh_create_entrance_g_csh_req_1_queryfields.js
View file @
c0ef4fc0
...
...
@@ -25,6 +25,18 @@ var add_datafilters = [
name
:
'approval_status'
,
expression
:
"(t1.approval_status in ('NEW','RETURN','REJECT'))"
}
];
},
{
name
:
''
,
expression
:
"exists(select 1
\n
"
+
" from csh_payment_req_ln l,con_contract cc,con_contract_cashflow cf
\n
"
+
" where l.payment_req_id = t1.payment_req_id
\n
"
+
" and l.ref_doc_category = 'CONTRACT'
\n
"
+
" and l.ref_doc_id = cc.contract_id
\n
"
+
" and l.ref_doc_line_id = cf.cashflow_id
\n
"
+
" and cf.cf_item in ('0'))"
}
];
add_datafilter
();
override
();
src/main/webapp/WEB-INF/server-script/layoutconfig/csh_create_entrance_g_csh_req_2_queryfields.js
View file @
c0ef4fc0
...
...
@@ -25,6 +25,18 @@ var add_datafilters = [
name
:
'approval_status'
,
expression
:
"(t1.approval_status NOT in ('NEW','RETURN','REJECT','CANCEL'))"
}
];
},
{
name
:
''
,
expression
:
"exists(select 1
\n
"
+
" from csh_payment_req_ln l,con_contract cc,con_contract_cashflow cf
\n
"
+
" where l.payment_req_id = t1.payment_req_id
\n
"
+
" and l.ref_doc_category = 'CONTRACT'
\n
"
+
" and l.ref_doc_id = cc.contract_id
\n
"
+
" and l.ref_doc_line_id = cf.cashflow_id
\n
"
+
" and cf.cf_item in ('0'))"
}
];
add_datafilter
();
override
();
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