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
be64a141
Commit
be64a141
authored
Sep 21, 2019
by
homunculus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feat](基础数据部分开发完成)
parent
b280cdc4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
143 additions
and
114 deletions
+143
-114
hls_bp_master_create.lview
...ain/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
+114
-112
hls_bp_master_modify_entrance.lview
...p/modules/hls/HLS214N/hls_bp_master_modify_entrance.lview
+29
-2
No files found.
src/main/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
View file @
be64a141
...
...
@@ -19,8 +19,8 @@
url=
"${/request/@context_path}/modules/interface/INTERFACE_EAI/hls_sap_eai_CrCustomer.lsc"
/>
<a:link
id=
"hls213_sap_eai_create_vender_link"
url=
"${/request/@context_path}/modules/interface/INTERFACE_EAI/hls_sap_eai_CrVender.lsc"
/>
<a:link
id=
"Identity_ccx_link"
url=
"${/request/@context_path}/modules/interface/INTERFACE_CCX/hlcm_ccxIdentity_interface.lsc"
/
>
<
!-- <
a:link id="Identity_ccx_link"
url="${/request/@context_path}/modules/interface/INTERFACE_CCX/hlcm_ccxIdentity_interface.lsc"/>--
>
<script
src=
"${/request/@context_path}/javascripts/identity_card_info_query.js"
type=
"text/javascript"
/>
<a:link
id=
"identity_query_link"
model=
"interface.CCX_INTERFACE.identity_query"
modelaction=
"update"
/>
<script
type=
"text/javascript"
>
<![CDATA[
...
...
@@ -85,41 +85,42 @@
var bp_record = $(bp_ds_id).getCurrentRecord();
var bp_id = bp_record.get('bp_id');
Leaf.request({
url: $('hls213_sap_eai_create_customer_link').getUrl(),
para: {
bp_id: bp_id
},
scope: this,
success: function () {
Leaf.request({
url: $('hls213_sap_eai_create_vender_link').getUrl(),
para: {
bp_id: bp_id
},
scope: this,
success: function () {
$(bp_ds_id).setQueryParameter('bp_id', bp_id);
$(bp_ds_id).query();
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
failure: function () {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
error: function () {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
sync: true
});
},
failure: function () {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
error: function () {
// Leaf.request({
// url: $('hls213_sap_eai_create_customer_link').getUrl(),
// para: {
// bp_id: bp_id
// },
// scope: this,
// success: function () {
// Leaf.request({
// url: $('hls213_sap_eai_create_vender_link').getUrl(),
// para: {
// bp_id: bp_id
// },
// scope: this,
// success: function () {
// $(bp_ds_id).setQueryParameter('bp_id', bp_id);
// $(bp_ds_id).query();
// window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
// },
// failure: function () {
// window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
// },
// error: function () {
// window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
// },
// sync: true
// });
// },
// failure: function () {
// window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
// },
// error: function () {
// window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
// },
// sync: true
// });
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
sync: true
});
};
...
...
@@ -129,7 +130,7 @@
//身份证验证
if (ds.fields.id_card_no) {
ds.fields.id_card_no.pro.validator = id_card_no_validate;
//
ds.fields.id_card_no.pro.validator = id_card_no_validate;
}
if (ds.fields.parent_id) {
...
...
@@ -157,79 +158,79 @@
//由于中诚信测试环境只能测试张三,所以这里限定身份证号为张三的123456199001011233
// if(value=='123456199001011233'){
//
//
var url1 = $('identity_query_link').getUrl();
//
window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
//
Leaf.request({
//
url: url1,
//
para: {
//
id_card_no: value,//身份证号码
//
bp_name: bp_name
//
},
//
success: function (res) {
//
var resmsg_1 = res.result.resmsg_1;
//
if (resmsg_1 == '1') {
//
if (name == 'id_card_no') {
//
record.set('ccx_resmsg', '身份验证成功');
//
card_identity_flag = 'Y';
//
} else {
//
record.set('ccx_resmsg1', '身份验证成功');
//
sp_identity_flag = 'Y';
//
}
//
} else {
//
//个人身份验证
//
var url = $('Identity_ccx_link').getUrl();
//
//
window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
//
Leaf.request({
//
url: url,
//
para: {
//
bp_name: bp_name,//姓名
//
id_card_no: value//身份证号码
//
},
//
success: function (res) {
//
//
//
var resmsg = res.result.resmsg;
//
if (name == 'id_card_no') {
//
record.set('ccx_resmsg', resmsg);
//
if (resmsg == '身份验证成功') {
//
card_identity_flag = 'Y';
//
}
//
} else {
//
record.set('ccx_resmsg1', resmsg);
//
if (resmsg == '身份验证成功') {
//
sp_identity_flag = 'Y';
//
}
//
//
}
//
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
Leaf.SideBar.show({
//
msg: '${l:HLS.SUBMIT_SUCCESS}',
//
duration: 2000
//
});
//
},
//
failure: function () {
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
},
//
error: function () {
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
},
//
scope: this,
//
sync: true
//
});
//
}
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
},
//
failure: function () {
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
},
//
error: function () {
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
},
//
scope: this,
//
sync: true
// });
//
var url1 = $('identity_query_link').getUrl();
//
window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
/*
Leaf.request({
url: url1,
para: {
id_card_no: value,//身份证号码
bp_name: bp_name
},
success: function (res) {
var resmsg_1 = res.result.resmsg_1;
if (resmsg_1 == '1') {
if (name == 'id_card_no') {
record.set('ccx_resmsg', '身份验证成功');
card_identity_flag = 'Y';
} else {
record.set('ccx_resmsg1', '身份验证成功');
sp_identity_flag = 'Y';
}
} else {
//个人身份验证
var url = $('Identity_ccx_link').getUrl();
window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
Leaf.request({
url: url,
para: {
bp_name: bp_name,//姓名
id_card_no: value//身份证号码
},
success: function (res) {
var resmsg = res.result.resmsg;
if (name == 'id_card_no') {
record.set('ccx_resmsg', resmsg);
if (resmsg == '身份验证成功') {
card_identity_flag = 'Y';
}
} else {
record.set('ccx_resmsg1', resmsg);
if (resmsg == '身份验证成功') {
sp_identity_flag = 'Y';
}
}
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
Leaf.SideBar.show({
msg: '${l:HLS.SUBMIT_SUCCESS}',
duration: 2000
});
},
failure: function () {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
error: function () {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
scope: this,
sync: true
});
}
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
failure: function () {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
error: function () {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
scope: this,
sync: true
});*/
}
if (value.length == 18) {
...
...
@@ -275,12 +276,13 @@
//保存前调用,生成商机编号
window['${/parameter/@layout_code}_on_layout_dynamic_before_submit'] = function (ds, record) {
//
debugger;
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'hls_bp_master');
var head_record = $(ds_id).getCurrentRecord();
var bp_class = head_record.get('bp_class');
//alert('${/parameter/@unbrand}');
if (bp_class == 'NP') {
if (card_identity_flag == '
Y' || sp_identity_flag == 'Y
') {
if (card_identity_flag == '
N' || sp_identity_flag == 'N
') {
window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
var check_flag = false;
if (head_record.get('bp_code')) {
...
...
src/main/webapp/modules/hls/HLS214N/hls_bp_master_modify_entrance.lview
View file @
be64a141
...
...
@@ -23,15 +23,42 @@
url=
"${/request/@context_path}/modules/hls/HLS236/hls_bp_master_query_ccx_report.lview"
/>
<a:link
id=
"hls_bp_ccx_icinfo_link"
url=
"${/request/@context_path}/modules/hls/HLS236/hls_bp_master_query_ccx_icinfo.lview"
/>
<a:link
id=
"hls_bp_master_billing_link"
url=
"${/request/@context_path}/modules/hls/HLS214N/hls_bp_master_billing.lview"
/>
<script
src=
"${/request/@context_path}/javascripts/hap/dynamicStopAutoQuery.js"
type=
"text/javascript"
/>
<script
type=
"text/javascript"
>
<![CDATA[
//信息变更
window['${/parameter/@layout_code}_user_button4_layout_dynamic_click'] = function () {
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],'hls_bp_master');
var data=$(ds_id).selected[0];
var invoice_bp_bank_account = data.get('invoice_bp_bank_account');
var invoice_title = data.get('invoice_title');
var invoice_bp_address_phone_num = data.get('invoice_bp_address_phone_num');
var phone =data.get('phone');
var taxpayer_type =data.get('taxpayer_type');
var invoice_bp_bank =data.get('invoice_bp_bank');
var bp_id=data.get('bp_id');
new Leaf.Window({
id: 'hls_bp_master_billing',
url: $('hls_bp_master_billing_link').getUrl(),
params: {
function_code:'HLS214NS',
invoice_bp_bank_account:invoice_bp_bank_account,
invoice_title:invoice_title,
invoice_bp_address_phone_num:invoice_bp_address_phone_num,
phone:phone,
taxpayer_type:taxpayer_type,
invoice_bp_bank:invoice_bp_bank,
bp_id:bp_id
},
title: '开票信息',
fullScreen: true
});
}
stopDymanicAutoQuery('${/parameter/@layout_code}', 'G_BP_RESULT', 'hls_bp_master');
function open_bp_modify_win(ds_id, record_id) {
...
...
@@ -40,7 +67,7 @@
var record = $(ds_id).findById(record_id);
var param = record.data;
param['function_code'] = 'HLS214D';
debugger;
//
debugger;
if (record.get('bp_category') == 'AGENT') {
param['function_code'] = 'HLS228DL';
}
...
...
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