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
a83b7d3f
Commit
a83b7d3f
authored
Apr 09, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看历史方案
parent
8e74c365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
index.vue
pages/aps/aps/index.vue
+13
-1
No files found.
pages/aps/aps/index.vue
View file @
a83b7d3f
...
...
@@ -31,6 +31,11 @@
<Search
/>
</
template
>
<
template
slot=
"buttons"
>
<Button
type=
"primary"
@
click=
"goResults"
style=
"background:#515A6E;border:solid 1px #515A6E"
>
查看历史方案
</Button>
<Button
type=
"primary"
@
click=
"openApsModal"
>
APS排产
</Button>
</
template
>
<
template
slot=
"batch"
>
...
...
@@ -386,6 +391,13 @@ export default {
this
.
$Message
.
error
(
"请设置基准日期"
);
}
},
//查看历史方案
goResults
()
{
this
.
$router
.
push
({
path
:
"/aps/results"
// params: { customerId: id }
});
},
//确定aps排产
apsOk
()
{
this
.
circleModal
=
true
;
...
...
@@ -422,7 +434,7 @@ export default {
this
.
$Message
.
success
(
"排产计算成功"
);
this
.
circleModal
=
false
;
this
.
$router
.
push
({
name
:
"aps-
results"
path
:
"/aps/
results"
// params: { customerId: id }
});
}
else
{
...
...
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