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
f37fbe3a
Commit
f37fbe3a
authored
Nov 05, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
title
parent
394762da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
detail.vue
pages/produce/workHourManage/detail.vue
+2
-1
index.vue
pages/produce/workHourManage/index.vue
+1
-1
No files found.
pages/produce/workHourManage/detail.vue
View file @
f37fbe3a
<
template
>
<
template
>
<div
class=
"detail"
>
<div
class=
"detail"
>
<p
class=
"pl10 pb10"
>
用户姓名:
<span
class=
"mr20"
>
管理员
</span>
用户编号:
<span
class=
"mr20"
>
10011
</span>
工时数量:
<span
class=
"mr20"
>
800.00
</span>
计划数量:
<span
class=
"mr20"
>
1000.00
</span>
合格数量:
<span
class=
"mr20"
>
7805
</span></p>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:easy=
"false"
:set=
"false"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:easy=
"false"
:set=
"false"
>
</DataGrid>
</DataGrid>
</div>
</div>
...
@@ -78,7 +79,7 @@ export default {
...
@@ -78,7 +79,7 @@ export default {
if
(
this
.
row
!=
null
&&
this
.
row
!=
{})
{
if
(
this
.
row
!=
null
&&
this
.
row
!=
{})
{
this
.
entity
=
this
.
row
this
.
entity
=
this
.
row
//this.load(this.eid);
//this.load(this.e
ntity.
id);
}
}
},
},
methods
:
{
methods
:
{
...
...
pages/produce/workHourManage/index.vue
View file @
f37fbe3a
...
@@ -130,7 +130,7 @@ export default {
...
@@ -130,7 +130,7 @@ export default {
view
(
rowInfo
)
{
view
(
rowInfo
)
{
this
.
curId
=
rowInfo
.
id
;
this
.
curId
=
rowInfo
.
id
;
this
.
row
=
rowInfo
;
this
.
row
=
rowInfo
;
this
.
title
=
"工时详情
------【"
+
"员工姓名:管理员;员工编号:10001;工时数量:10000.00;计划数量:8000.00;合格数量:9000.00】
"
;
this
.
title
=
"工时详情"
;
this
.
full
=
true
;
this
.
full
=
true
;
this
.
initBtn
=
false
;
this
.
initBtn
=
false
;
this
.
detail
=
()
=>
import
(
"./detail"
);
this
.
detail
=
()
=>
import
(
"./detail"
);
...
...
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