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
4fb345b4
Commit
4fb345b4
authored
Feb 28, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
案件详情不可以勾选结案的案件
parent
cb038b2e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
callDrawer.vue
src/views/property/case-detail/components/callDrawer.vue
+6
-0
reduceDrawer.vue
src/views/property/case-detail/components/reduceDrawer.vue
+6
-0
splitDrawer.vue
src/views/property/case-detail/components/splitDrawer.vue
+7
-0
No files found.
src/views/property/case-detail/components/callDrawer.vue
View file @
4fb345b4
...
@@ -524,6 +524,12 @@
...
@@ -524,6 +524,12 @@
message
:
'跟进时间必选'
,
message
:
'跟进时间必选'
,
});
});
}
}
const
arr1
=
selectdList
.
value
.
filter
((
v
)
=>
v
.
repayStatus
===
'over'
);
if
(
arr1
.
length
>
0
)
return
ElMessage
.
warning
({
message
:
'不可以勾选结案的案件'
,
plain
:
true
,
});
saveTrackRecord
({
saveTrackRecord
({
loans
:
selectdList
.
value
,
loans
:
selectdList
.
value
,
guarantor
:
currentInfo
.
value
,
guarantor
:
currentInfo
.
value
,
...
...
src/views/property/case-detail/components/reduceDrawer.vue
View file @
4fb345b4
...
@@ -419,6 +419,12 @@
...
@@ -419,6 +419,12 @@
list
.
forEach
((
item
)
=>
{
list
.
forEach
((
item
)
=>
{
delete
item
.
payAmount
;
delete
item
.
payAmount
;
});
});
const
arr1
=
list
.
filter
((
v
)
=>
v
.
loan
.
repayStatus
===
'over'
);
if
(
arr1
.
length
>
0
)
return
ElMessage
.
warning
({
message
:
'不可以勾选结案的案件'
,
plain
:
true
,
});
let
images
=
form
.
images
.
map
((
v
)
=>
v
.
url
)
let
images
=
form
.
images
.
map
((
v
)
=>
v
.
url
)
images
=
images
.
map
((
v
)
=>
{
images
=
images
.
map
((
v
)
=>
{
return
v
.
replace
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
,
''
);
return
v
.
replace
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
,
''
);
...
...
src/views/property/case-detail/components/splitDrawer.vue
View file @
4fb345b4
...
@@ -565,6 +565,13 @@
...
@@ -565,6 +565,13 @@
message
:
'分期金额要大于借款平台的分期最低金额'
,
message
:
'分期金额要大于借款平台的分期最低金额'
,
plain
:
true
,
plain
:
true
,
});
});
const
arr1
=
selectdList
.
value
.
filter
((
v
)
=>
v
.
repayStatus
===
'over'
);
if
(
arr1
.
length
>
0
)
return
ElMessage
.
warning
({
message
:
'不可以勾选结案的案件'
,
plain
:
true
,
});
let
images
=
form
.
images
.
map
((
v
)
=>
v
.
url
)
let
images
=
form
.
images
.
map
((
v
)
=>
v
.
url
)
images
=
images
.
map
((
v
)
=>
{
images
=
images
.
map
((
v
)
=>
{
return
v
.
replace
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
,
''
);
return
v
.
replace
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
,
''
);
...
...
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