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
dcc121fe
Commit
dcc121fe
authored
May 18, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
质量记录卡
parent
19902dfd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
add.vue
pages/technology/details/routingqccard/add.vue
+5
-4
detail.vue
pages/technology/details/routingqccard/detail.vue
+2
-2
edit.vue
pages/technology/details/routingqccard/edit.vue
+3
-3
No files found.
pages/technology/details/routingqccard/add.vue
View file @
dcc121fe
...
...
@@ -71,8 +71,8 @@
</FormItem>
</Col>
<Col
:span=
"12"
>
<FormItem
:label=
"l('checkType')"
prop=
"
checkType
"
>
<Dictionary
code=
"QC.checktype"
v-model=
"entity.
checkType
"
type=
"checkbox"
></Dictionary>
<FormItem
:label=
"l('checkType')"
prop=
"
inspectTypes
"
>
<Dictionary
code=
"QC.checktype"
v-model=
"entity.
inspectTypes
"
type=
"checkbox"
></Dictionary>
</FormItem>
</Col>
<Col
:span=
"12"
>
...
...
@@ -185,7 +185,8 @@ export default {
routingDetailId
:
null
,
routingStepId
:
0
,
checkContent
:
""
,
checkType
:
[
1
],
checkType
:
'1'
,
inspectTypes
:[],
checkParams
:
""
,
measurementUnit
:
""
,
fillintype
:
2
,
...
...
@@ -210,7 +211,7 @@ export default {
{
required
:
true
,
message
:
"请选择工序"
,
type
:
"number"
}
],
checkContent
:
[{
required
:
true
,
message
:
"必填"
,
trigger
:
"blur"
}],
checkType
:
[
inspectTypes
:
[
{
required
:
true
,
message
:
"检测类型至少选择一项"
,
...
...
pages/technology/details/routingqccard/detail.vue
View file @
dcc121fe
...
...
@@ -24,8 +24,8 @@
<Filed
:span=
"12"
:name=
"l('creatorUserId')"
>
<User
:value=
"entity.creatorUserId"
></User>
</Filed>
<Filed
:span=
"12"
:name=
"l('lastModificationTime')"
>
{{
entity
.
lastModificationTime
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('lastModifierUserId')"
>
<
!--
<
Filed
:span=
"12"
:name=
"l('lastModificationTime')"
>
{{
entity
.
lastModificationTime
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('lastModifierUserId')"
>
-->
<User
v-model=
"entity.lastModifierUserId"
></User>
</Filed>
<!--
<Filed
:span=
"12"
:name=
"l('isDeleted')"
>
{{
entity
.
isDeleted
}}
</Filed>
...
...
pages/technology/details/routingqccard/edit.vue
View file @
dcc121fe
...
...
@@ -71,8 +71,8 @@
</FormItem>
</Col>
<Col
:span=
"12"
>
<FormItem
:label=
"l('checkType')"
prop=
"
checkType
"
>
<Dictionary
code=
"QC.checktype"
v-model=
"entity.
checkType
"
type=
"checkbox"
></Dictionary>
<FormItem
:label=
"l('checkType')"
prop=
"
inspectTypes
"
>
<Dictionary
code=
"QC.checktype"
v-model=
"entity.
inspectTypes
"
type=
"checkbox"
></Dictionary>
</FormItem>
</Col>
<Col
:span=
"12"
>
...
...
@@ -193,7 +193,7 @@ export default {
{
required
:
true
,
message
:
"请选择工序"
,
type
:
"number"
}
],
checkContent
:
[{
required
:
true
,
message
:
"必填"
,
trigger
:
"blur"
}],
checkType
:
[
inspectTypes
:
[
{
required
:
true
,
message
:
"检测类型至少选择一项"
,
...
...
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