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
4f6f3e14
Commit
4f6f3e14
authored
Nov 07, 2019
by
stone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refs/heads/feature/email_intreface' into develop
parents
c1f168b6
0621051a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
hls_bp_master_create.lview
...ain/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
+8
-6
No files found.
src/main/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
View file @
4f6f3e14
...
@@ -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']();
...
...
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