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
ae11bcba
Commit
ae11bcba
authored
Feb 12, 2020
by
Darming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feat]特殊代扣调整
由于节假日等原因发生代扣提前的情况,因为指定罚息日之后的租金为提前扣取 不算罚息 需要进行罚息截止日的指定
parent
82febee7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
run_ebank_output.lwm
.../WEB-INF/classes/hls_acr/hls_acr5010/run_ebank_output.lwm
+3
-2
hls_acr_ebank_output.lview
...pp/modules/hls_acr/HLS_ACR5010/hls_acr_ebank_output.lview
+2
-0
No files found.
src/main/webapp/WEB-INF/classes/hls_acr/hls_acr5010/run_ebank_output.lwm
View file @
ae11bcba
...
...
@@ -21,7 +21,8 @@
p_contract_number => ${@contract_number},
p_period_split_flag => ${@generate_rules},
p_output_id=>${@output_id},
p_times=>${@period_number});
p_times=>${@period_number},
p_penalty_date_to=>to_date(${@penalty_date_to},'yyyy-mm-dd'));
END;
]]>
</bm:update-sql>
<bm:parameters>
...
...
src/main/webapp/modules/hls_acr/HLS_ACR5010/hls_acr_ebank_output.lview
View file @
ae11bcba
...
...
@@ -227,6 +227,7 @@
<!-- <a:field name="deadline_date" required="true"/>-->
<!-- <a:field name="deadline_date_to" required="true"/>-->
<a:field
name=
"deadline_date_to"
required=
"true"
defaultValue=
"${/model/sys_date_rp/record/@now_time}"
/>
<a:field
name=
"penalty_date_to"
/>
<a:field
name=
"currency_code"
defaultValue=
"CNY"
/>
<a:field
name=
"currency_name"
readOnly=
"true"
defaultValue=
"人民币"
displayField=
"currency_name"
options=
"hls_currency_ds"
required=
"true"
returnField=
"currency_code"
...
...
@@ -266,6 +267,7 @@
<a:form
column=
"2"
labelWidth=
"120"
title=
"代扣指令生成"
width=
"600"
>
<!-- <a:datePicker name="deadline_date" bindTarget="hls_acr_ebank_output_ds" prompt="截至日期从" renderer="Leaf.formatDate"/>-->
<a:datePicker
name=
"deadline_date_to"
bindTarget=
"hls_acr_ebank_output_ds"
prompt=
"截至日期到"
renderer=
"Leaf.formatDate"
/>
<a:datePicker
name=
"penalty_date_to"
bindTarget=
"hls_acr_ebank_output_ds"
prompt=
"指定罚息截止日"
renderer=
"Leaf.formatDate"
/>
<a:comboBox
name=
"currency_name"
bindTarget=
"hls_acr_ebank_output_ds"
prompt=
"币种"
/>
<a:comboBox
name=
"customer_type_display"
bindTarget=
"hls_acr_ebank_output_ds"
prompt=
"客户类型"
/>
<a:lov
name=
"customer_name_display"
bindTarget=
"hls_acr_ebank_output_ds"
prompt=
"客户名称"
/>
...
...
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