Commit 275f2ce3 authored by youjie's avatar youjie

no message

parent f17096aa
...@@ -2683,14 +2683,14 @@ ...@@ -2683,14 +2683,14 @@
{{item.TotalPrice}} {{item.TotalPrice}}
</td> </td>
</tr> </tr>
<tr> <!-- <tr>
<td> <td>
开票数量合计 开票数量合计
</td> </td>
<td colspan="4"> <td colspan="4">
{{TotalNum}} {{TotalNum}}
</td> </td>
</tr> </tr> -->
<tr v-if="MsgRAirServiceList.length==0"> <tr v-if="MsgRAirServiceList.length==0">
<td colspan="5">暂无数据</td> <td colspan="5">暂无数据</td>
</tr> </tr>
...@@ -3031,10 +3031,10 @@ ...@@ -3031,10 +3031,10 @@
methods: { methods: {
// 开票费用 // 开票费用
SumbitBillingCharge(){ SumbitBillingCharge(){
if(this.TotalNum>this.BillingChargeObj.TicketNum){ // if(this.TotalNum>this.BillingChargeObj.TicketNum){
this.Error(`开票数量合计不得大于${this.BillingChargeObj.TicketNum}机位数`); // this.Error(`开票数量合计不得大于${this.BillingChargeObj.TicketNum}机位数`);
return; // return;
} // }
for(let i=0;i<this.MsgRAirServiceList.length;i++){ for(let i=0;i<this.MsgRAirServiceList.length;i++){
if (this.MsgRAirServiceList[i].GuestNum===''||this.MsgRAirServiceList[i].IncreaseIncome==='') { if (this.MsgRAirServiceList[i].GuestNum===''||this.MsgRAirServiceList[i].IncreaseIncome==='') {
this.Error("请完善需开票费用信息!"); this.Error("请完善需开票费用信息!");
......
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