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
4ab928e4
Commit
4ab928e4
authored
Mar 07, 2025
by
panhong18943
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保证金时间价值页面补充优化
parent
7932723b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
6 deletions
+27
-6
hlcm_deposit_value_maintain.lview
..._deposit/CUS_DEPOSIT150/hlcm_deposit_value_maintain.lview
+27
-6
No files found.
src/main/webapp/modules/cus_deposit/CUS_DEPOSIT150/hlcm_deposit_value_maintain.lview
View file @
4ab928e4
...
...
@@ -131,10 +131,17 @@
var date = new Date();
var year = date.getFullYear(); //年
var month = date.getMonth(); //当前月份前一个月
if (month
< 10
)
{
if (month
< 10
&&
month
>
0
) {
month = '0' + month;
}else if(month == 10) {
month = '10';
}else if(month == 11) {
month = '11';
}else if(month == 0) {
year = Number(year) - 1;
month = '12';
}
month =
year
+
month;
month = year +
'' +
month;
Leaf.showConfirm('${l:HLS.PROMPT}', '是否确认赋值【' + month + '】保证金时间价值的重算标识', function () {
Leaf.Masker.mask(Ext.getBody(), '${l:HLS.EXECUTING}');
...
...
@@ -169,10 +176,17 @@
var date = new Date();
var year = date.getFullYear(); //年
var month = date.getMonth(); //当前月份前一个月
if
(month
<
10)
{
if (month
< 10
&&
month
>
0
) {
month = '0' + month;
}else if(month == 10) {
month = '10';
}else if(month == 11) {
month = '11';
}else if(month == 0) {
year = Number(year) - 1;
month = '12';
}
month =
year
+
month;
month = year +
'' +
month;
Leaf.showConfirm('${l:HLS.PROMPT}', '
<font
color=
"red"
>
请确认是否计算【' + month + '】的保证金时间价值,该任务需执行约30分钟,请耐心等待!
</font></br></br><font
color=
"red"
>
【特别注意】任务发起后30分钟内请勿重复点击
</font>
', function () {
Leaf.Masker.mask(Ext.getBody(), '${l:HLS.EXECUTING}');
...
...
@@ -216,10 +230,17 @@
var date = new Date();
var year = date.getFullYear(); //年
var month = date.getMonth(); //当前月份前一个月
if (month
< 10
)
{
if (month
< 10
&&
month
>
0
) {
month = '0' + month;
}else if(month == 10) {
month = '10';
}else if(month == 11) {
month = '11';
}else if(month == 0) {
year = Number(year) - 1;
month = '12';
}
month =
year
+
month;
month = year +
'' +
month;
//month = 202407;
if (records.length != 1) {
...
...
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