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
f0f4e089
Commit
f0f4e089
authored
May 20, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
质量判定
parent
a2716397
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
50 deletions
+19
-50
index.vue
pages/produce/execute/ProcessCase/index.vue
+3
-9
execute.less
pages/produce/execute/execute.less
+5
-2
index.vue
pages/produce/execute/judgment/index.vue
+11
-39
No files found.
pages/produce/execute/ProcessCase/index.vue
View file @
f0f4e089
...
...
@@ -48,16 +48,10 @@
</Checkbox>
</CheckboxGroup>
</div>
<!--
<FooterToolbar
style=
"height:65px"
v-show=
"checkCards!=0"
>
<span>
已选择
{{
checkCards
}}
个案例
</span>
<Button
class=
"span ml20"
type=
"primary"
@
click=
"deliteCard"
><Icon
type=
"ios-trash-outline"
/>
删除
</Button>
<!--
<Button
class=
"span ml20"
type=
"primary"
@
click=
"exportCard"
><Icon
type=
"ios-log-out"
/>
导出
</Button>
<Button
@
click=
"cancel"
>
取消
</Button>
</FooterToolbar>
-->
<div
class=
"footer"
v-if=
"checkCards!=0"
>
<span>
已选:
{{
checkCards
}}
个案例
</span>
<Button
class=
"span ml20"
type=
"primary"
@
click=
"deliteCard"
><Icon
type=
"ios-trash-outline"
/>
删除
</Button>
<!--
<Button
class=
"span ml20"
type=
"primary"
@
click=
"exportCard"
><Icon
type=
"ios-log-out"
/>
导出
</Button>
-->
<span>
已选:
{{
checkCards
}}
个案例
</span>
<Button
class=
"span ml20
mr15
"
type=
"primary"
@
click=
"deliteCard"
><Icon
type=
"ios-trash-outline"
/>
删除
</Button>
<!--
<Button
class=
"span ml20"
type=
"primary"
@
click=
"exportCard"
><Icon
type=
"ios-log-out"
/>
导出
</Button>
-->
<Button
type=
"default"
@
click=
"cancel"
>
取消
</Button>
</div>
</div>
...
...
pages/produce/execute/execute.less
View file @
f0f4e089
...
...
@@ -339,12 +339,15 @@
}
}
.wu_bg{
height: calc(100vh - 165px);
height: calc(100vh - 150px);
.mass_box{
padding: 0 50px;
}
.footer {
width: 100%;
position: absolute;
left: 0;
bottom: -
20
px;
bottom: -
5
px;
height: 60px;
line-height: 60px;
background: rgba(0, 0, 0, 0.6);
...
...
pages/produce/execute/judgment/index.vue
View file @
f0f4e089
<
template
>
<div
class=
""
>
<div
class=
"
star"
v-if=
"!starmodal
"
>
<
a
class=
"start"
@
click=
"starFun"
>
<Icon
type=
"md-play"
/
>
质量判定
</a
>
<div
class=
"
wu_bg
"
>
<div
class=
"
mass_box
"
>
<
h3>
合格(51)
</h3
>
<div
class=
""
>
<h3>
让步
</h3
>
</div>
<div
class=
"star flex fc-b"
v-else-if=
"starmodal"
>
<div
class=
""
>
<h3>
送审
</h3>
</div>
</div>
<!--
<div
class=
"star flex fc-b"
v-else-if=
"starmodal"
>
<Button
class=
"button"
size=
'large'
type=
"primary"
><Icon
type=
"ios-pause"
/>
暂停
</Button>
<Button
class=
"button"
size=
'large'
type=
"primary"
><Icon
type=
"logo-angular"
/>
交检
</Button>
<Button
class=
"button"
size=
'large'
type=
"primary"
><Icon
type=
"ios-checkmark-circle-outline"
/>
完工
</Button>
<Button
class=
"button"
size=
'large'
type=
"primary"
><Icon
type=
"md-swap"
/>
转序交接
</Button>
</div>
<div
class=
"footer_box"
>
<div
class=
"ul_box fl"
>
<ul>
<li>
名称:名称1
</li>
<li>
图号:UIGT-763245
</li>
<li>
状态:未开工
</li>
<li>
订单编号:097543346
</li>
<li>
订单属性1:
</li>
<li>
订单属性2:
</li>
<li>
订单属性3:
</li>
<li>
计划数量:10
</li>
<li>
节点日期:2020-02-25
</li>
</ul>
</div>
<div
class=
"ul_box fl"
>
<ul>
<li>
工序名称:名称1
</li>
<li>
工序序号:UIGT-763245
</li>
<li>
派工数量:66
</li>
<li>
资源名称:23366
</li>
<li>
资源编号:986732038
</li>
<li>
人员信息:
</li>
<li>
开始时间:
</li>
<li>
结束时间:
</li>
<li>
单件工时:10
</li>
<li>
准备工时:2020-02-25
</li>
</ul>
</div>
<div
class=
"img_box fl"
>
图片区
</div>
</div>
</div>
-->
</div>
</
template
>
<
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