Commit 7afaf244 authored by renjintao's avatar renjintao

plan /dispatchStatus

parent 2f39390f
......@@ -455,6 +455,8 @@ export default {
},
modalSchedule() {
//移入排产
this.scheduleType=""
this.scheduleTypeName=""
this.listBatchIds = this.listBatchIds1;
if (this.scheduleStatus == 1) {
this.scheduleModal = true;
......@@ -464,8 +466,12 @@ export default {
},
goMethod(value) {
//行内点击后面按钮
this.canselFooter()
this.resultsOrderList = value.mesCode;
this.listBatchIds = [value.id];
this.scheduleType=""
this.scheduleTypeName=""
if (value.mainRoutingSetStatus == 0) {
//this.dispatchStatus = 1
//this.scheduleStatus = 0
......
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