Commit 4f6f3e14 authored by stone's avatar stone

Merge branch 'refs/heads/feature/email_intreface' into develop

parents c1f168b6 0621051a
...@@ -305,8 +305,9 @@ ...@@ -305,8 +305,9 @@
var regax = /^[A-Z]+$/; var regax = /^[A-Z]+$/;
//alert('${/parameter/@unbrand}'); //alert('${/parameter/@unbrand}');
if (bp_class == 'NP') { if (bp_class == 'NP') {
debugger
if (card_identity_flag == 'N' || sp_identity_flag == 'N') { if (card_identity_flag == 'N' || sp_identity_flag == 'N') {
if (regax.test(extra_nam) && extra_nam.length == 3) { //if (regax.test(extra_nam) && extra_nam.length == 3) {
window['${/parameter/@layout_code}_lock_layout_dynamic_window'](); window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
var check_flag = false; var check_flag = false;
if (head_record.get('bp_code')) { if (head_record.get('bp_code')) {
...@@ -343,11 +344,12 @@ ...@@ -343,11 +344,12 @@
sync: true, sync: true,
scope: this scope: this
}); });
} else { // }
Leaf.showMessage('${l:HLS.PROMPT}', '简称不合规!'); // else {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window'](); // Leaf.showMessage('${l:HLS.PROMPT}', '简称不合规!');
return false; // window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
} // return false;
// }
} else { } else {
Leaf.showMessage('${l:HLS.PROMPT}', '身份证校验未通过,不能保存!'); Leaf.showMessage('${l:HLS.PROMPT}', '身份证校验未通过,不能保存!');
window['${/parameter/@layout_code}_unlock_layout_dynamic_window'](); window['${/parameter/@layout_code}_unlock_layout_dynamic_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