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
62757512
Commit
62757512
authored
Oct 16, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product
parents
6f7d2086
e09caa9f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
13 deletions
+14
-13
add.vue
pages/materiel/classification/add.vue
+11
-11
detail.vue
pages/qc/certificate/endIssued/detail.vue
+2
-1
edit.vue
pages/store/edit.vue
+1
-1
No files found.
pages/materiel/classification/add.vue
View file @
62757512
...
...
@@ -194,45 +194,45 @@ export default {
],
checkList
:
[
{
field
:
"
drawing
"
,
title
:
"
图号
"
,
field
:
"
name
"
,
title
:
"
名称
"
,
note
:
""
,
dataType
:
0
,
unitName
:
""
,
required
:
fals
e
,
required
:
tru
e
,
isunique
:
false
,
fieldType
:
1
,
fieldType
:
1
,
//共有属性(不能删除)
categoryId
:
0
,
action
:
1
,
add
:
0
,
//新增标识
},
{
field
:
"
version
"
,
title
:
"
版本
"
,
field
:
"
drawing
"
,
title
:
"
图号
"
,
note
:
""
,
dataType
:
0
,
unitName
:
""
,
required
:
tru
e
,
required
:
fals
e
,
isunique
:
false
,
fieldType
:
1
,
categoryId
:
0
,
action
:
1
,
add
:
0
,
//新增标识
},
{
field
:
"
name
"
,
title
:
"
名称
"
,
field
:
"
version
"
,
title
:
"
版本
"
,
note
:
""
,
dataType
:
0
,
unitName
:
""
,
required
:
true
,
isunique
:
false
,
fieldType
:
1
,
//共有属性(不能删除)
fieldType
:
1
,
categoryId
:
0
,
action
:
1
,
add
:
0
,
//新增标识
},
{
field
:
"description"
,
title
:
"描述"
,
...
...
pages/qc/certificate/endIssued/detail.vue
View file @
62757512
...
...
@@ -10,7 +10,7 @@
<div
class=
"certificate-label"
>
{{
item
.
productSerialNumber
}}
</div>
<Row
style=
"margin-top:8px;"
>
<Col
:span=
"16"
>
<div
v-if=
"item.status
==3?false:true
"
>
<div
v-if=
"item.status
!=3
"
>
<Checkbox
v-model=
"index"
@
change
.
native=
"changeBox(index,item.id)"
...
...
@@ -199,6 +199,7 @@ export default {
<
style
lang=
"less"
scoped
>
.cer-detail {
margin: 0 20px;
min-height: 160px;
.cer-list {
height: 100px;
width: 225px;
...
...
pages/store/edit.vue
View file @
62757512
...
...
@@ -58,7 +58,7 @@ export default {
rules
:
{
name
:
[{
required
:
true
,
message
:
"必填"
,
trigger
:
"blur"
}],
materialType
:
[
{
required
:
true
,
message
:
"必填"
,
trigger
:
"blur"
,
type
:
"array"
},
{
required
:
true
,
message
:
"必填"
,
trigger
:
"blur"
,
},
],
},
};
...
...
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