Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
0cb9b185
Commit
0cb9b185
authored
Mar 05, 2025
by
zs嵩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6
parent
896e5d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
index.vue
src/views/ecw/order/feeApplicationBatch/index.vue
+8
-4
No files found.
src/views/ecw/order/feeApplicationBatch/index.vue
View file @
0cb9b185
...
@@ -472,11 +472,14 @@ export default {
...
@@ -472,11 +472,14 @@ export default {
})
})
let
orderFeeDetailsVOList
=
this
.
batchApplyDetailsInfoVO
.
orderFeeDetailsVOList
.
filter
((
item
)
=>
{
let
orderFeeDetailsVOList
=
this
.
batchApplyDetailsInfoVO
.
orderFeeDetailsVOList
.
filter
((
item
)
=>
{
return
new
Set
(
this
.
ids
).
has
(
item
.
id
)
console
.
log
(
new
Set
(
this
.
ids
),
item
.
orderId
)
})
return
new
Set
(
this
.
ids
).
has
(
item
.
orderId
)
})
if
(
!
orderFeeDetailsVOList
.
length
)
{
if
(
!
orderFeeDetailsVOList
.
length
)
{
this
.
$message
.
error
(
"
请选择订单
"
)
this
.
$message
.
error
(
"
请选择订单
"
)
return
}
}
feeApplicationBatch
({
feeApplicationBatch
({
...
@@ -484,7 +487,8 @@ export default {
...
@@ -484,7 +487,8 @@ export default {
...
this
.
batchApplyDetailsInfoVO
,
...
this
.
batchApplyDetailsInfoVO
,
orderFeeDetailsVOList
orderFeeDetailsVOList
},
},
copyUserId
:
this
.
selectedUsers
copyUserId
:
this
.
selectedUsers
,
details
:
"
-
"
}).
then
((
r
)
=>
{
}).
then
((
r
)
=>
{
if
(
r
.
code
===
0
)
{
if
(
r
.
code
===
0
)
{
this
.
$message
.
success
(
this
.
$t
(
"
添加成功
"
))
this
.
$message
.
success
(
this
.
$t
(
"
添加成功
"
))
...
...
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