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
b2da986b
Commit
b2da986b
authored
Nov 11, 2019
by
25484
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]商业伙伴相关修改
parent
7a2cccd7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
10 deletions
+8
-10
bp_modify_entrance_g_bp_result_queryfields.js
...ayoutconfig/bp_modify_entrance_g_bp_result_queryfields.js
+4
-4
hls_bp_master_create.lview
...ain/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
+0
-2
hls_bp_master_modify.lview
...ain/webapp/modules/hls/HLS214N/hls_bp_master_modify.lview
+1
-1
hls_bp_master_modify_entrance.lview
...p/modules/hls/HLS214N/hls_bp_master_modify_entrance.lview
+3
-3
No files found.
src/main/webapp/WEB-INF/server-script/layoutconfig/bp_modify_entrance_g_bp_result_queryfields.js
View file @
b2da986b
...
...
@@ -28,10 +28,10 @@ var override_queryfields = [
name
:
'class_desc'
,
queryexpression
:
"t1.bp_class = ${@class_desc}"
},
{
name
:
'bp_category_n'
,
queryexpression
:
"exists (select 1 from hls_bp_master hb where hb.bp_category =${@bp_category} and hb.bp_category<>'AGENT' )"
},
//
{
//
name:'bp_category_n',
//
queryexpression:"exists (select 1 from hls_bp_master hb where hb.bp_category =${@bp_category} and hb.bp_category<>'AGENT' )"
//
},
{
name
:
'enabled_flag_query'
,
queryexpression
:
"(t1.enabled_flag=${@enabled_flag_query} or ${@enabled_flag_query}='ALL')"
...
...
src/main/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
View file @
b2da986b
...
...
@@ -156,7 +156,6 @@
if (id_type == 'ID_CARD') {
var id_card_no = record.get('id_card_no');
if (!checkCard(id_card_no)) {
Leaf.showMessage('提示', '请输入正确格式的身份证!');
return '请输入正确格式的身份证';
} else {
card_identity_flag = 'N';
...
...
@@ -245,7 +244,6 @@
if (card_type_sp == 'ID_CARD') {
var id_no_sp = record.get('id_no_sp');
if (!checkCard(id_no_sp)) {
Leaf.showMessage('提示', '请输入正确格式的身份证!');
return '请输入正确格式的身份证';
} else {
card_identity_flag = 'N';
...
...
src/main/webapp/modules/hls/HLS214N/hls_bp_master_modify.lview
View file @
b2da986b
...
...
@@ -215,7 +215,7 @@
var f_bp_create_ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'hls_bp_master');
var gird_ds_id = 'BP_NP_MODIFY_N_BP_ASSETS01_hls_bp_assets_ds';
var gird_ds_id2 = 'BP_NP_MODIFY_N_BP_ASSETS04_hls_bp_assets_ds';
var gird_ds_id3 = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'hls_bp_bank_flow')
var gird_ds_id3 = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'hls_bp_bank_flow')
;
if(gird_ds_id==ds.id||gird_ds_id2==ds.id){
if(name=='relationship_with_bp'){
if(value=='A7501'){
...
...
src/main/webapp/modules/hls/HLS214N/hls_bp_master_modify_entrance.lview
View file @
b2da986b
...
...
@@ -68,9 +68,9 @@
var param = record.data;
param['function_code'] = 'HLS214D';
// debugger;
if (record.get('bp_category') == 'AGENT') {
param['function_code'] = 'HLS228DL';
}
//
if (record.get('bp_category') == 'AGENT') {
//
param['function_code'] = 'HLS228DL';
//
}
param['function_usage'] = 'MODIFY';
param['bp_class'] = record.get('bp_class');
param['cond_para1'] = user_category;
...
...
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