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
9bc05f46
Commit
9bc05f46
authored
Nov 18, 2025
by
panhong18943
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合同相关功能查询调整承租人新增代理店
parent
5a1e9586
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
3 deletions
+60
-3
hls_bp_masster_for_lov.lwm
...pp/WEB-INF/classes/cont/CON541/hls_bp_masster_for_lov.lwm
+1
-1
hls_bp_master_v_tenant_lov.lwm
...EB-INF/classes/cont/CON701/hls_bp_master_v_tenant_lov.lwm
+57
-0
con_early_termination_query.lview
.../modules/cont/CON_ET001/con_early_termination_query.lview
+1
-1
con_early_termination_modify_query.lview
...s/cont/CON_ET003/con_early_termination_modify_query.lview
+1
-1
No files found.
src/main/webapp/WEB-INF/classes/cont/CON541/hls_bp_masster_for_lov.lwm
View file @
9bc05f46
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
t.bp_code,
t.bp_code,
t.bp_type
t.bp_type
from hls_bp_master t
from hls_bp_master t
where t.bp_category
= 'TENANT'
where t.bp_category
in ('TENANT','AGENT')
and t.enabled_flag = 'Y'
and t.enabled_flag = 'Y'
union
union
select t.bp_id ,
select t.bp_id ,
...
...
src/main/webapp/WEB-INF/classes/cont/CON701/hls_bp_master_v_tenant_lov.lwm
0 → 100644
View file @
9bc05f46
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: gaoyang
$Date: 2013-4-15 下午01:13:07
$Revision: 1.0
$Purpose:
-->
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
xmlns:f=
"leaf.database.features"
xmlns:s=
"leaf.plugin.script"
>
<bm:fields>
<bm:field
name=
"bp_id"
prompt=
"HLS_BP_MASTER_V.BP_ID"
/>
<bm:field
name=
"bp_code"
displayWidth=
"242"
forDisplay=
"true"
forQuery=
"true"
prompt=
"HLS.BP_CODE"
/>
<bm:field
name=
"bp_name"
displayWidth=
"242"
forDisplay=
"true"
forQuery=
"true"
prompt=
"HLS.BP_NAME"
/>
<bm:field
name=
"bp_category"
/>
<bm:field
name=
"bp_category_name"
displayWidth=
"80"
forDisplay=
"true"
prompt=
"商业伙伴类别"
/>
<bm:field
name=
"bp_class"
/>
<bm:field
name=
"bp_class_name"
displayWidth=
"80"
forDisplay=
"true"
prompt=
"商业伙伴分类"
/>
</bm:fields>
<bm:operations>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
SELECT bp_id,
bp_code,
bp_name,
bp_category,
bp_type,
(SELECT description FROM hls_bp_category WHERE bp_category = t1.bp_category) bp_category_name,
bp_class,
(SELECT code_value_name
FROM sys_code_values_v
WHERE code_value = t1.bp_class
AND code = 'HLS211_BP_CLASS') bp_class_name
FROM hls_bp_master t1
#WHERE_CLAUSE#
order by bp_code
]]>
</bm:query-sql>
</bm:operation>
</bm:operations>
<bm:query-fields>
<bm:query-field
field=
"bp_code"
queryExpression=
"t1.bp_code like '%' || upper(${@bp_code}) || '%'"
/>
<bm:query-field
field=
"bp_name"
queryExpression=
"t1.bp_name like '%' || ${@bp_name} || '%'"
/>
</bm:query-fields>
<bm:data-filters>
<bm:data-filter
name=
"query"
expression=
"t1.bp_category in ('TENANT','AGENT') and exists
(select 1
from aut_trx_user_authorize a1, aut_owner_user_authorize a2
where a1.trx_category = 'BP'
and a1.trx_id = t1.bp_id
and trunc(sysdate) between a1.start_date and
nvl(a1.end_date, trunc(sysdate))
and a1.user_id = a2.owner_user_id
and a1.trx_category = a2.trx_category
and a2.authorized_user_id = ${/session/@user_id}
and trunc(sysdate) between a2.start_date and
nvl(a2.end_date, trunc(sysdate))) "
/>
<bm:data-filter
name=
"query"
expression=
"t1.bp_type not in ('RENTER','MAN_FACTURER','ASSET_REGULATOR')"
/>
</bm:data-filters>
</bm:model>
src/main/webapp/modules/cont/CON_ET001/con_early_termination_query.lview
View file @
9bc05f46
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
<a:field
name=
"date_to"
/>
<a:field
name=
"date_to"
/>
<a:field
name=
"bp_id_tenant"
/>
<a:field
name=
"bp_id_tenant"
/>
<a:field
name=
"bp_name"
lovGridHeight=
"330"
lovHeight=
"470"
lovLabelWidth=
"120"
<a:field
name=
"bp_name"
lovGridHeight=
"330"
lovHeight=
"470"
lovLabelWidth=
"120"
lovService=
"cont.CON701.hls_bp_master_v_
all_lov?bp_category=TENANT
"
lovWidth=
"700"
lovService=
"cont.CON701.hls_bp_master_v_
tenant_lov
"
lovWidth=
"700"
title=
"承租人"
>
title=
"承租人"
>
<a:mapping>
<a:mapping>
<a:map
from=
"bp_id"
to=
"bp_id_tenant"
/>
<a:map
from=
"bp_id"
to=
"bp_id_tenant"
/>
...
...
src/main/webapp/modules/cont/CON_ET003/con_early_termination_modify_query.lview
View file @
9bc05f46
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
<a:field
name=
"date_from"
/>
<a:field
name=
"date_from"
/>
<a:field
name=
"date_to"
/>
<a:field
name=
"date_to"
/>
<a:field
name=
"bp_id_tenant"
/>
<a:field
name=
"bp_id_tenant"
/>
<a:field
name=
"bp_name"
lovGridHeight=
"330"
lovHeight=
"470"
lovLabelWidth=
"120"
lovService=
"cont.CON701.hls_bp_master_v_
all
_lov?bp_category=TENANT"
lovWidth=
"700"
title=
"承租人"
>
<a:field
name=
"bp_name"
lovGridHeight=
"330"
lovHeight=
"470"
lovLabelWidth=
"120"
lovService=
"cont.CON701.hls_bp_master_v_
tenant
_lov?bp_category=TENANT"
lovWidth=
"700"
title=
"承租人"
>
<a:mapping>
<a:mapping>
<a:map
from=
"bp_id"
to=
"bp_id_tenant"
/>
<a:map
from=
"bp_id"
to=
"bp_id_tenant"
/>
<a:map
from=
"bp_name"
to=
"bp_name"
/>
<a:map
from=
"bp_name"
to=
"bp_name"
/>
...
...
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