|
|
|
@ -65,13 +65,14 @@
|
|
|
|
|
:max="9"
|
|
|
|
|
></el-input-number>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="deStatus" v-if="isactive == data.id">
|
|
|
|
|
<el-tag type="success" v-if="isCheck">下发成功</el-tag>
|
|
|
|
|
<el-tag type="" v-if="isCheck"
|
|
|
|
|
><i class="el-icon-loading"></i>下发中{{ data.id }}</el-tag
|
|
|
|
|
>
|
|
|
|
|
<el-tag type="danger" v-if="data.errortag">下发失败</el-tag>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div
|
|
|
|
|
class="deStatus"
|
|
|
|
|
v-if="allCheckNode.indexOf(data) != -1 && showtag"
|
|
|
|
|
>
|
|
|
|
|
<!-- <el-tag type="success">下发成功</el-tag> -->
|
|
|
|
|
<el-tag type=""><i class="el-icon-loading"></i>下发中</el-tag>
|
|
|
|
|
<!-- <el-tag type="danger">下发失败</el-tag> -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<span v-else class="custom-tree-node" slot-scope="{ data }">
|
|
|
|
|
<span>{{ data.name }}</span>
|
|
|
|
@ -146,6 +147,7 @@ export default {
|
|
|
|
|
termzzid: [],
|
|
|
|
|
flag: false,
|
|
|
|
|
sureloading: false,
|
|
|
|
|
showtag: false,
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
mounted() {},
|
|
|
|
@ -218,6 +220,7 @@ export default {
|
|
|
|
|
submitForm() {
|
|
|
|
|
//console.log(this.termidArr);
|
|
|
|
|
this.sureSum();
|
|
|
|
|
this.showtag = true;
|
|
|
|
|
},
|
|
|
|
|
//时间表
|
|
|
|
|
sureSum() {
|
|
|
|
@ -280,6 +283,7 @@ export default {
|
|
|
|
|
this.timer = null;
|
|
|
|
|
this.isShow = false;
|
|
|
|
|
this.sureloading = false;
|
|
|
|
|
this.showtag = false;
|
|
|
|
|
} else if (this.i > 9) {
|
|
|
|
|
this.zzerror = true;
|
|
|
|
|
this.i = 0;
|
|
|
|
@ -287,6 +291,7 @@ export default {
|
|
|
|
|
clearInterval(this.timer);
|
|
|
|
|
this.timer = null;
|
|
|
|
|
this.isShow = false;
|
|
|
|
|
this.showtag = false;
|
|
|
|
|
this.sureloading = false;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
@ -303,6 +308,7 @@ export default {
|
|
|
|
|
clearTimeout(this.timer);
|
|
|
|
|
this.timer = null;
|
|
|
|
|
this.sureloading = false;
|
|
|
|
|
this.showtag = false;
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|