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
5cbdb4fe
Commit
5cbdb4fe
authored
Jun 21, 2023
by
xy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[建机]虚拟代理店-校验判断
parent
d9459542
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
hls_fin_calculator_update_n.lview
...app/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
+3
-2
No files found.
src/main/webapp/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
View file @
5cbdb4fe
...
...
@@ -115,6 +115,7 @@
function hls_hls500_save(nextStep, source_procedure) {
debugger;
var temp_head_records = $('hls_fin_calculator_hd_ds').getAll();
var is_constru_unit = '${/parameter/@is_constru_unit}' || 'N';
var H1,H54;
for (var i = 0; i < temp_head_records.length; i++) {
if (temp_head_records[i].get('column_code') == 'H1') {
...
...
@@ -179,7 +180,7 @@
//}
if ((div((H16 + H97), (H99 + H102 - H16)).toFixed(2) * 1) < down_payment_rate_new) {
if ('${/parameter/@division}'==91
){
if ('${/parameter/@division}'==91
&& is_constru_unit != 'Y'){
Leaf.SideBar.show({
// msg:'首付款比例+首付款保证金比例之和不能低于' + down_payment_rate_new * 100 + '%</br>
租赁期为一年及以内的,利率为6.75%,大于一年的7.3%
</br>
利率最低值不能低于4.75%',
msg:'首付款比例+首付款保证金比例之和不能低于' + down_payment_rate_new * 100 + '%',
...
...
@@ -1685,7 +1686,7 @@
//
return
false;
//}
if
((div((H16
+
H97),
(H99
+
H102
-
H16)).toFixed(2)
*
1)
<
down_payment_rate_new)
{
if
('${/parameter/@division}'==91)
{
if
('${/parameter/@division}'==91
&&
is_constru_unit
!=
'Y'
)
{
Leaf.SideBar.show({
//
msg:'首付款比例+首付款保证金比例之和不能低于'
+
down_payment_rate_new
*
100
+
'%</br
>
租赁期为一年及以内的,利率为6.75%,大于一年的7.3%
</br>
利率最低值不能低于4.75%',
msg:'首付款比例+首付款保证金比例之和不能低于' + down_payment_rate_new * 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