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
f5408f88
Commit
f5408f88
authored
Nov 27, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退仓屏蔽操作和仓库操作
parent
2336a0ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
index.vue
src/views/ecw/order/index.vue
+15
-5
No files found.
src/views/ecw/order/index.vue
View file @
f5408f88
...
...
@@ -172,7 +172,7 @@
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"150px"
>
<el-table-column
:label=
"$t('操作')"
align=
"center"
class-name=
"small-padding fixed-width
actions
"
width=
"150px"
>
<
template
slot-scope=
"scope"
>
<!-- 已删除的订单只需要删除和查看 https://zentao.jdshangmen.com/bug-view-684.html -->
<template
v-if=
"scope.row.status == 88"
>
...
...
@@ -180,7 +180,7 @@
</
template
>
<
template
v-else
>
<!--操作相关的-->
<el-dropdown>
<el-dropdown
v-if=
"exclude(scope.row.inWarehouseState, [204,205,206])"
>
<el-button
type=
"text"
>
{{
$t
(
'
操作
'
)
}}
</el-button>
<el-dropdown-menu
slot=
"dropdown"
>
<!-- 编辑 -->
...
...
@@ -251,8 +251,8 @@
</el-dropdown-menu>
</el-dropdown>
<
template
v-if=
"scope.row.status != 0 &&
scope.row.inWarehouseState != 206
"
>
<
el-divider
direction=
"vertical"
></el-divider
>
<
template
v-if=
"scope.row.status != 0 &&
[204,205,206].indexOf(scope.row.inWarehouseState) < 0
"
>
<
!--
<el-divider
direction=
"vertical"
></el-divider>
--
>
<!--仓库相关的-->
<el-dropdown>
<el-button
type=
"text"
>
{{
$t
(
'
仓库
'
)
}}
</el-button>
...
...
@@ -321,7 +321,7 @@
</el-dropdown>
</template>
<
el-divider
direction=
"vertical"
v-if=
"scope.row.status != 0"
></el-divider
>
<
!-- <el-divider direction="vertical" v-if="scope.row.status != 0"></el-divider> --
>
<!--打印相关的-->
<el-dropdown
v-if=
"scope.row.status != 0"
>
<el-button
type=
"text"
>
{{$t('打印')}}
</el-button>
...
...
@@ -649,3 +649,13 @@ export default {
}
};
</
script
>
<
style
lang=
"scss"
scoped
>
::v-deep
.actions
{
.el-dropdown
{
margin-right
:
10px
;
&
:
:
last-child
{
margin-right
:
0
;
}
}
}
</
style
>
\ No newline at end of file
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