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
94bb65f1
Commit
94bb65f1
authored
Jan 26, 2024
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资管费付款会计节点新增字段调整
parent
52e30669
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
csh_payment_asset_req.lview
...in/webapp/modules/csh/CSH501C/csh_payment_asset_req.lview
+6
-5
No files found.
src/main/webapp/modules/csh/CSH501C/csh_payment_asset_req.lview
View file @
94bb65f1
...
...
@@ -48,11 +48,6 @@
document.getElementById('${/parameter/@layout_code}_save').style.display = "none";
}
}
if (${/parameter/@source_type}' != 'WFL_ACCT') {
var gridId= 'CSH501D_ASSET_WFL_RE_PAYMENT_REQ_DETAIL_G_csh_payment_req_ln_layout_grid_id';
$(gridId).hideColumn('sbo_num');
$(gridId).hideColumn('journal_date');
}
//进项发票信息
var first = document.getElementsByClassName("item-input-wrap");
...
...
@@ -84,6 +79,12 @@
if ('${/parameter/@source_type}' == 'WFL_N') {
record.getField('apply_pay_date').setReadOnly(true);
}
if ('${/parameter/@source_type}' != 'WFL_ACCT') {
var gridId= ds.bindname+'_layout_grid_id';
$(gridId).hideColumn('sbo_num');
$(gridId).hideColumn('journal_date');
}
}
}
...
...
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