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
9f1e1077
Commit
9f1e1077
authored
Nov 14, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】 修改收款功能
parent
a98a842e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
csh_payment_req.lview
src/main/webapp/modules/csh/CSH501/csh_payment_req.lview
+12
-12
No files found.
src/main/webapp/modules/csh/CSH501/csh_payment_req.lview
View file @
9f1e1077
...
...
@@ -292,17 +292,17 @@
var payment_req_id = hd_record.get('payment_req_id');
var line_ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'csh_payment_req_ln');
var line_record = $(line_ds_id).getAt(0);
if (line_record.get('cf_item') == '52' || line_record.get('cf_item') == '509') {
//保证金退还Doodream审批接口 CFL-FE5D96CF-694C-4290-A22E-241FC3F6DEF0
var case_type = 'CFL-FE5D96CF-694C-4290-A22E-241FC3F6DEF0';
$('${/parameter/@layout_code}_save').disable();
$('${/parameter/@layout_code}_submit_approval').disable();
getXml(case_type, payment_req_id);
// else if (document_type == 'LEASEHOLD_CHAG') {
// case_type = '';
// }
} else {
//
if (line_record.get('cf_item') == '52' || line_record.get('cf_item') == '509') {
//
//保证金退还Doodream审批接口 CFL-FE5D96CF-694C-4290-A22E-241FC3F6DEF0
//
var case_type = 'CFL-FE5D96CF-694C-4290-A22E-241FC3F6DEF0';
//
$('${/parameter/@layout_code}_save').disable();
//
$('${/parameter/@layout_code}_submit_approval').disable();
//
getXml(case_type, payment_req_id);
//
// else if (document_type == 'LEASEHOLD_CHAG') {
//
// case_type = '';
//
// }
//
//
} else {
Leaf.request({
url: '${/request/@context_path}/autocrud/csh.CSH501.upd_csh_payment_sub_flag/execute',
para: {
...
...
@@ -328,7 +328,7 @@
},
scope: this
});
}
//
}
}, function cancelFun() {
Leaf.SideBar.enable = true;
window['${/parameter/@bp_seq}${/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