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
d1beab15
Commit
d1beab15
authored
Jul 20, 2022
by
10_noah@other.ren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商家后台-订单管理:立即发货按钮,请根据需求展示在相应的订单状态
parent
175d23a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/const/crud/mall/merchantMallorder.js
+1
-1
src/views/businessOrder/index.vue
+4
-3
No files found.
src/const/crud/mall/merchantMallorder.js
View file @
d1beab15
...
...
@@ -38,7 +38,7 @@ export const tableOption = {
"label"
:
"状态"
,
"prop"
:
"state"
,
"search"
:
true
,
"dicUrl"
:
"/admin/merchantMallOrder/get
Merchant
OrderStateOptions"
,
"dicUrl"
:
"/admin/merchantMallOrder/getOrderStateOptions"
,
},
{
...
...
src/views/businessOrder/index.vue
View file @
d1beab15
...
...
@@ -21,15 +21,16 @@
<el-button
type=
"button"
size=
"small"
@
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.state==5||scope.row.state==6
"
@
click=
"viewLogistics(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
查看物流
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"scope.row.state
== 0
"
v-if=
"scope.row.state
==3
"
@
click=
"shipsImmediately(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
立即发货
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"scope.row.state==5||scope.row.state==6||scope.row.state==7"
@
click=
"handleDel(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
删除
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"
cancelOrderButAuth(scope.row)>=0
"
v-if=
"
scope.row.state==3
"
@
click=
"cancelOrder(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
取消订单
</el-button>
</
template
>
</avue-crud>
...
...
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