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
10c228ba
Commit
10c228ba
authored
Jun 19, 2023
by
xy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[建机]虚拟代理店-修复报价计算后还是抛出首付款比例校验
parent
bbe0320e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
hls_fin_calculator_update_n.lview
...app/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
+4
-2
No files found.
src/main/webapp/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
View file @
10c228ba
...
...
@@ -370,7 +370,8 @@
id_num:
id_num,
recreate_H_formula:
recreate_H_formula,
recreate_L_formula:
recreate_L_formula,
division:'${/parameter/@division}'
division:'${/parameter/@division}',
is_constru_unit:
'${/parameter/@is_constru_unit}'
},
url:
url,
title:
'${l:HLS.FIN_CALCULATOR}',
...
...
@@ -1560,6 +1561,7 @@
debugger;
var temp_head_records = $('hls_fin_calculator_hd_ds').getAll();
var H1, H54, H159, H16, H12,H99,H102,H15,H44;
var is_constru_unit = '${/parameter/@is_constru_unit}' || 'N';
for (var i = 0; i
< temp_head_records.length
;
i++)
{
if
(temp_head_records[i].get('column_code')
==
'H1')
{
H1 =
temp_head_records[i].get('column_value')
||
0;
...
...
@@ -1623,7 +1625,7 @@
unlock_calc_current_window();
return
false;
}
if
('${/parameter/@document_category}'
==
'PROJECT'
&&
'${/parameter/@business_type}'=='LEASEBACK')
{
if
('${/parameter/@document_category}'
==
'PROJECT'
&&
'${/parameter/@business_type}'=='LEASEBACK'
&&
is_constru_unit
!=
'Y'
)
{
var
dowm_payment =
div(H16,
plus(H99,H102)).toFixed(2)
*
100;
if
(dowm_payment
<
15)
{
if
('${/parameter/@division}'!=91)
{
...
...
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