Commit ea9aec12 authored by 仇晓婷's avatar 仇晓婷

排产结果

parent c916d51a
...@@ -17,7 +17,4 @@ export default { ...@@ -17,7 +17,4 @@ export default {
processschemedispatch(params) { processschemedispatch(params) {
return Api.post(`${apsUrl}/apspoolappservices/processschemedispatch`, params); return Api.post(`${apsUrl}/apspoolappservices/processschemedispatch`, params);
}, },
moveintoaps() {//跳转进入排产池前判断
return Api.post(`${PlanUrl}/messchedule/moveintoaps`);
},
} }
...@@ -89,7 +89,7 @@ export default { ...@@ -89,7 +89,7 @@ export default {
}, },
{ {
title: "零件图号", title: "零件图号",
key: "part_number", key: "part_id",
align: "center" align: "center"
}, },
{ {
...@@ -175,7 +175,6 @@ export default { ...@@ -175,7 +175,6 @@ export default {
if (r.success) { if (r.success) {
this.$Message.success("清空列表成功"); this.$Message.success("清空列表成功");
this.orderlist(); this.orderlist();
this.data = [];
} }
}); });
}, },
...@@ -193,7 +192,6 @@ export default { ...@@ -193,7 +192,6 @@ export default {
if (r.result) { if (r.result) {
this.$Message.success(r.result.retmsg); this.$Message.success(r.result.retmsg);
this.orderlist(); this.orderlist();
this.data = [];
} else { } else {
this.$Message.success("下发失败"); this.$Message.success("下发失败");
} }
...@@ -201,19 +199,6 @@ export default { ...@@ -201,19 +199,6 @@ export default {
}, },
comeBlck() { comeBlck() {
this.$router.push({ path: "/aps/aps" }); this.$router.push({ path: "/aps/aps" });
Api.moveintoaps().then(res => {
if (res.success) {
if (res.result.res) {
this.$router.push({
name: "aps-aps"
});
} else {
this.$router.push({
name: "aps-plan"
});
}
}
});
} }
} }
}; };
...@@ -240,6 +225,7 @@ export default { ...@@ -240,6 +225,7 @@ export default {
line-height: 38px; line-height: 38px;
border-bottom: 1px solid #e4e6ed; border-bottom: 1px solid #e4e6ed;
margin-bottom: 15px; margin-bottom: 15px;
margin-right: 15px;
} }
.left-body:hover { .left-body:hover {
cursor: pointer; cursor: pointer;
...@@ -268,6 +254,7 @@ export default { ...@@ -268,6 +254,7 @@ export default {
.btn { .btn {
float: right; float: right;
margin-top: -52px; margin-top: -52px;
margin-right: 15px;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment