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
e442b471
Commit
e442b471
authored
Jun 08, 2020
by
kangzhenfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
转序交接
parent
5d8b20a9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
3 deletions
+56
-3
execute.less
pages/produce/execute/execute.less
+9
-2
index.vue
pages/produce/execute/starOrder/index.vue
+9
-1
index.vue
pages/produce/reorder/index.vue
+38
-0
No files found.
pages/produce/execute/execute.less
View file @
e442b471
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
}
}
.gd_list{
.gd_list{
position: absolute;
position: absolute;
top: 4
0
%;
top: 4
3
%;
left: 0px;
left: 0px;
background: #2680EB;
background: #2680EB;
color: #fff;
color: #fff;
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
}
}
.gn_area{
.gn_area{
position: absolute;
position: absolute;
top: 4
0
%;
top: 4
3
%;
right: 0px;
right: 0px;
background: #515A6E;
background: #515A6E;
color: #fff;
color: #fff;
...
@@ -596,4 +596,11 @@
...
@@ -596,4 +596,11 @@
// margin: 15px 43px;
// margin: 15px 43px;
color: #515a6e;
color: #515a6e;
}
}
}
.zhuanx{
text-align: center;
line-height: 50px;
.line_p{
}
}
}
\ No newline at end of file
pages/produce/execute/starOrder/index.vue
View file @
e442b471
...
@@ -77,7 +77,15 @@
...
@@ -77,7 +77,15 @@
</div>
</div>
<Modal
v-model=
"ransferModal"
:title=
"transferTitle"
width=
"800"
>
<Modal
v-model=
"ransferModal"
:title=
"transferTitle"
width=
"800"
>
<!--
<component
:is=
"detail"
:eid=
"curId"
@
on-close=
"cancel"
@
on-ok=
"ok"
footer-hide
/>
-->
<!--
<component
:is=
"detail"
:eid=
"curId"
@
on-close=
"cancel"
@
on-ok=
"ok"
footer-hide
/>
-->
<p>
转序交接
</p>
<div
class=
"zhuanx"
>
<p
class=
"line_p"
>
<Input
prefix=
"ios-contact-outline"
placeholder=
"请输入人员编号"
style=
"width: auto"
/>
<!--
<UserSelect
ref=
"userSelected"
:multiple=
"true"
style=
"width: 220px;margin:0 auto;"
/>
-->
</p>
<p
class=
"line_p"
>
<Input
prefix=
"ios-lock-outline"
placeholder=
"请输入人员密码"
style=
"width: auto"
/>
</p>
</div>
</Modal>
</Modal>
</div>
</div>
</
template
>
</
template
>
...
...
pages/produce/reorder/index.vue
0 → 100644
View file @
e442b471
<
template
>
<div
class=
"p20"
>
<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
>
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