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
91060729
Commit
91060729
authored
Aug 07, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gongyishezhi
parent
05844552
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
details.vue
pages/technology/setProcess/details.vue
+3
-3
index.vue
pages/technology/setProcess/index.vue
+2
-4
set.vue
pages/technology/setProcess/set.vue
+3
-3
No files found.
pages/technology/setProcess/details.vue
View file @
91060729
...
@@ -70,7 +70,7 @@ export default {
...
@@ -70,7 +70,7 @@ export default {
title
:
this
.
l
(
"approvalStatus"
),
title
:
this
.
l
(
"approvalStatus"
),
key
:
"approvalStatus"
,
key
:
"approvalStatus"
,
align
:
"center"
,
align
:
"center"
,
width
:
"120"
,
width
:
120
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
return
h
(
"state"
,
{
return
h
(
"state"
,
{
attrs
:
{
attrs
:
{
...
@@ -84,7 +84,7 @@ export default {
...
@@ -84,7 +84,7 @@ export default {
key
:
"routingType"
,
key
:
"routingType"
,
title
:
this
.
l
(
"routingType"
),
title
:
this
.
l
(
"routingType"
),
align
:
"center"
,
align
:
"center"
,
width
:
1
0
0
,
width
:
1
2
0
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
return
h
(
"state"
,
{
return
h
(
"state"
,
{
attrs
:
{
attrs
:
{
...
@@ -98,7 +98,7 @@ export default {
...
@@ -98,7 +98,7 @@ export default {
key
:
"drawingNo"
,
key
:
"drawingNo"
,
title
:
this
.
l
(
"drawingNo"
),
title
:
this
.
l
(
"drawingNo"
),
align
:
"left"
,
align
:
"left"
,
width
:
1
0
0
,
width
:
1
2
0
,
},
},
{
{
key
:
"productName"
,
key
:
"productName"
,
...
...
pages/technology/setProcess/index.vue
View file @
91060729
...
@@ -62,10 +62,8 @@ export default {
...
@@ -62,10 +62,8 @@ export default {
orderIds
:
0
,
orderIds
:
0
,
ids
:
[],
ids
:
[],
},
},
detail
:
null
,
detail
:
null
,
modal
:
false
,
modal
:
false
,
easySearch
:
{
easySearch
:
{
keys
:
{
op
:
"mescode,productName"
,
value
:
null
},
keys
:
{
op
:
"mescode,productName"
,
value
:
null
},
productingpreparationpeople
:
{
op
:
"Equal"
,
value
:
null
},
productingpreparationpeople
:
{
op
:
"Equal"
,
value
:
null
},
...
@@ -74,8 +72,8 @@ export default {
...
@@ -74,8 +72,8 @@ export default {
// { type: "selection", width: 70, align: "center" },
// { type: "selection", width: 70, align: "center" },
{
{
title
:
"序号"
,
title
:
"序号"
,
key
:
"id"
,
//
key: "id",
//
type: "index",
type
:
"index"
,
width
:
80
,
width
:
80
,
align
:
"center"
,
align
:
"center"
,
},
},
...
...
pages/technology/setProcess/set.vue
View file @
91060729
...
@@ -116,7 +116,7 @@ export default {
...
@@ -116,7 +116,7 @@ export default {
title
:
this
.
l
(
"approvalStatus"
),
title
:
this
.
l
(
"approvalStatus"
),
key
:
"approvalStatus"
,
key
:
"approvalStatus"
,
align
:
"center"
,
align
:
"center"
,
width
:
"120"
,
width
:
120
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
return
h
(
"state"
,
{
return
h
(
"state"
,
{
attrs
:
{
attrs
:
{
...
@@ -130,7 +130,7 @@ export default {
...
@@ -130,7 +130,7 @@ export default {
key
:
"routingType"
,
key
:
"routingType"
,
title
:
this
.
l
(
"routingType"
),
title
:
this
.
l
(
"routingType"
),
align
:
"center"
,
align
:
"center"
,
width
:
10
0
,
width
:
12
0
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
return
h
(
"state"
,
{
return
h
(
"state"
,
{
attrs
:
{
attrs
:
{
...
@@ -144,7 +144,7 @@ export default {
...
@@ -144,7 +144,7 @@ export default {
key
:
"drawingNo"
,
key
:
"drawingNo"
,
title
:
this
.
l
(
"drawingNo"
),
title
:
this
.
l
(
"drawingNo"
),
align
:
"left"
,
align
:
"left"
,
width
:
1
0
0
,
width
:
1
2
0
,
},
},
{
{
key
:
"productName"
,
key
:
"productName"
,
...
...
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