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
8c506804
Commit
8c506804
authored
Feb 07, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还款记录
parent
0b225f3e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
index.vue
src/views/business-approval/repayment-approve/index.vue
+11
-0
allocationModal.vue
...s/property/case-allocation/components/allocationModal.vue
+7
-1
returnModal.vue
src/views/property/case-detail/components/returnModal.vue
+1
-0
No files found.
src/views/business-approval/repayment-approve/index.vue
View file @
8c506804
...
...
@@ -139,6 +139,17 @@
enum
:
options
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
span
:
1
,
labelWidth
:
80
},
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
default
:
({
row
})
=>
{
return
(
<>
{
row
.
repayType
?
options
.
find
((
v
)
=>
v
.
value
===
row
.
repayType
).
label
:
''
}
<
/
>
);
},
},
width
:
80
,
},
{
...
...
src/views/property/case-allocation/components/allocationModal.vue
View file @
8c506804
...
...
@@ -257,7 +257,13 @@
});
};
const
changeRadio
=
()
=>
{
radio
.
value
===
0
&&
getStatisis
(
pageParams
.
value
);
let
param
=
{}
if
(
lonsArr
.
value
&&
lonsArr
.
value
.
length
)
{
param
[
'loanIds'
]
=
lonsArr
.
value
.
map
(
v
=>
v
.
id
)
}
else
{
param
=
{...
pageParams
.
value
}
}
radio
.
value
===
0
&&
getStatisis
(
param
);
step
.
value
=
0
currentTenant
.
value
=
null
;
};
...
...
src/views/property/case-detail/components/returnModal.vue
View file @
8c506804
...
...
@@ -279,6 +279,7 @@
const
param
=
{
repayType
:
options
.
find
((
v
)
=>
v
.
label
===
currentType
.
value
).
value
,
...
form
,
repayAmount
:
form
.
realRepayAmount
,
borrower
:
currentInfo
.
value
.
borrower
,
flowStatus
:
'pending'
,
repayStatus
:
'over'
,
...
...
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