Commit bb0fca04 authored by renjintao's avatar renjintao

整机排产、流水排产

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