Commit bb0fca04 authored by renjintao's avatar renjintao

整机排产、流水排产

parent 251d3ceb
...@@ -622,14 +622,20 @@ export default { ...@@ -622,14 +622,20 @@ export default {
}); });
}, },
goCemplate() { goCemplate() {
if(this.$store.state.countAll>0)
{
this.$router.push({ this.$router.push({
name: "aps-complete", name: "aps-complete",
}); });
}
}, },
goStream() { goStream() {
if(this.$store.state.countRun>0)
{
this.$router.push({ this.$router.push({
name: "aps-stream", name: "aps-stream",
}); });
}
}, },
add() { add() {
this.addModal = true; this.addModal = true;
......
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