Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
3fe5d7d9
Commit
3fe5d7d9
authored
Mar 15, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
4fe0a650
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
orderList.vue
src/components/coffeeManage/orderList.vue
+2
-2
No files found.
src/components/coffeeManage/orderList.vue
View file @
3fe5d7d9
...
...
@@ -192,7 +192,7 @@
<el-tag
v-if=
"item.OrderStatus == 7"
style=
"margin-left: 5px"
size=
"small"
type=
"danger"
>
已取消
</el-tag>
</div>
<el-button
type=
"primary"
plain
style=
"margin-left:50px;padding:8px 10px "
size=
"mini"
@
click=
"yunfeizhidan(item.OrderId)"
v-if=
"isShowzhidan(item)"
>
运费
一键
制单
</el-button>
@
click=
"yunfeizhidan(item.OrderId)"
v-if=
"isShowzhidan(item)"
>
运费
成本
制单
</el-button>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"强制取消"
placement=
"top-start"
>
<img
v-if=
"item.OrderStatus == 1 || item.OrderStatus == 2"
@
click=
"OrderExit2(item)"
style=
"right: 60px"
class=
"app-order-btnimg"
src=
"../../assets/img/userman/force.png"
alt=
""
/>
...
...
@@ -1885,7 +1885,7 @@
"&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85"
);
},
// 运费制单
// 运费
成本
制单
yunfeizhidan
(
id
)
{
let
that
=
this
this
.
$confirm
(
'确认一键生成订单运费成本单据?'
,
'提示'
,
{
...
...
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