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
8f8de373
Commit
8f8de373
authored
May 12, 2021
by
李贺贺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报价申请维护值不显示问题修复
parent
21e37b0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
prj_project_maintain.lview
...ain/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
+8
-8
No files found.
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
View file @
8f8de373
...
@@ -926,22 +926,22 @@
...
@@ -926,22 +926,22 @@
var
quotation_record =
$(prj_quotation_ds_id).getCurrentRecord();
var
quotation_record =
$(prj_quotation_ds_id).getCurrentRecord();
if
($(ds_id).getAt(0).get('business_type')
==
'LEASE')
{
if
($(ds_id).getAt(0).get('business_type')
==
'LEASE')
{
if
(quotation_record.get('price_list')
==
'HL_PRICR_E'
||
quotation_record.get('price_list')
==
'HL_PRICR_EN'){
if
(quotation_record.get('price_list')
==
'HL_PRICR_E'
||
quotation_record.get('price_list')
==
'HL_PRICR_EN'){
document.getElementById('
PROJECT_CREATE_NP
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE_prompt')
.style.display =
'block'
;
document.getElementById('
${/parameter/@layout_code}
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE_prompt')
.style.display =
'block'
;
document.getElementById('
PROJECT_CREATE_NP
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE')
.style.display =
'block'
;
document.getElementById('
${/parameter/@layout_code}
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE')
.style.display =
'block'
;
}else{
}else{
quotation_record.set('large_balance','NO');
quotation_record.set('large_balance','NO');
quotation_record.set('large_balance_n','否');
quotation_record.set('large_balance_n','否');
document.getElementById('
PROJECT_CREATE_NP
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE_prompt')
.style.display =
'none'
;
document.getElementById('
${/parameter/@layout_code}
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE_prompt')
.style.display =
'none'
;
document.getElementById('
PROJECT_CREATE_NP
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE')
.style.display =
'none'
;
document.getElementById('
${/parameter/@layout_code}
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE')
.style.display =
'none'
;
}
}
}
}
}else{
}else{
document.getElementById('
PROJECT_CREATE_NP
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE_prompt')
.style.display =
'none'
;
document.getElementById('
${/parameter/@layout_code}
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE_prompt')
.style.display =
'none'
;
document.getElementById('
PROJECT_CREATE_NP
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE')
.style.display =
'none'
;
document.getElementById('
${/parameter/@layout_code}
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE')
.style.display =
'none'
;
}
}
}else
{
}else
{
document.getElementById('
PROJECT_CREATE_NP
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE_prompt')
.style.display =
'none'
;
document.getElementById('
${/parameter/@layout_code}
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE_prompt')
.style.display =
'none'
;
document.getElementById('
PROJECT_CREATE_NP
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE')
.style.display =
'none'
;
document.getElementById('
${/parameter/@layout_code}
_F_QUOTATION_N_PRJ_QUOTATION_LARGE_BALANCE')
.style.display =
'none'
;
}
}
}
}
var
score_ds_id =
get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],
'F_TENANT_SCORE_INFO',
'bp_tenant_rate_detail');
var
score_ds_id =
get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],
'F_TENANT_SCORE_INFO',
'bp_tenant_rate_detail');
...
...
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