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
f92c9686
Commit
f92c9686
authored
May 08, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of
http://git.mes123.com/zhouyx/mes-ui
into product
parents
130a0d92
34512b08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
index.vue
pages/produce/execute/index.vue
+13
-4
No files found.
pages/produce/execute/index.vue
View file @
f92c9686
...
...
@@ -7,12 +7,17 @@
<span
class=
"fl"
>
进度汇报
</span>
<div>
工单编号: 12001011
</div>
</div>
<div
class=
"star"
v-if=
"starmodal"
>
<a
class=
"start"
>
<div
class=
"star"
v-if=
"
!
starmodal"
>
<a
class=
"start"
@
click=
"starFun"
>
<Icon
type=
"md-play"
/>
开工
</a>
</div>
<div
class=
"star"
v-else-if=
"!starmodal"
>
执行
</div>
<div
class=
"star"
v-else-if=
"starmodal"
>
<Button
size=
'large'
type=
"primary"
><Icon
type=
"ios-pause"
/>
暂停
</Button>
<Button
size=
'large'
type=
"primary"
><Icon
type=
"ios-pause"
/>
校验
</Button>
<Button
size=
'large'
type=
"primary"
><Icon
type=
"ios-pause"
/>
完工
</Button>
<Button
size=
'large'
type=
"primary"
><Icon
type=
"ios-pause"
/>
转序交换
</Button>
</div>
<a
class=
"gd_list"
@
click=
"value1 = true"
>
工单列表
</a>
<a
class=
"gn_area"
@
click=
"value2 = true"
>
功能区
</a>
<div
class=
"footer_box"
>
...
...
@@ -83,6 +88,10 @@ export default {
})();
};
},
methods
:
{},
methods
:
{
starFun
(){
this
.
$Message
.
success
(
"开工..."
)
},
},
}
</
script
>
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