Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
3e20491a
Commit
3e20491a
authored
Aug 04, 2022
by
10_noah@other.ren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商家后台-订单管理:不需要发货的商品订单,待收货状态不要展示“查看物流”按钮
parent
5b9747ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/views/businessOrder/index.vue
+6
-6
No files found.
src/views/businessOrder/index.vue
View file @
3e20491a
...
...
@@ -22,7 +22,7 @@
v-if=
"qxqAuth(scope.row)>=0"
@
click=
"checkTheDetails(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
详情
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"
qwlAuth(scope.row)>=0
"
v-if=
"
scope.row.state===4 && scope.row.isLogistics===1
"
@
click=
"viewLogistics(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
查看物流
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"ljfhAuth(scope.row)>=0"
...
...
@@ -188,11 +188,11 @@
}
},
qwlAuth
:
function
(
row
)
{
//查看物流
let
str
=
row
.
state
let
text
=
'4,6'
//待收货,已完成
return
text
.
search
(
str
)
},
//
qwlAuth: function (row) {//查看物流
//
let str=row.state
//
let text='4,6'//待收货,已完成
//
return text.search(str)
//
},
ljfhAuth
:
function
(
row
)
{
//立即发货
let
str
=
row
.
state
let
text
=
'3'
//待发货
...
...
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