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
743ae347
Commit
743ae347
authored
Jun 05, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检验标记
parent
35adbb58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
index.vue
pages/produce/execute/datafilling/index.vue
+1
-1
index.vue
pages/produce/execute/index.vue
+9
-5
search.vue
pages/technology/search.vue
+1
-1
No files found.
pages/produce/execute/datafilling/index.vue
View file @
743ae347
...
@@ -256,7 +256,7 @@ export default {
...
@@ -256,7 +256,7 @@ export default {
columns12
:
[
columns12
:
[
{
title
:
"序号"
,
type
:
"index"
,
width
:
"70"
,
align
:
"center"
},
{
title
:
"序号"
,
type
:
"index"
,
width
:
"70"
,
align
:
"center"
},
{
title
:
"参数名称"
,
key
:
"check_params"
},
{
title
:
"参数名称"
,
key
:
"check_params"
},
{
title
:
"检验
标记
"
,
key
:
"check_type"
},
{
title
:
"检验
类型
"
,
key
:
"check_type"
},
{
title
:
"汇报类型"
,
key
:
"fillintype"
},
{
title
:
"汇报类型"
,
key
:
"fillintype"
},
{
title
:
"标准指标"
,
key
:
"standard"
},
{
title
:
"标准指标"
,
key
:
"standard"
},
{
title
:
"生产要求"
,
key
:
"production_requirement"
,
tooltip
:
true
},
{
title
:
"生产要求"
,
key
:
"production_requirement"
,
tooltip
:
true
},
...
...
pages/produce/execute/index.vue
View file @
743ae347
...
@@ -92,18 +92,21 @@ export default {
...
@@ -92,18 +92,21 @@ export default {
this
.
detail
=
()
=>
import
(
"./starOrder/index"
);
this
.
detail
=
()
=>
import
(
"./starOrder/index"
);
}
//进度汇报
}
//进度汇报
if
(
number
==
1
)
{
if
(
number
==
1
)
{
this
.
detail
=
()
=>
import
(
"./MaterialCollec/index"
);
this
.
$Message
.
info
(
"尊敬的用户,您没有该权限!"
)
// this.detail = () => import("./MaterialCollec/index");
}
//物料领用
}
//物料领用
if
(
number
==
2
)
{
if
(
number
==
2
)
{
this
.
detail
=
()
=>
import
(
"./productSet/index"
);
// this.detail = () => import("./productSet/index");
this
.
$Message
.
info
(
"尊敬的用户,您没有该权限!"
)
}
//产品装配
}
//产品装配
if
(
number
==
3
)
{
if
(
number
==
3
)
{
this
.
detail
=
()
=>
import
(
"./taskTime/index"
);
this
.
detail
=
()
=>
import
(
"./taskTime/index"
);
}
//工时分配
}
//工时分配
if
(
number
==
4
)
{
if
(
number
==
4
)
{
this
.
detail
=
()
=>
import
(
"./preparation/index"
);
this
.
$Message
.
info
(
"尊敬的用户,您没有该权限!"
)
// this.detail = () => import("./preparation/index");
}
//生产准备
}
//生产准备
if
(
number
==
5
)
{
if
(
number
==
5
)
{
this
.
detail
=
()
=>
import
(
"./ProcessCheck/index"
);
this
.
detail
=
()
=>
import
(
"./ProcessCheck/index"
);
}
//工艺查看
}
//工艺查看
if
(
number
==
6
)
{
if
(
number
==
6
)
{
...
@@ -116,7 +119,8 @@ export default {
...
@@ -116,7 +119,8 @@ export default {
this
.
detail
=
()
=>
import
(
"./datafilling/index"
);
this
.
detail
=
()
=>
import
(
"./datafilling/index"
);
}
//数据填报
}
//数据填报
if
(
number
==
9
)
{
if
(
number
==
9
)
{
this
.
detail
=
()
=>
import
(
"./testdata/index"
);
this
.
$Message
.
info
(
"尊敬的用户,您没有该权限!"
)
// this.detail = () => import("./testdata/index");
}
//测试数据
}
//测试数据
}
}
},
},
...
...
pages/technology/search.vue
View file @
743ae347
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<Form
ref=
"form"
:model=
"condition"
:label-width=
"100"
>
<Form
ref=
"form"
:model=
"condition"
:label-width=
"100"
>
<Row>
<Row>
<Col
:span=
"12"
v-if=
"condition.id.show"
>
<Col
:span=
"12"
v-if=
"condition.id.show"
>
<FormItem
:
label=
"编号"
prop=
"id"
>
<FormItem
label=
"编号"
prop=
"id"
>
<Input
v-model=
"condition.id.value"
></Input>
<Input
v-model=
"condition.id.value"
></Input>
</FormItem>
</FormItem>
</Col>
</Col>
...
...
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