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
980204fb
Commit
980204fb
authored
May 14, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
record
parent
fcf4cd58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
17 deletions
+20
-17
record.vue
pages/order/monitoring/record.vue
+20
-17
No files found.
pages/order/monitoring/record.vue
View file @
980204fb
...
...
@@ -127,29 +127,38 @@ export default {
}
],
columnsProcess
:
[
{
key
:
"
dispatch_id
"
,
title
:
"工
序Id
"
,
{
key
:
"
processcode
"
,
title
:
"工
艺文件编号
"
,
align
:
"left"
,
width
:
90
width
:
200
,
tooltip
:
true
,
},
{
key
:
"processname"
,
title
:
"工艺名称"
,
align
:
"left"
,
tooltip
:
true
,
},
{
key
:
"
dispatch_id
"
,
key
:
"
taskSeq
"
,
title
:
"工序号"
,
align
:
"left"
,
width
:
90
},
{
key
:
"d
ispatch_id
"
,
key
:
"d
etailName
"
,
title
:
"工序名称"
,
align
:
"left"
,
width
:
350
width
:
350
,
tooltip
:
true
,
},
{
key
:
"desc"
,
title
:
"暂停原因"
,
align
:
"left"
align
:
"left"
,
tooltip
:
true
,
},
{
key
:
"creatorUserId"
,
...
...
@@ -162,7 +171,7 @@ export default {
{
key
:
"creationTime"
,
title
:
"暂停时间"
,
align
:
"
left
"
,
align
:
"
center
"
,
width
:
180
}
],
...
...
@@ -190,16 +199,9 @@ export default {
await
store
.
dispatch
(
"loadDictionary"
);
// 加载数据字典
},
methods
:
{
// tabClick(tabIndex) {
// if (tabIndex == 2) {
// this.loadList();
// } else {
// this.$refs.grid.reload(this.easySearch);
// }
// },
loadList
()
{
let
params
=
{
FilterText
:
"dispatch_id=104"
FilterText
:
'order_id="'
+
this
.
eid
+
'"'
};
Api
.
pauseCauseGetpaged
(
params
)
.
then
(
res
=>
{
...
...
@@ -229,6 +231,7 @@ export default {
eid
(
v
)
{
this
.
condition
.
orderId
.
value
=
v
;
this
.
$refs
.
grid
.
reload
(
this
.
condition
);
this
.
loadList
()
}
}
};
...
...
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