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
a3a14de7
Commit
a3a14de7
authored
Apr 14, 2023
by
lizhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报价利率校验修改
parent
ebc4a54e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2319 additions
and
3 deletions
+2319
-3
hls_fin_calc_config_hd_n.lwm
.../WEB-INF/classes/hls/HLS500N/hls_fin_calc_config_hd_n.lwm
+3
-1
hls_fin_calculator_n.lview
...ain/webapp/modules/hls/HLS500N/hls_fin_calculator_n.lview
+1
-1
hls_fin_calculator_update_n.lview
...app/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
+1
-1
hls_fin_calculator_update_new.lview
...p/modules/hls/HLS500N/hls_fin_calculator_update_new.lview
+2314
-0
No files found.
src/main/webapp/WEB-INF/classes/hls/HLS500N/hls_fin_calc_config_hd_n.lwm
View file @
a3a14de7
...
...
@@ -56,7 +56,8 @@
lower(t.lov_cascade_para2) lov_cascade_para2,
lower(t.lov_cascade_para3) lov_cascade_para3,
t.lower_limit,
t.upper_limit
t.upper_limit,
(select h.source_doc_category from hls_fin_calculator_hd h where h.calc_session_id = ${@calc_session_id} )source_doc_category
from hls_fin_calc_config t,hls_price_list p
#WHERE_CLAUSE#
order by t.display_order,t.column_name
...
...
@@ -64,6 +65,7 @@
</bm:operation>
</bm:operations>
<bm:fields>
<bm:field
name=
"source_doc_category"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
/>
<bm:field
name=
"column_code"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"COLUMN_CODE"
/>
<bm:field
name=
"column_name"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"COLUMN_NAME"
/>
<bm:field
name=
"prompt"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"PROMPT"
/>
...
...
src/main/webapp/modules/hls/HLS500N/hls_fin_calculator_n.lview
View file @
a3a14de7
...
...
@@ -29,7 +29,7 @@
<a:view>
<!-- <a:link id="hls_parameter_value_lov_link" url="${/request/@context_path}/modules/hls/HLS500/hls_parameter_value_lov.lview"/> -->
<a:link
id=
"hls_fin_calculator_price_list"
url=
"${/request/@context_path}/modules/hls/HLS500N/hls_fin_calculator_price_list_n.lview"
/>
<a:link
id=
"hls_fin_calculator_update"
url=
"${/request/@context_path}/modules/hls/HLS500N/hls_fin_calculator_update_n.lview"
/>
<a:link
id=
"hls_fin_calculator_update"
url=
"${/request/@context_path}/modules/hls/HLS500N/hls_fin_calculator_update_n
ew
.lview"
/>
<style>
<![CDATA[
div.grid-cell.item-notBlank{
background: #fff9c2;
...
...
src/main/webapp/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
View file @
a3a14de7
...
...
@@ -1599,7 +1599,7 @@
// unlock_calc_current_window();
// return false;
//}
if (H54
< 0
&&'${/parameter/@division}'!=91
)
{
if (H54
< 0
)
{
Leaf.showMessage('${l:PROMPT}',
'利率最低值不能低于4.75');
unlock_calc_current_window();
return
false;
...
...
src/main/webapp/modules/hls/HLS500N/hls_fin_calculator_update_new.lview
0 → 100644
View file @
a3a14de7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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