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
070339be
Commit
070339be
authored
Apr 24, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
monitoring
parent
bead90d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
index.vue
pages/order/monitoring/index.vue
+8
-6
No files found.
pages/order/monitoring/index.vue
View file @
070339be
...
@@ -84,7 +84,6 @@ export default {
...
@@ -84,7 +84,6 @@ export default {
key
:
"mesCode"
,
key
:
"mesCode"
,
title
:
this
.
l
(
"mesCode"
),
title
:
this
.
l
(
"mesCode"
),
align
:
"left"
,
align
:
"left"
,
width
:
230
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
return
h
(
"div"
,
[
return
h
(
"div"
,
[
params
.
row
.
mesCode
,
params
.
row
.
mesCode
,
...
@@ -175,7 +174,6 @@ export default {
...
@@ -175,7 +174,6 @@ export default {
align
:
"left"
,
align
:
"left"
,
easy
:
true
,
easy
:
true
,
high
:
true
,
high
:
true
,
width
:
130
},
},
{
{
...
@@ -244,7 +242,8 @@ export default {
...
@@ -244,7 +242,8 @@ export default {
align
:
"left"
,
align
:
"left"
,
code
:
"mes_xingchi_plan.order_material.routingType"
,
code
:
"mes_xingchi_plan.order_material.routingType"
,
easy
:
true
,
easy
:
true
,
high
:
true
high
:
true
,
width
:
100
,
},
},
{
{
title
:
this
.
l
(
"jindu"
),
title
:
this
.
l
(
"jindu"
),
...
@@ -323,7 +322,7 @@ export default {
...
@@ -323,7 +322,7 @@ export default {
}
}
},
},
params
.
row
.
finishCount
//完成
數
params
.
row
.
finishCount
//完成
数
)
)
]
]
)
)
...
@@ -333,7 +332,8 @@ export default {
...
@@ -333,7 +332,8 @@ export default {
{
{
key
:
"remark"
,
key
:
"remark"
,
title
:
this
.
l
(
"remark"
),
title
:
this
.
l
(
"remark"
),
align
:
"center"
align
:
"center"
,
hide
:
true
},
},
{
{
title
:
"暂停记录"
,
title
:
"暂停记录"
,
...
@@ -432,7 +432,7 @@ export default {
...
@@ -432,7 +432,7 @@ export default {
row
.
startCount
==
0
&&
row
.
startCount
==
0
&&
row
.
unstartCount
==
0
row
.
unstartCount
==
0
)
{
)
{
this
.
$Message
.
error
(
"数据错误"
);
this
.
$Message
.
error
(
"
进度
数据错误"
);
}
else
{
}
else
{
this
.
result
=
[];
this
.
result
=
[];
this
.
loading
=
true
;
this
.
loading
=
true
;
...
@@ -445,6 +445,8 @@ export default {
...
@@ -445,6 +445,8 @@ export default {
this
.
result
=
r
.
result
;
this
.
result
=
r
.
result
;
this
.
loading
=
false
;
this
.
loading
=
false
;
}
}
}).
catch
(
err
=>
{
this
.
$Message
.
error
(
"连接错误"
);
});
});
}
}
},
},
...
...
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