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
99e3a104
Commit
99e3a104
authored
Feb 21, 2023
by
王炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签约前合同变更报价调整1.整合正式代码2.调整签约前变更特殊逻辑3.页面展示调整 ----》to 龚镇江
parent
545ac5b8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
hls_fin_calculator_update_n.lview
...app/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
+3
-3
No files found.
src/main/webapp/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
View file @
99e3a104
...
...
@@ -960,7 +960,7 @@
var sign_contract_status = res.result.sign_contract_status;
if (sign_contract_status == 'SIGN' || sign_contract_status == 'SIGNING' || contract_status == 'NEW' || contract_status == 'INCEPT_RETURN') {
//签约前合同变更才放开部分字段,其他维持原合同起租时租赁日调整逻辑
if('${/parameter/@layout_code}'!='CCR_BEFORE_SIGN'){
/*if('${/parameter/@layout_code}'!='CCR_BEFORE_SIGN'){*/
for (var i = 0; i
< headRecords.length
;
i++)
{
var
column_name =
headRecords[i].get('column_name');
if
(column_name
!=
"lease_start_date"
&&
column_name
!=
"contract_inception_date")
{
...
...
@@ -970,7 +970,7 @@
headRecords[i].getField('column_value_c').setReadOnly(true);
}
}
}else{
/*
}else{
for
(var
i =
0;
i
<
headRecords.length;
i++)
{
var
column_name =
headRecords[i].get('column_name');
if
(column_name
!=
"lease_start_date"
&&
column_name
!=
"contract_inception_date"&&column_name
!=
"other_fee"&&column_name
!=
"lease_times"&&column_name
!=
"int_rate_display"
...
...
@@ -981,7 +981,7 @@
headRecords[i].getField('column_value_c').setReadOnly(true);
}
}
}
}
*/
...
...
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