Commit 980ba60f authored by 华国豪's avatar 华国豪 🙄

单地接

parent 773eec63
......@@ -3184,7 +3184,7 @@
this.$forceUpdate()
return
}
let ChirdNum = Number(this.addMsg.ChirdNum)
let ChirdNum = this.addMsg.ChirdNoNeedBedNum * 1 + this.addMsg.ChirdNeedBedNum * 1
if (this.addMsg.GroupType == 4) {
ChirdNum = 0
}
......
......@@ -4005,7 +4005,7 @@
this.$forceUpdate()
return
}
let ChirdNum = Number(this.addMsg.ChirdNum)
let ChirdNum = this.addMsg.ChirdNoNeedBedNum * 1 + this.addMsg.ChirdNeedBedNum * 1
if (this.addMsg.GroupType == 4) {
ChirdNum = 0
}
......
......@@ -1712,10 +1712,11 @@
this.$forceUpdate()
return
}
let ChirdNum = Number(this.addMsg.ChirdNum)
let ChirdNum = this.addMsg.ChirdNoNeedBedNum * 1 + this.addMsg.ChirdNeedBedNum * 1
if (this.addMsg.GroupType == 4) {
ChirdNum = 0
}
console.log(ChirdNum)
this.addMsg.ChirdNum = this.addMsg.ChirdNoNeedBedNum * 1 + this.addMsg.ChirdNeedBedNum * 1
this.addMsg.VisaNum = (Number(this.addMsg.AirticketNum) + Number(this.addMsg.ManNum) + ChirdNum +
Number(this.addMsg.BabyNum) + Number(this.addMsg.OldPeopleNum))
......
......@@ -3984,7 +3984,7 @@
this.$forceUpdate()
return
}
let ChirdNum = Number(this.addMsg.ChirdNum)
let ChirdNum = this.addMsg.ChirdNoNeedBedNum * 1 + this.addMsg.ChirdNeedBedNum * 1
if (this.addMsg.GroupType == 4) {
ChirdNum = 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