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
6e4bd757
Commit
6e4bd757
authored
Apr 26, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add title
parent
4e70dd41
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
30 additions
and
27 deletions
+30
-27
opration.vue
components/page/opration.vue
+0
-1
index.vue
pages/aps/plan/index.vue
+2
-2
index.vue
pages/handle/index.vue
+2
-1
approval.vue
pages/home/component/approval.vue
+2
-1
index.vue
pages/mesPlan/index.vue
+4
-4
index.vue
...rocessDesign/ChangeSingle/technicalcoordination/index.vue
+2
-2
index.vue
pages/processDesign/ChangeSingle/unqualifiedorder/index.vue
+2
-2
index.vue
pages/qc/certificate/endIssued/index.vue
+1
-1
index.vue
pages/qc/taskList/index.vue
+1
-1
index.vue
pages/resource/material/powder/index.vue
+1
-1
index.vue
pages/resource/resource/index.vue
+3
-3
index.vue
pages/resourceManagement/EquipmentCalendar/index.vue
+1
-1
index.vue
pages/resourceManagement/deviceManagementCP/index.vue
+5
-4
index.vue
pages/resourceManagement/deviceType/index.vue
+3
-2
index.vue
pages/resourceManagement/productionResources/index.vue
+1
-1
No files found.
components/page/opration.vue
View file @
6e4bd757
...
...
@@ -30,7 +30,6 @@ export default {
},
title
:
{
type
:
String
,
default
:
'确定'
},
msg
:
{
type
:
String
,
...
...
pages/aps/plan/index.vue
View file @
6e4bd757
...
...
@@ -310,7 +310,7 @@ export default {
h
(
"op"
,
{
attrs
:
{
oprate
:
"detail"
},
attrs
:
{
oprate
:
"detail"
,
title
:
params
.
row
.
mainRoutingSetStatus
==
0
?
"工艺派发"
:
"移入排产"
},
style
:
{
color
:
params
.
row
.
mainRoutingSetStatus
==
0
?
"red"
:
""
},
...
...
@@ -331,7 +331,7 @@ export default {
h
(
"op"
,
{
attrs
:
{
oprate
:
"detail"
},
attrs
:
{
oprate
:
"detail"
,
title
:
params
.
row
.
isSupportingFinish
==
2
||
params
.
row
.
isSupportingFinish
==
3
?
"配套派发"
:
""
},
style
:
{
color
:
params
.
row
.
mainRoutingSetStatus
==
0
?
"red"
:
""
},
...
...
pages/handle/index.vue
View file @
6e4bd757
...
...
@@ -166,7 +166,8 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
this
.
tabIndex
==
2
?
"审核"
:
"查看"
},
on
:
{
click
:
()
=>
{
...
...
pages/home/component/approval.vue
View file @
6e4bd757
...
...
@@ -68,7 +68,8 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"add"
oprate
:
"add"
,
title
:
"查看"
},
on
:
{
click
:
()
=>
{
...
...
pages/mesPlan/index.vue
View file @
6e4bd757
...
...
@@ -297,7 +297,7 @@ export default {
h
(
"op"
,
{
attrs
:
{
oprate
:
"detail"
},
attrs
:
{
oprate
:
"detail"
,
title
:
"查看"
},
on
:
{
click
:
()
=>
this
.
detail
(
params
.
row
)
}
},
"查看"
...
...
@@ -305,7 +305,7 @@ export default {
h
(
"op"
,
{
attrs
:
{
oprate
:
"edit"
},
attrs
:
{
oprate
:
"edit"
,
title
:
"编辑"
},
on
:
{
click
:
()
=>
this
.
edit
(
params
.
row
)
},
style
:
(
params
.
row
.
status
==
1
&&
...
...
@@ -321,7 +321,7 @@ export default {
h
(
"op"
,
{
attrs
:
{
oprate
:
"remove"
},
attrs
:
{
oprate
:
"remove"
,
title
:
"删除"
},
on
:
{
click
:
()
=>
this
.
remove
(
params
.
row
)
},
style
:
(
params
.
row
.
status
==
1
&&
...
...
@@ -336,7 +336,7 @@ export default {
h
(
"op"
,
{
attrs
:
{
oprate
:
"detail"
},
attrs
:
{
oprate
:
"detail"
,
title
:
"分解"
},
on
:
{
click
:
()
=>
this
.
split
(
params
.
row
)
},
style
:
(
params
.
row
.
divideMark
!=
0
&&
...
...
pages/processDesign/ChangeSingle/technicalcoordination/index.vue
View file @
6e4bd757
...
...
@@ -371,7 +371,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"预览"
},
on
:
{
click
:
()
=>
{
...
...
@@ -390,7 +390,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"编辑"
},
on
:
{
click
:
()
=>
{
...
...
pages/processDesign/ChangeSingle/unqualifiedorder/index.vue
View file @
6e4bd757
...
...
@@ -357,7 +357,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"预览"
},
on
:
{
click
:
()
=>
{
...
...
@@ -376,7 +376,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"编辑"
},
on
:
{
click
:
()
=>
{
...
...
pages/qc/certificate/endIssued/index.vue
View file @
6e4bd757
...
...
@@ -129,7 +129,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"查看合格证"
},
on
:
{
click
:
()
=>
this
.
detail
(
params
.
row
.
id
)
}
},
...
...
pages/qc/taskList/index.vue
View file @
6e4bd757
...
...
@@ -316,7 +316,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"检验"
},
on
:
{
click
:
()
=>
{
...
...
pages/resource/material/powder/index.vue
View file @
6e4bd757
...
...
@@ -285,7 +285,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"设置最低库存"
},
on
:
{
click
:
()
=>
this
.
setNum
(
params
.
row
)
}
},
...
...
pages/resource/resource/index.vue
View file @
6e4bd757
...
...
@@ -290,7 +290,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"修改"
},
on
:
{
click
:
()
=>
this
.
edit
(
params
.
row
.
id
)
}
},
...
...
@@ -300,7 +300,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"delete"
oprate
:
"delete"
,
title
:
"删除"
},
class
:
params
.
row
.
totalNum
===
params
.
row
.
numberAvailable
...
...
@@ -314,7 +314,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"查看日志"
},
on
:
{
click
:
()
=>
this
.
logDetail
(
params
.
row
.
id
)
}
},
...
...
pages/resourceManagement/EquipmentCalendar/index.vue
View file @
6e4bd757
...
...
@@ -536,7 +536,7 @@ export default {
{
attrs
:
{
oprate
:
"detail"
,
class
:
"edit"
class
:
"edit"
,
title
:
"设置日历"
},
on
:
{
click
:
()
=>
{
...
...
pages/resourceManagement/deviceManagementCP/index.vue
View file @
6e4bd757
...
...
@@ -573,7 +573,8 @@ export default {
{
attrs
:
{
oprate
:
"detail"
,
class
:
"edit"
class
:
"edit"
,
title
:
"编辑"
},
on
:
{
click
:
()
=>
{
...
...
@@ -587,7 +588,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"delete"
oprate
:
"delete"
,
title
:
"删除"
},
style
:
{
color
:
"red"
...
...
@@ -604,7 +605,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"保养"
},
on
:
{
click
:
()
=>
{
...
...
@@ -618,7 +619,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"detail"
oprate
:
"detail"
,
title
:
"维修"
},
on
:
{
click
:
()
=>
{
...
...
pages/resourceManagement/deviceType/index.vue
View file @
6e4bd757
...
...
@@ -147,7 +147,8 @@ export default {
{
attrs
:
{
oprate
:
"detail"
,
class
:
"edit"
class
:
"edit"
,
title
:
"编辑"
},
on
:
{
click
:
()
=>
{
...
...
@@ -161,7 +162,7 @@ export default {
"op"
,
{
attrs
:
{
oprate
:
"delete"
oprate
:
"delete"
,
title
:
"删除"
},
style
:
{
color
:
"red"
...
...
pages/resourceManagement/productionResources/index.vue
View file @
6e4bd757
...
...
@@ -178,7 +178,7 @@ export default {
h
(
"op"
,
{
attrs
:
{
oprate
:
"remove"
},
attrs
:
{
oprate
:
"remove"
,
title
:
"删除"
},
on
:
{
click
:
()
=>
this
.
remove
(
params
.
row
.
id
)
}
},
"删除"
...
...
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