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
2bd5c29e
Commit
2bd5c29e
authored
Sep 01, 2021
by
chenzhuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加承租人展示
parent
44f8c040
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
con_contract_cashflow_monthly.lwm
...INF/classes/cont/CON930/con_contract_cashflow_monthly.lwm
+11
-0
con_contract_cashflow_monthly.lview
...p/modules/cont/CON930/con_contract_cashflow_monthly.lview
+1
-0
No files found.
src/main/webapp/WEB-INF/classes/cont/CON930/con_contract_cashflow_monthly.lwm
View file @
2bd5c29e
...
...
@@ -88,6 +88,11 @@
where description_id = g.description_id
and language = 'ZHS') account_name,
t.contract_id,
(SELECT bpv.bp_name
FROM hls_bp_master_lv bpv,con_contract cc
WHERE bpv.bp_id = cc.bp_id_tenant
and cc.contract_id = t.contract_id
and rownum = 1) bp_id_telnet_n,
t.bp_id,
t.agent_bp_id,
((select v.bp_name from hls_bp_master v where v.bp_id = t.vender_id)||'/'||(SELECT v.code_value_name
...
...
@@ -175,6 +180,11 @@
'小计:' account_id_n,
null account_name,
tt.contract_id,
(SELECT bpv.bp_name
FROM hls_bp_master_lv bpv,con_contract cc
WHERE bpv.bp_id = cc.bp_id_tenant
and cc.contract_id = tt.contract_id
and rownum = 1) bp_id_telnet_n,
tt.bp_id,
tt.agent_bp_id,
((select v.bp_name from hls_bp_master v where v.bp_id = tt.vender_id)||'/'||(SELECT v.code_value_name
...
...
@@ -287,6 +297,7 @@
<bm:field
name=
"contract_id"
/>
<bm:field
name=
"bp_code"
/>
<bm:field
name=
"contract_number"
/>
<bm:field
name=
"bp_id_telnet_n"
/>
<bm:field
name=
"bp_id_agent_level1_n"
/>
<bm:field
name=
"account_id_n"
/>
<bm:field
name=
"account_name"
/>
...
...
src/main/webapp/modules/cont/CON930/con_contract_cashflow_monthly.lview
View file @
2bd5c29e
...
...
@@ -121,6 +121,7 @@
<a:columns>
<a:column
name=
"division_n"
align=
"center"
prompt=
"租赁物"
width=
"220"
/>
<a:column
name=
"bp_id_agent_level1_n"
align=
"center"
prompt=
"代理店"
width=
"200"
/>
<a:column
name=
"bp_id_telnet_n"
align=
"center"
prompt=
"承租人"
width=
"120"
/>
<a:column
name=
"contract_number"
align=
"center"
prompt=
"合同号"
width=
"120"
/>
<a:column
name=
"business_type_n"
align=
"center"
prompt=
"业务类型"
width=
"80"
/>
<a:column
name=
"bp_code"
align=
"center"
prompt=
"业务伙伴号"
width=
"100"
/>
...
...
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