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
371d56f1
Commit
371d56f1
authored
May 17, 2021
by
李贺贺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
租金计算器保存与计算按钮检验修改
parent
2d0bf87a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
hls_fin_calculator_n.lview
...ain/webapp/modules/hls/HLS500N/hls_fin_calculator_n.lview
+3
-3
hls_fin_calculator_update_n.lview
...app/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
+5
-5
No files found.
src/main/webapp/modules/hls/HLS500N/hls_fin_calculator_n.lview
View file @
371d56f1
...
...
@@ -94,11 +94,11 @@
// Leaf.Masker.unmask(body);
// return false;
// }
/*if(H1>
51
){
Leaf.showMessage('${l:PROMPT}', '还款期数应小于
51
期');
if(H1>
60
){
Leaf.showMessage('${l:PROMPT}', '还款期数应小于
60
期');
Leaf.Masker.unmask(body);
return false;
}
*/
}
var all_records = $('temp_hd_attribute_ds').getAll();
var headRecord = $('hls_fin_cal_save_hd_ds').getAt(0);
...
...
src/main/webapp/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
View file @
371d56f1
...
...
@@ -1524,11 +1524,11 @@
//
Leaf.showMessage('${l:PROMPT}',
'系统暂时不支持还款期数小于2期的租金计划');
//
return
false;
//
}
//
if
(H1
>
51
) {
// Leaf.showMessage('${l:PROMPT}', '还款期数应小于51
期');
//
unlock_calc_current_window();
//
return false;
//
}
if
(H1
>
60
) {
Leaf.showMessage('${l:PROMPT}', '还款期数应小于60
期');
unlock_calc_current_window();
return false;
}
if (H54
< 0
)
{
Leaf.showMessage('${l:PROMPT}',
'利率最低值不能低于4.75');
unlock_calc_current_window();
...
...
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