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
08220b4c
Commit
08220b4c
authored
Jun 19, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
57c55ca1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
0 deletions
+26
-0
functional.vue
pages/produce/execute/components/functional.vue
+5
-0
check.vue
pages/produce/execute/datafilling/check.vue
+18
-0
index.vue
pages/produce/execute/index.vue
+3
-0
No files found.
pages/produce/execute/components/functional.vue
View file @
08220b4c
...
@@ -56,6 +56,11 @@
...
@@ -56,6 +56,11 @@
<a
@
click=
"gnFunto(8,'数据填报')"
:class=
"
{active:gnFlag == 8}">
<a
@
click=
"gnFunto(8,'数据填报')"
:class=
"
{active:gnFlag == 8}">
<img
src=
"@/assets/imgicon/execute/ex09.png"
alt
/>
数据填报
<img
src=
"@/assets/imgicon/execute/ex09.png"
alt
/>
数据填报
</a>
</a>
</li>
<li>
<a
@
click=
"gnFunto(10,'质量检验')"
:class=
"
{active:gnFlag == 8}">
<img
src=
"@/assets/imgicon/execute/ex09.png"
alt
/>
质量检验
</a>
</li>
</li>
<li>
<li>
<a
@
click=
"gnFunto(9,'测试数据')"
:class=
"
{active:gnFlag == 9}">
<a
@
click=
"gnFunto(9,'测试数据')"
:class=
"
{active:gnFlag == 9}">
...
...
pages/produce/execute/datafilling/check.vue
0 → 100644
View file @
08220b4c
<
template
>
<h2>
数据检验
</h2>
</
template
>
<
script
>
export
default
{
name
:
''
,
data
()
{
return
{
}
}
}
</
script
>
<
style
lang=
""
scoped
>
</
style
>
\ No newline at end of file
pages/produce/execute/index.vue
View file @
08220b4c
...
@@ -140,6 +140,9 @@ row.routingdetailId=this.$route.query.routid;
...
@@ -140,6 +140,9 @@ row.routingdetailId=this.$route.query.routid;
if
(
number
==
8
)
{
if
(
number
==
8
)
{
this
.
detail
=
()
=>
import
(
"./datafilling/index"
);
this
.
detail
=
()
=>
import
(
"./datafilling/index"
);
}
//数据填报
}
//数据填报
if
(
number
==
10
)
{
this
.
detail
=
()
=>
import
(
"./datafilling/check"
);
}
//质量检验
if
(
number
==
9
)
{
if
(
number
==
9
)
{
this
.
$Message
.
info
(
"尊敬的用户,您没有该权限!"
);
this
.
$Message
.
info
(
"尊敬的用户,您没有该权限!"
);
// this.detail = () => import("./testdata/index");
// this.detail = () => import("./testdata/index");
...
...
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