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
6498d2ce
Commit
6498d2ce
authored
Nov 11, 2019
by
25484
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]代理店相关修改
parent
b2da986b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
36 deletions
+36
-36
bp_agent_create.lview
src/main/webapp/modules/hls/HLS303/bp_agent_create.lview
+36
-36
No files found.
src/main/webapp/modules/hls/HLS303/bp_agent_create.lview
View file @
6498d2ce
...
@@ -288,42 +288,42 @@
...
@@ -288,42 +288,42 @@
var bp_id = bp_record.get('bp_id');
var bp_id = bp_record.get('bp_id');
Leaf.request({
//
Leaf.request({
url: $('hls303_sap_eai_create_customer_link').getUrl(),
//
url: $('hls303_sap_eai_create_customer_link').getUrl(),
para: {
//
para: {
bp_id: bp_id
//
bp_id: bp_id
},
//
},
scope: this,
//
scope: this,
success: function() {
//
success: function() {
Leaf.request({
//
Leaf.request({
url: $('hls303_sap_eai_create_vender_link').getUrl(),
//
url: $('hls303_sap_eai_create_vender_link').getUrl(),
para: {
//
para: {
bp_id: bp_id
//
bp_id: bp_id
},
//
},
scope: this,
//
scope: this,
success: function() {
//
success: function() {
//
$(ds_id).query();
//
$(ds_id).query();
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
//
},
failure: function() {
//
failure: function() {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
//
},
error: function() {
//
error: function() {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
//
},
sync: true
//
sync: true
});
//
});
},
//
},
failure: function() {
//
failure: function() {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
//
},
error: function() {
//
error: function() {
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
//
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
},
//
},
sync: true
//
sync: true
});
//
});
};
};
...
...
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