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
a18d2e0b
Commit
a18d2e0b
authored
Jan 10, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资产分配
parent
d93d2ff5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
103 additions
and
107 deletions
+103
-107
allcation.js
src/api/allcation.js
+4
-0
allocationModal.vue
...s/property/case-allocation/components/allocationModal.vue
+99
-105
index.vue
src/views/property/case-allocation/index.vue
+0
-2
No files found.
src/api/allcation.js
View file @
a18d2e0b
...
...
@@ -15,6 +15,10 @@ export const getLoanpage = (params) => {
export
const
distributeLoan
=
(
tenantId
,
data
)
=>
{
return
request
.
post
(
`/LoanDistribute/distribute?tenantId=
${
tenantId
}
`
,
data
);
};
// 手动调整分配CPE,确认
export
const
confirm
=
(
data
)
=>
{
return
request
.
post
(
`/LoanDistribute/confirm`
,
data
);
};
// 系统自动分配; 分配到CPE
export
const
distributeCpe
=
(
data
)
=>
{
return
request
.
post
(
`/LoanDistribute/distributeCpe?type=
${
data
.
type
}
`
,
data
);
...
...
src/views/property/case-allocation/components/allocationModal.vue
View file @
a18d2e0b
This diff is collapsed.
Click to expand it.
src/views/property/case-allocation/index.vue
View file @
a18d2e0b
...
...
@@ -22,7 +22,6 @@
<
template
#
left_buttons
>
<el-button
type=
"primary"
:disabled=
"!selectdList || selectdList.length !== 1"
@
click=
"allocation"
>
分配
</el-button>
...
...
@@ -239,7 +238,6 @@
const
allocation
=
(
row
)
=>
{
allocationModalRef
.
value
.
openModal
(
JSON
.
parse
(
JSON
.
stringify
(
selectdList
.
value
[
0
])),
JSON
.
parse
(
JSON
.
stringify
(
curParam
.
value
))
);
};
...
...
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