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
264bc67e
Commit
264bc67e
authored
Jul 01, 2024
by
王炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复报价计算可能导致汇率为空问题
parent
f53805b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
hls_fin_calcuator_dynamic_ol.lview
...app/modules/hls/HLS500/hls_fin_calcuator_dynamic_ol.lview
+2
-2
hls_fin_calculator_dynamic.lview
...ebapp/modules/hls/HLS500/hls_fin_calculator_dynamic.lview
+2
-2
No files found.
src/main/webapp/modules/hls/HLS500/hls_fin_calcuator_dynamic_ol.lview
View file @
264bc67e
...
...
@@ -473,7 +473,7 @@
set_after_check_empty(exchange_rate_type_record,
get_record_column_value(exchange_rate_type_record),
'${/model/fnd_financial_option_path/record/@default_exchange_rate_type}',
fromLoad,
'${/model/fnd_financial_option_path/record/@exchange_rate_type_display}');
}
}
}
else
if
(
column_name =
=
'exchange_rate_type'
||
column_name =
=
'lease_start_date')
{
}
/*
else
if
(
column_name =
=
'exchange_rate_type'
||
column_name =
=
'lease_start_date')
{
exchange_rate_record =
get_ds_record(ds,
temp_hd_attribute_ds,
'exchange_rate');
currency_record =
get_ds_record(ds,
temp_hd_attribute_ds,
'currency');
lease_start_date_record =
get_ds_record(ds,
temp_hd_attribute_ds,
'lease_start_date');
...
...
@@ -487,7 +487,7 @@
if
(!fromLoad
&&
value
!=
old_value)
{
exchange_rate_record.set('column_value',
'');
}
}
}
*/
onEditorupdate_setEmpty(ds,
record,
name,
value,
old_value,
fromLoad);
}
...
...
src/main/webapp/modules/hls/HLS500/hls_fin_calculator_dynamic.lview
View file @
264bc67e
...
...
@@ -473,7 +473,7 @@
set_after_check_empty(exchange_rate_type_record,
get_record_column_value(exchange_rate_type_record),
'${/model/fnd_financial_option_path/record/@default_exchange_rate_type}',
fromLoad,
'${/model/fnd_financial_option_path/record/@exchange_rate_type_display}');
}
}
}
else
if
(
column_name =
=
'exchange_rate_type'
||
column_name =
=
'lease_start_date')
{
}
/*
else
if
(
column_name =
=
'exchange_rate_type'
||
column_name =
=
'lease_start_date')
{
exchange_rate_record =
get_ds_record(ds,
temp_hd_attribute_ds,
'exchange_rate');
currency_record =
get_ds_record(ds,
temp_hd_attribute_ds,
'currency');
lease_start_date_record =
get_ds_record(ds,
temp_hd_attribute_ds,
'lease_start_date');
...
...
@@ -487,7 +487,7 @@
if
(!fromLoad
&&
value
!=
old_value)
{
exchange_rate_record.set('column_value',
'');
}
}
}
*/
onEditorupdate_setEmpty(ds,
record,
name,
value,
old_value,
fromLoad);
}
...
...
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