Commit 6b8a8b9f authored by zhengke's avatar zhengke

修改

parent 1c6bad8d
...@@ -384,11 +384,15 @@ ...@@ -384,11 +384,15 @@
if (this.$refs.schOrder.getTufaHand().IsBurst == 0) { if (this.$refs.schOrder.getTufaHand().IsBurst == 0) {
this.isShowOne = true; this.isShowOne = true;
this.isShowTuFA = true; this.isShowTuFA = true;
}else{
this.isShowOne = false;
} }
//交接工作 //交接工作
if (this.$refs.schOrder.getTufaHand().IsHandover == 0) { if (this.$refs.schOrder.getTufaHand().IsHandover == 0) {
this.isShowTwo = true; this.isShowTwo = true;
this.isShowTuFA = true; this.isShowTuFA = true;
}else{
this.isShowTwo = false;
} }
if (this.$refs.schOrder.getTufaHand().IsBurst > 0 && this.$refs.schOrder.getTufaHand().IsHandover > 0) { if (this.$refs.schOrder.getTufaHand().IsBurst > 0 && this.$refs.schOrder.getTufaHand().IsHandover > 0) {
this.saveInfo() this.saveInfo()
......
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