Commit f3348843 authored by huangyuanyuan's avatar huangyuanyuan

11

parent fce20893
...@@ -268,7 +268,7 @@ export default { ...@@ -268,7 +268,7 @@ export default {
}, },
methods: { methods: {
PersonNumChange(){ PersonNumChange(){
if(this.personNum.manNum+this.personNum.chirdNum+this.personNum.oldPeopleNum>this.getlistSigel.synum){ if(this.personNum.manNum+this.personNum.chirdNum+this.personNum.oldPeopleNum>this.getlistSigel.residue){
this.Error("票数不够!"); this.Error("票数不够!");
} }
}, },
...@@ -306,7 +306,7 @@ export default { ...@@ -306,7 +306,7 @@ export default {
}, },
// 确认订单人数 // 确认订单人数
ConfirmedPersonNum(){ ConfirmedPersonNum(){
if(this.personNum.manNum+this.personNum.chirdNum+this.personNum.oldPeopleNum>this.getlistSigel.synum){ if(this.personNum.manNum+this.personNum.chirdNum+this.personNum.oldPeopleNum>this.getlistSigel.residue){
this.Error("票数不够!"); this.Error("票数不够!");
return; return;
} }
......
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