Commit 0a021699 by yiyu.li

交互

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