Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b2d6d5e3
authored
Jan 06, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
上传成功的才可提交寄售审核
parent
d6d2f60d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/consignmentManagement/consignmentImportDetail.vue
src/views/consignmentManagement/consignmentImportDetail.vue
View file @
b2d6d5e3
...
...
@@ -23,7 +23,7 @@
<template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.status==1"
type=
"danger"
>
审核前失败
</el-tag>
<el-tag
v-else-if=
"scope.row.status==2"
type=
"info"
>
待审核
</el-tag>
<el-tag
v-else-if=
"scope.row.status==3"
type=
"success"
>
审核通过
</el-tag>
<el-tag
v-else-if=
"scope.row.status==3"
type=
"success"
>
上传成功
</el-tag>
<el-tag
v-else-if=
"scope.row.status==4"
type=
"warning"
>
审核未通过
</el-tag>
</
template
>
</el-table-column>
...
...
@@ -146,9 +146,9 @@ export default {
switch
(
type
)
{
case
1
:
// 提交审核:校验待提审状态
const
invalidVerify
=
this
.
multipleSelection
.
filter
(
item
=>
item
.
status
!=
2
);
const
invalidVerify
=
this
.
multipleSelection
.
filter
(
item
=>
item
.
status
!=
3
);
if
(
invalidVerify
.
length
)
{
this
.
$message
.
warning
(
'
只能选择待审核状态的数据
'
);
this
.
$message
.
warning
(
'
上传成功的才可提交寄售审核
'
);
return
;
}
this
.
sku_apply_num_json
=
this
.
multipleSelection
.
map
(
item
=>
{
...
...
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