Commit 371d56f1 authored by 李贺贺's avatar 李贺贺

租金计算器保存与计算按钮检验修改

parent 2d0bf87a
......@@ -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);
......
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment