Commit 0a021699 by yiyu.li

交互

parent ac739fc3
......@@ -277,7 +277,7 @@ export default {
a: -1,
b: -1,
attr1: false, //上料、下料、上下料
attr2: false, //上料、下料、上下料
attr2: true, //上料、下料、上下料
modal: false,
code: "", //工令单
columns1: [
......@@ -384,17 +384,18 @@ export default {
this.b = index;
let status = this.stationList[index].status;
this.sectionid = this.stationList[index].section;
// if (status == 3) {
// this.attr1 = true;
// this.tabindex = "2";
// status = 2;
if (status == 3) {
this.attr1 = true;
this.tabindex = "2";
this.getRunningDetail(index);
// }
// else {
// this.attr2 = true;
// }
// if (status == 2) {
// this.getRunningDetail(index);
// }
} else {
this.attr2 = true;
}
if (status == 2) {
this.getRunningDetail(index);
}
},
getIndex(name) {
this.tabindex = name;
......
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