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
0f39b775
Commit
0f39b775
authored
Oct 25, 2022
by
王炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10-25日修正租金计算器页面无法加载-起租日逻辑bug
parent
6b949168
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
777 additions
and
777 deletions
+777
-777
hls_fin_calculator_dynamic.lview
...ebapp/modules/hls/HLS500/hls_fin_calculator_dynamic.lview
+777
-777
No files found.
src/main/webapp/modules/hls/HLS500/hls_fin_calculator_dynamic.lview
View file @
0f39b775
...
@@ -394,7 +394,7 @@
...
@@ -394,7 +394,7 @@
var
temp_hd_attribute_ds =
$('temp_hd_attribute_ds');
var
temp_hd_attribute_ds =
$('temp_hd_attribute_ds');
var
exchange_rate_type_record,
exchange_rate_record,
currency_record,
lease_start_date_record,
exchange_rate_type_field;
var
exchange_rate_type_record,
exchange_rate_record,
currency_record,
lease_start_date_record,
exchange_rate_type_field;
//add
by
niminmin
填写租赁开始日期
自动带出支付日
//add
by
niminmin
填写租赁开始日期
自动带出支付日
if
(
column_name =
=
'lease_start_date'&&value&&
column_value=
=value&&'${/parameter/@document_category}'!='CONTRACT'
)
{
if
(
column_name =
=
'lease_start_date'&&value&&
column_value=
=value
)
{
var
lease_start_date_record =
get_ds_record(ds,
temp_hd_attribute_ds,
'lease_start_date');
var
lease_start_date_record =
get_ds_record(ds,
temp_hd_attribute_ds,
'lease_start_date');
var
contract_inception_date_reocrd =
get_ds_record(ds,
temp_hd_attribute_ds,
'contract_inception_date');
var
contract_inception_date_reocrd =
get_ds_record(ds,
temp_hd_attribute_ds,
'contract_inception_date');
var
lease_start_date =
get_record_column_value(lease_start_date_record);
var
lease_start_date =
get_record_column_value(lease_start_date_record);
...
...
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