Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
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
何远江
yishuju-ui
Commits
37ef5bfe
Commit
37ef5bfe
authored
Apr 27, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分期申请
parent
39408f6c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
splitDrawer.vue
...iness-approval/by-stages-apply/components/splitDrawer.vue
+2
-3
splitDrawer.vue
src/views/property/case-detail/components/splitDrawer.vue
+2
-2
No files found.
src/views/business-approval/by-stages-apply/components/splitDrawer.vue
View file @
37ef5bfe
...
...
@@ -410,7 +410,7 @@
).
toSignificantDigits
(
2
);
for
(
let
i
=
1
;
i
<
form
.
totalPeriod
;
i
++
)
{
const
playApplyDate
=
dayjs
(
form
.
firstApplyDate
)
.
add
(
i
+
1
,
'month'
)
.
add
(
i
,
'month'
)
.
format
(
'YYYY-MM-DD'
);
if
(
i
===
form
.
totalPeriod
-
1
)
{
const
other
=
list
.
reduce
((
pre
,
cur
)
=>
{
...
...
@@ -454,9 +454,8 @@
Decimal
(
form
.
totalRepayAmount
).
div
(
Decimal
(
form
.
totalPeriod
))
).
toSignificantDigits
(
2
);
for
(
let
i
=
0
;
i
<
form
.
totalPeriod
;
i
++
)
{
console
.
log
(
'i'
,
i
);
const
playApplyDate
=
dayjs
(
form
.
firstApplyDate
)
.
add
(
i
+
1
,
'month'
)
.
add
(
i
,
'month'
)
.
format
(
'YYYY-MM-DD'
);
if
(
i
===
form
.
totalPeriod
-
1
)
{
const
other
=
list
.
reduce
((
pre
,
cur
)
=>
{
...
...
src/views/property/case-detail/components/splitDrawer.vue
View file @
37ef5bfe
...
...
@@ -266,7 +266,7 @@
).
toSignificantDigits
(
2
);
for
(
let
i
=
1
;
i
<
form
.
totalPeriod
;
i
++
)
{
const
playApplyDate
=
dayjs
(
form
.
firstApplyDate
)
.
add
(
i
+
1
,
'month'
)
.
add
(
i
,
'month'
)
.
format
(
'YYYY-MM-DD'
);
if
(
i
===
form
.
totalPeriod
-
1
)
{
const
other
=
list
.
reduce
((
pre
,
cur
)
=>
{
...
...
@@ -310,7 +310,7 @@
for
(
let
i
=
0
;
i
<
form
.
totalPeriod
;
i
++
)
{
console
.
log
(
'i'
,
i
);
const
playApplyDate
=
dayjs
(
form
.
firstApplyDate
)
.
add
(
i
+
1
,
'month'
)
.
add
(
i
,
'month'
)
.
format
(
'YYYY-MM-DD'
);
if
(
i
===
form
.
totalPeriod
-
1
)
{
const
other
=
list
.
reduce
((
pre
,
cur
)
=>
{
...
...
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