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
a1ac21d0
Commit
a1ac21d0
authored
Feb 21, 2023
by
Luochenglong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
61c1f9ae
99e3a104
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
22 deletions
+45
-22
hls_fin_calculator_update_n.lview
...app/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
+45
-22
No files found.
src/main/webapp/modules/hls/HLS500N/hls_fin_calculator_update_n.lview
View file @
a1ac21d0
...
...
@@ -405,8 +405,11 @@
success:
function
(res)
{
on_calc_success_query('${/parameter/@dsId}',
'${/parameter/@document_category}');
get_warning_message(res.result.warning_message);
if('${/parameter/@layout_code}'!='CCR_BEFORE_SIGN'){
recreate_H_formula =
'N'
;
recreate_L_formula =
'N'
;
}
open_after_save_execute();
},
failure:
function
()
{
...
...
@@ -956,6 +959,8 @@
var contract_status = res.result.contract_status;
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'){*/
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")
{
...
...
@@ -965,6 +970,22 @@
headRecords[i].getField('column_value_c').setReadOnly(true);
}
}
/*
}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"
&&column_name
!=
"down_payment"&&column_name
!=
"third_party_deposit"&&column_name
!=
"balloon_ratio")
{
headRecords[i].set('input_mode',
'READONLY');
headRecords[i].set('readonly_input_mode',
'TRUE');
headRecords[i].getField('column_value').setReadOnly(true);
headRecords[i].getField('column_value_c').setReadOnly(true);
}
}
}*/
}
else
{
for
(var
i =
0;
i
<
headRecords.length;
i++)
{
headRecords[i].set('input_mode',
'READONLY');
...
...
@@ -988,7 +1009,7 @@
}
if
('${/parameter/@document_category}'
==
'PROJECT')
{
if
('${/parameter/@document_category}'
==
'PROJECT'
||'${/parameter/@document_category}'
==
'CONTRACT'
)
{
Leaf.request({
url:
$('prj_check_prj_record_link_id').getUrl(),
para:
{
...
...
@@ -1437,9 +1458,8 @@
$('${/parameter/@layout_code}_F_QUOTATION_N_prj_quotation_ds').query();
$('${/parameter/@layout_code}_G_CASHFLOW_NS_prj_quotation_ds').query();
} else if ('${/parameter/@document_category}' == 'CONTRACT') {
if($('CONTRACT_CREATE_INC_G_CASHFLOW_1_con_contract_cashflow_ds')){
$('CONTRACT_CREATE_INC_G_CASHFLOW_1_con_contract_cashflow_ds').query();
}if( $('${/parameter/@layout_code}_G_CASHFLOW_1_con_contract_cashflow_ds')){
if( $('${/parameter/@layout_code}_G_CASHFLOW_1_con_contract_cashflow_ds')){
$('${/parameter/@layout_code}_G_CASHFLOW_1_con_contract_cashflow_ds').query();
}
...
...
@@ -1592,6 +1612,7 @@
return
false;
}
if(H44!=100){
Leaf.showMessage('${l:PROMPT}',
'留购金需要为100元');
unlock_calc_current_window();
return
false;
...
...
@@ -1618,7 +1639,6 @@
});
}
}
}
lock_calc_current_window('${l:HLS.CALCULATING}');
...
...
@@ -1869,8 +1889,10 @@
success:
function
(res)
{
on_calc_success_query('${/parameter/@dsId}',
'${/parameter/@document_category}');
//get_warning_message(res.result.warning_message);
if('${/parameter/@layout_code}'!='CCR_BEFORE_SIGN'){
recreate_H_formula =
'N'
;
recreate_L_formula =
'N'
;
}
//open_after_save_execute();
hls_hls500_user_button1();
},
...
...
@@ -1907,8 +1929,11 @@
success:
function
(res)
{
on_calc_success_query('${/parameter/@dsId}',
'${/parameter/@document_category}');
//get_warning_message(res.result.warning_message);
if('${/parameter/@layout_code}'!='CCR_BEFORE_SIGN'){
recreate_H_formula =
'N'
;
recreate_L_formula =
'N'
;
}
//open_after_save_execute();
hls_hls500_user_button2();
//
unlock_calc_current_window();
...
...
@@ -1936,9 +1961,7 @@
$('${/parameter/@layout_code}_F_QUOTATION_N_prj_quotation_ds').query();
$('${/parameter/@layout_code}_G_CASHFLOW_NS_prj_quotation_ds').query();
}
else
if
('${/parameter/@document_category}'
==
'CONTRACT')
{
if($('CONTRACT_CREATE_INC_G_CASHFLOW_1_con_contract_cashflow_ds')){
$('CONTRACT_CREATE_INC_G_CASHFLOW_1_con_contract_cashflow_ds').query();
}
if(
$('${/parameter/@layout_code}_G_CASHFLOW_1_con_contract_cashflow_ds')){
$('${/parameter/@layout_code}_G_CASHFLOW_1_con_contract_cashflow_ds').query();
...
...
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