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
27d6bfb1
Commit
27d6bfb1
authored
May 09, 2022
by
lizhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日立返还金后续修改
parent
cdc71f05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
csh_transaction_receipt_return_maintain.lview
.../csh/CSH515/csh_transaction_receipt_return_maintain.lview
+1
-1
hls_lease_item_modify_entrance.lview
.../modules/hls/HLS203N/hls_lease_item_modify_entrance.lview
+6
-5
No files found.
src/main/webapp/modules/csh/CSH515/csh_transaction_receipt_return_maintain.lview
View file @
27d6bfb1
...
...
@@ -513,7 +513,7 @@
Leaf.onReady(function () {
// 会计担当(0014)不展示退款按钮
var role_code = '${/model/role_info/record/@role_code}';
if (role_code == '00
09
') {
if (role_code == '00
14
') {
if (document.getElementById('csh515_receipt_return_but')) {
document.getElementById('csh515_receipt_return_but').style.display = "none";
}
...
...
src/main/webapp/modules/hls/HLS203N/hls_lease_item_modify_entrance.lview
View file @
27d6bfb1
...
...
@@ -101,12 +101,13 @@
window['${/parameter/@layout_code}_on_layout_dynamic_grid_load'] = function(ds, record) {
//0017 宏菱管理员 HAND HAND管理员
var role_code = '${/model/user_name_path/record/@role_code}';
if(role_code == '0017' || role_code == 'HAND'){
record.getField('ref_n01').setReadOnly(false);
}else {
record.getField('ref_n01').setReadOnly(true);
if (record) {
if (role_code == '0017' || role_code == 'HAND') {
record.getField('ref_n01').setReadOnly(false);
} else {
record.getField('ref_n01').setReadOnly(true);
}
}
};
//新增时调用(grid,table,gridBox)
...
...
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