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
868b9f33
Commit
868b9f33
authored
Apr 02, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aps
parent
c6d73e7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
excute.vue
pages/aps/aps/components/excute.vue
+3
-3
index.vue
pages/aps/aps/index.vue
+2
-0
No files found.
pages/aps/aps/components/excute.vue
View file @
868b9f33
...
@@ -52,7 +52,7 @@ export default {
...
@@ -52,7 +52,7 @@ export default {
insertlModal
:
false
,
insertlModal
:
false
,
rowIndex
:
null
,
rowIndex
:
null
,
curId
:
0
,
curId
:
0
,
gridHeight
:
45
,
gridHeight
:
50
,
columns
:
[
columns
:
[
{
key
:
"id"
,
title
:
this
.
l
(
"id"
),
hide
:
true
,
align
:
"left"
},
{
key
:
"id"
,
title
:
this
.
l
(
"id"
),
hide
:
true
,
align
:
"left"
},
{
title
:
" "
,
width
:
130
},
{
title
:
" "
,
width
:
130
},
...
@@ -347,9 +347,9 @@ export default {
...
@@ -347,9 +347,9 @@ export default {
};
};
Api
.
getbyorderid
(
params
).
then
(
res
=>
{
Api
.
getbyorderid
(
params
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
gridHeight
=
50
;
this
.
gridHeight
=
(
res
.
result
.
length
+
1
)
*
48
;
this
.
data1
=
res
.
result
;
this
.
data1
=
res
.
result
;
this
.
gridHeight
=
45
;
this
.
gridHeight
=
(
res
.
result
.
length
+
1
)
*
48
;
}
}
});
});
},
},
...
...
pages/aps/aps/index.vue
View file @
868b9f33
...
@@ -269,6 +269,7 @@ export default {
...
@@ -269,6 +269,7 @@ export default {
Api
.
recoveryoptasksimluate
(
params
).
then
(
r
=>
{
Api
.
recoveryoptasksimluate
(
params
).
then
(
r
=>
{
if
(
r
.
success
)
{
if
(
r
.
success
)
{
this
.
$Message
.
success
(
"恢复成功"
);
this
.
$Message
.
success
(
"恢复成功"
);
this
.
loadList
();
}
}
});
});
},
},
...
@@ -285,6 +286,7 @@ export default {
...
@@ -285,6 +286,7 @@ export default {
Api
.
shiftoutapspool
(
params
).
then
(
r
=>
{
Api
.
shiftoutapspool
(
params
).
then
(
r
=>
{
if
(
r
.
success
)
{
if
(
r
.
success
)
{
this
.
$Message
.
success
(
"移出排产池操作成功"
);
this
.
$Message
.
success
(
"移出排产池操作成功"
);
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