Commit 275f2ce3 authored by youjie's avatar youjie

no message

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