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
614cfdfa
Commit
614cfdfa
authored
May 28, 2021
by
李贺贺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
授信额度占用功能问题修复
parent
ca9ef959
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
prj_project_maintain.lview
...ain/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
+7
-2
prj_project_maintain_wfl_new.lview
...pp/modules/prj/PRJ501N/prj_project_maintain_wfl_new.lview
+3
-1
No files found.
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
View file @
614cfdfa
...
@@ -956,7 +956,7 @@
...
@@ -956,7 +956,7 @@
credit_record.set('credit_line','TENANT');
credit_record.set('credit_line','TENANT');
credit_record.set('credit_line_n','承租人');
credit_record.set('credit_line_n','承租人');
credit_record.getField('credit_line').setReadOnly(true);
credit_record.getField('credit_line').setReadOnly(true);
credit_record.getField('credit_line_n').setReadOnly(true)
credit_record.getField('credit_line_n').setReadOnly(true)
;
credit_record.getField('credit_line').setRequired(false);
credit_record.getField('credit_line').setRequired(false);
credit_record.getField('credit_line_n').setRequired(false);
credit_record.getField('credit_line_n').setRequired(false);
...
@@ -973,6 +973,12 @@
...
@@ -973,6 +973,12 @@
credit_record.getField('credit_line_n').setRequired(false);
credit_record.getField('credit_line_n').setRequired(false);
}
}
}
}
//只读页面隐藏保存按钮
if('${/parameter/@function_usage}'
==
'QUERY'){
if(document.getElementById('${/parameter/@layout_code}_save')){
document.getElementById('${/parameter/@layout_code}_save')
.style.display =
"none"
;
}
}
if
(
prj_quotation_ds_id =
=
ds.id
&&
prj_quotation_ds_id){
if
(
prj_quotation_ds_id =
=
ds.id
&&
prj_quotation_ds_id){
var
bp_code =
'${/model/user_agent_description/record/@bp_code}'
;
var
bp_code =
'${/model/user_agent_description/record/@bp_code}'
;
if
(!Ext.isEmpty(bp_code)){
if
(!Ext.isEmpty(bp_code)){
...
@@ -1011,7 +1017,6 @@
...
@@ -1011,7 +1017,6 @@
}
}
}
}
}
}
document.getElementById('${/parameter/@layout_code}_save')
.style.display =
"none"
;
};
};
//pdf预览
add
by
zhuxianfei
//pdf预览
add
by
zhuxianfei
...
...
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain_wfl_new.lview
View file @
614cfdfa
...
@@ -819,7 +819,9 @@
...
@@ -819,7 +819,9 @@
}else
{
}else
{
document.getElementById('${/parameter/@layout_code}_F_BASIC_INFO_1_PRJ_PROJECT_CREDIT_LINE_prompt')
.style.display =
'none'
;
document.getElementById('${/parameter/@layout_code}_F_BASIC_INFO_1_PRJ_PROJECT_CREDIT_LINE_prompt')
.style.display =
'none'
;
document.getElementById('${/parameter/@layout_code}_F_BASIC_INFO_1_PRJ_PROJECT_CREDIT_LINE')
.style.display =
'none'
;
document.getElementById('${/parameter/@layout_code}_F_BASIC_INFO_1_PRJ_PROJECT_CREDIT_LINE')
.style.display =
'none'
;
document.getElementById('${/parameter/@layout_code}_save')
.style.display =
"none"
;
if(document.getElementById('${/parameter/@layout_code}_save')){
document.getElementById('${/parameter/@layout_code}_save')
.style.display =
"none"
;
}
}
}
if('${/parameter/@editable_flag}'
==
'YE'){
if('${/parameter/@editable_flag}'
==
'YE'){
document.getElementById('${/parameter/@layout_code}_save')
.style.display =
"block"
;
document.getElementById('${/parameter/@layout_code}_save')
.style.display =
"block"
;
...
...
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