Commit 21e37b0a authored by 李贺贺's avatar 李贺贺

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

parent e4b91448
...@@ -94,11 +94,11 @@ ...@@ -94,11 +94,11 @@
// Leaf.Masker.unmask(body); // Leaf.Masker.unmask(body);
// return false; // return false;
// } // }
if(H1>51){ /*if(H1>51){
Leaf.showMessage('${l:PROMPT}', '还款期数应小于51期'); Leaf.showMessage('${l:PROMPT}', '还款期数应小于51期');
Leaf.Masker.unmask(body); Leaf.Masker.unmask(body);
return false; return false;
} }*/
var all_records = $('temp_hd_attribute_ds').getAll(); var all_records = $('temp_hd_attribute_ds').getAll();
var headRecord = $('hls_fin_cal_save_hd_ds').getAt(0); var headRecord = $('hls_fin_cal_save_hd_ds').getAt(0);
......
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