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
23588f23
Commit
23588f23
authored
Nov 16, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tasktime 工时提交
parent
0e19d11e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
index.vue
pages/aps/aps/index.vue
+3
-1
index.vue
pages/produce/execute/taskTime/index.vue
+3
-2
No files found.
pages/aps/aps/index.vue
View file @
23588f23
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
</a>
</a>
<Button
type=
"primary"
@
click=
"goResults"
style=
"background:#515A6E;border:solid 1px #515A6E"
>
历史方案
</Button>
<Button
type=
"primary"
@
click=
"goResults"
style=
"background:#515A6E;border:solid 1px #515A6E"
>
历史方案
</Button>
<Button
type=
"primary"
@
click=
"openApsModal"
>
APS排产
</Button>
<Button
type=
"primary"
@
click=
"openApsModal"
>
APS排产
</Button>
<Button
type=
"primary"
v-if=
"showMutiAps"
>
多级连排
</Button>
</
template
>
</
template
>
<
template
slot=
"batch"
>
<
template
slot=
"batch"
>
<Button
type=
"primary"
class=
"mr10 ml10"
@
click=
"removeOk"
>
移出排产
</Button>
<Button
type=
"primary"
class=
"mr10 ml10"
@
click=
"removeOk"
>
移出排产
</Button>
...
@@ -367,7 +368,8 @@ export default {
...
@@ -367,7 +368,8 @@ export default {
circleModal
:
false
,
//进度条
circleModal
:
false
,
//进度条
listTemp
:
[],
//自定义模板排序下拉框列表
listTemp
:
[],
//自定义模板排序下拉框列表
tempValue
:
null
,
tempValue
:
null
,
tempStatu
:
0
//新建模型时传过来的id值
tempStatu
:
0
,
//新建模型时传过来的id值
showMutiAps
:
false
,
//多级连排是否显示
};
};
},
},
mounted
()
{
mounted
()
{
...
...
pages/produce/execute/taskTime/index.vue
View file @
23588f23
...
@@ -18,7 +18,8 @@
...
@@ -18,7 +18,8 @@
<!--
<Icon
type=
"ios-time"
/>
-->
<!--
<Icon
type=
"ios-time"
/>
-->
<div
class=
"gs_bo01"
>
<div
class=
"gs_bo01"
>
<span
class=
"shi"
>
总工时
</span>
<span
class=
"shi"
>
总工时
</span>
<span
class=
"number"
>
{{
allHours
}}
</span>
<span
class=
"number"
style=
"display: inline;"
>
{{
allHours
}}
</span><span
style=
"display: inline;"
>
工时
</span>
</div>
</div>
</div>
</div>
<Divider
type=
"vertical"
class=
"line_slit"
/>
<Divider
type=
"vertical"
class=
"line_slit"
/>
...
@@ -27,7 +28,7 @@
...
@@ -27,7 +28,7 @@
<img
src=
"@/assets/imgicon/execute/time02.png"
alt
/>
<img
src=
"@/assets/imgicon/execute/time02.png"
alt
/>
<div
class=
"gs_bo01"
>
<div
class=
"gs_bo01"
>
<span
class=
"shi"
>
待分配
</span>
<span
class=
"shi"
>
待分配
</span>
<span
class=
"number"
>
{{
waitHours
}}
</span>
<span
class=
"number"
style=
"display: inline;"
>
{{
waitHours
}}
</span><span
style=
"display: inline;"
>
工时
</span>
</div>
</div>
</div>
</div>
</div>
</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