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
fe393efb
Commit
fe393efb
authored
Feb 22, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还款审批bug修复
parent
e76b0003
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
splitDrawer.vue
...iness-approval/by-stages-apply/components/splitDrawer.vue
+7
-1
allocationModal.vue
...s/property/case-allocation/components/allocationModal.vue
+2
-1
index.vue
src/views/property/case-back/index.vue
+1
-1
index.vue
src/views/property/case-return/index.vue
+1
-1
No files found.
src/views/business-approval/by-stages-apply/components/splitDrawer.vue
View file @
fe393efb
...
...
@@ -312,6 +312,7 @@
repayStatus
:
'pending'
,
applyAmount
:
Decimal
(
form
.
totalRepayAmount
).
sub
(
Decimal
(
other
)),
});
splitdata
.
value
[
i
][
'applyAmount'
]
=
Decimal
(
form
.
totalRepayAmount
).
sub
(
Decimal
(
other
))
}
else
{
list
.
push
({
period
:
i
+
1
,
...
...
@@ -319,9 +320,10 @@
repayStatus
:
'pending'
,
applyAmount
:
crash
,
});
splitdata
.
value
[
i
][
'applyAmount'
]
=
crash
}
}
splitdata
.
value
=
list
;
splitdata
.
value
=
splitdata
.
value
;
};
const
options
=
ref
([
]);
...
...
@@ -495,6 +497,10 @@
console
.
log
(
'currentDetail'
,
currentDetail
.
value
,
caselist
);
form
.
totalRepayAmount
=
0
;
form
.
images
=
[];
form
.
totalPeriod
=
detail
.
totalPeriod
form
.
applyDate
=
detail
.
applyDate
form
.
firstApplyDate
=
detail
.
firstApplyDate
form
.
effectiveTime
=
detail
.
effectiveTime
mypictureRef
.
value
?.
clearFiles
()
form
.
remainingAmount
=
0
;
form
.
images
=
detail
.
images
...
...
src/views/property/case-allocation/components/allocationModal.vue
View file @
fe393efb
...
...
@@ -552,6 +552,7 @@
// 去除分页控件,toolbar控件
return
{
height
:
'auto'
,
'min-height'
:
'auto'
,
toolbarConfig
:
{
enabled
:
false
},
columns
:
[
{
type
:
'seq'
,
width
:
50
,
title
:
'序号'
},
...
...
@@ -680,7 +681,7 @@
.Content
{
height
:
calc
(
100%
-
50px
);
.idea-box
{
height
:
calc
(
100%
-
24
px
);
height
:
calc
(
100%
-
100
px
);
display
:
flex
;
}
.left-idea
{
...
...
src/views/property/case-back/index.vue
View file @
fe393efb
...
...
@@ -103,7 +103,7 @@
</div>
<div
class=
"number-right"
>
<p>
预计收回金额
</p>
<p>
¥{{ statisis.unAmount }}
</p>
<p>
¥{{ statisis
1
.unAmount }}
</p>
</div>
</div>
</div>
...
...
src/views/property/case-return/index.vue
View file @
fe393efb
...
...
@@ -103,7 +103,7 @@
</div>
<div
class=
"number-right"
>
<p>
预计收回金额
</p>
<p>
¥{{ statisis.unAmount }}
</p>
<p>
¥{{ statisis
1
.unAmount }}
</p>
</div>
</div>
</div>
...
...
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