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
817f224a
Commit
817f224a
authored
May 18, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工艺查看
parent
555efc01
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
101 additions
and
6 deletions
+101
-6
index.vue
pages/produce/execute/ProcessCheck/index.vue
+18
-3
setupDetails.vue
pages/produce/execute/ProcessCheck/setupDetails.vue
+38
-0
execute.less
pages/produce/execute/execute.less
+42
-0
details.vue
pages/technology/details/setup/setupDetails/details.vue
+1
-1
technolog.less
pages/technology/technolog.less
+2
-2
No files found.
pages/produce/execute/ProcessCheck/index.vue
View file @
817f224a
<
template
>
<
template
>
<div
class=
"wu_bg"
>
<div
class=
"wu_bg"
>
<div
class=
"wu_top"
>
<!--
<div
class=
"wu_top"
>
工艺查看
工艺查看 /technology/details/setup/setupDetails
</div>
</div>
-->
<Layout
class=
"tech_box"
>
<Header>
<div
class=
"tech_body"
>
<Menu
mode=
"horizontal"
theme=
"light"
active-name=
"1"
>
<MenuItem
name=
"1"
to=
"/produce/execute/ProcessCheck/setupDetails"
>
工艺规程
</MenuItem>
<MenuItem
name=
"2"
to=
"/produce/execute/ProcessCheck/setupDetails"
>
作业指导书
</MenuItem>
<MenuItem
name=
"3"
to=
"/produce/execute/ProcessCheck/setupDetails"
>
工步导航
</MenuItem>
<MenuItem
name=
"4"
to=
"/produce/execute/ProcessCheck/setupDetails"
>
工艺提醒
</MenuItem>
</Menu>
</div>
</Header>
<Layout
class=
"bottom_box"
>
<nuxt-child
keep-alive
></nuxt-child>
</Layout>
</Layout>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
pages/produce/execute/ProcessCheck/setupDetails.vue
0 → 100644
View file @
817f224a
<
template
>
<div
class=
""
>
<div
class=
""
>
工艺规程
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
'starOrder'
,
data
(){
return
{
starmodal
:
false
,
}
},
created
()
{
// this.treeHeight = window.innerHeight - 120;
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
"loadDictionary"
);
// 加载数据字典
},
mounted
()
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
this
.
treeHeight
=
window
.
innerHeight
-
120
;
})();
};
},
methods
:
{
starFun
(){
this
.
$Message
.
success
(
"开工..."
)
},
},
}
</
script
>
pages/produce/execute/execute.less
View file @
817f224a
...
@@ -334,6 +334,48 @@
...
@@ -334,6 +334,48 @@
.wu_bg{
.wu_bg{
height: calc(100vh - 165px);
height: calc(100vh - 165px);
}
}
.tech_box{
height: calc(100vh - 165px);
.tech_body{
// padding: 0 20px;
.ivu-layout-header{
height: 0;
}
.ivu-menu-horizontal{
height: 40px;
line-height: 40px;
.ivu-menu-item{
width: 115px;
text-align: center;
}
a.ivu-menu-item-active::before{
content: "";
display: block;
border-width: 5px 6px 0;
border-style: solid;
border-color: #2d8cf0 transparent transparent;
width: 0;
height: 0;
position: absolute;
bottom: -6px;
left: 43%;
}
a.ivu-menu-item-active::after{
content: "";
display: block;
border-width: 4px 4px 0;
border-style: solid;
border-color: #fff transparent transparent;
width: 0;
height: 0;
position: absolute;
bottom: -4px;
left: 44%;
}
}
}
}
.case_top{
.case_top{
padding: 15px 70px 10px;
padding: 15px 70px 10px;
.sear_btn{
.sear_btn{
...
...
pages/technology/details/setup/setupDetails/details.vue
View file @
817f224a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
@import '../../../technolog.less';
@import '../../../technolog.less';
</
style
>
</
style
>
<
template
>
<
template
>
<div>
主材
</div>
<div>
主材
121
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
pages/technology/technolog.less
View file @
817f224a
...
@@ -75,13 +75,13 @@
...
@@ -75,13 +75,13 @@
height: 40px;
height: 40px;
line-height: 40px;
line-height: 40px;
.ivu-menu-item{
.ivu-menu-item{
width:
97
px;
width:
115
px;
text-align: center;
text-align: center;
}
}
a.ivu-menu-item-active::before{
a.ivu-menu-item-active::before{
content: "";
content: "";
display: block;
display: block;
border-width: 5px
5
px 0;
border-width: 5px
6
px 0;
border-style: solid;
border-style: solid;
border-color: #2d8cf0 transparent transparent;
border-color: #2d8cf0 transparent transparent;
width: 0;
width: 0;
...
...
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