Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
813aeee0
Commit
813aeee0
authored
Mar 31, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
6307ab39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
customTable.vue
components/customTable/customTable.vue
+12
-12
No files found.
components/customTable/customTable.vue
View file @
813aeee0
...
...
@@ -9,13 +9,13 @@
<template
v-slot:button
>
<div
style=
"float:right;"
class=
"paddingbtn"
>
<!-- 其他 业务按钮 -->
<Button
type=
"
success
"
@
click=
"openCreate"
>
创建
</Button>
<Button
type=
"
success
"
@
click=
"openOrderSendReview"
v-if=
"false"
>
订单送审
</Button>
<Button
type=
"
success
"
@
click=
"openOrderSend"
>
订单派发
</Button>
<Button
type=
"
success
"
@
click=
"updateOrderOpenModal"
>
修改
</Button>
<Button
type=
"
success
"
@
click=
"delOrder"
>
删除
</Button>
<Button
type=
"
success
"
@
click=
"openOrderSplit"
>
订单分解
</Button>
<Button
type=
"
success
"
v-show=
"false"
>
导出PDF
</Button>
<Button
type=
"
primary
"
@
click=
"openCreate"
>
创建
</Button>
<Button
type=
"
primary
"
@
click=
"openOrderSendReview"
v-if=
"false"
>
订单送审
</Button>
<Button
type=
"
primary
"
@
click=
"openOrderSend"
>
订单派发
</Button>
<Button
type=
"
primary
"
@
click=
"updateOrderOpenModal"
>
修改
</Button>
<Button
type=
"
primary
"
@
click=
"delOrder"
>
删除
</Button>
<Button
type=
"
primary
"
@
click=
"openOrderSplit"
>
订单分解
</Button>
<Button
type=
"
primary
"
v-show=
"false"
>
导出PDF
</Button>
<!-- 列设置 -->
<div
@
click=
"drawerShow = true"
class=
"divIco"
>
<Icon
type=
"ios-list"
class=
"icoListInfo"
/>
...
...
@@ -66,7 +66,7 @@
<CreateOrder
ref=
"createOrder"
></CreateOrder>
<div
slot=
"footer"
>
<Button
@
click=
"createShow = false"
>
取消
</Button>
<Button
type=
"
success
"
@
click=
"orderCreateOrderOk"
>
确定
</Button>
<Button
type=
"
primary
"
@
click=
"orderCreateOrderOk"
>
确定
</Button>
</div>
</Modal>
<!-- 订单送审 -->
...
...
@@ -82,7 +82,7 @@
<OrderSendReview
ref=
"orderSendReview"
></OrderSendReview>
<div
slot=
"footer"
>
<Button
@
click=
"ModalOrderSendReview = false"
>
取消
</Button>
<Button
type=
"
success
"
@
click=
"orderSendReviewOk"
>
确定送审
</Button>
<Button
type=
"
primary
"
@
click=
"orderSendReviewOk"
>
确定送审
</Button>
</div>
</Modal>
<!-- 订单派发 -->
...
...
@@ -99,7 +99,7 @@
<OrderSend
ref=
"orderSend"
></OrderSend>
<div
slot=
"footer"
>
<Button
@
click=
"ModalOrderSend = false"
>
取消
</Button>
<Button
type=
"
success
"
@
click=
"orderSendOk"
>
确定派发
</Button>
<Button
type=
"
primary
"
@
click=
"orderSendOk"
>
确定派发
</Button>
</div>
</Modal>
<!-- 订单分解 -->
...
...
@@ -115,7 +115,7 @@
<OrderSplit
ref=
"orderSplit"
></OrderSplit>
<div
slot=
"footer"
>
<Button
@
click=
"ModalOrderSplit = false"
>
取消
</Button>
<Button
type=
"
success
"
@
click=
"orderSplitOk"
>
确定分解
</Button>
<Button
type=
"
primary
"
@
click=
"orderSplitOk"
>
确定分解
</Button>
</div>
</Modal>
<!-- 信息提示 -->
...
...
@@ -131,7 +131,7 @@
{{ metCodesStrTxt }}
<div
slot=
"footer"
>
<Button
@
click=
"ModalInfo = false"
>
取消
</Button>
<Button
type=
"
success
"
@
click=
"modalInfoOk"
>
确定
</Button>
<Button
type=
"
primary
"
@
click=
"modalInfoOk"
>
确定
</Button>
</div></Modal
>
</div>
...
...
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