Commit 103925f7 authored by 黄奎's avatar 黄奎

页面修改

parent ee2c8d15
...@@ -945,7 +945,7 @@ ...@@ -945,7 +945,7 @@
</table> </table>
<div class="clearfix TB_PrintDiv"> <div class="clearfix TB_PrintDiv">
<div class="TB_comtitle TB-Title">房费: <div class="TB_comtitle TB-Title">房费:
<span v-if="moneyAll.cheziyf>0 || moneyAll.chezisf>0"> <span v-if="moneyAll.fangyf>0 || moneyAll.fangsf>0">
<span class="span_all">应付:¥{{moneyFormat(moneyAll.fangyf)}}</span> <span class="span_all">应付:¥{{moneyFormat(moneyAll.fangyf)}}</span>
<span class="span_all">实付:¥{{moneyFormat(moneyAll.fangsf)}}</span> <span class="span_all">实付:¥{{moneyFormat(moneyAll.fangsf)}}</span>
</span> </span>
...@@ -997,7 +997,7 @@ ...@@ -997,7 +997,7 @@
</table> </table>
<div class="clearfix TB_PrintDiv"> <div class="clearfix TB_PrintDiv">
<div class="TB_comtitle TB-Title">餐费: <div class="TB_comtitle TB-Title">餐费:
<span v-if="moneyAll.cheziyf>0 || moneyAll.chezisf>0"> <span v-if="moneyAll.canyf>0 || moneyAll.canyf>0">
<span class="span_all">应付:¥{{moneyFormat(moneyAll.canyf)}}</span> <span class="span_all">应付:¥{{moneyFormat(moneyAll.canyf)}}</span>
<span class="span_all">实付:¥{{moneyFormat(moneyAll.cansf)}}</span> <span class="span_all">实付:¥{{moneyFormat(moneyAll.cansf)}}</span>
</span> </span>
...@@ -1051,7 +1051,7 @@ ...@@ -1051,7 +1051,7 @@
</table> </table>
<div class="clearfix TB_PrintDiv"> <div class="clearfix TB_PrintDiv">
<div class="TB_comtitle TB-Title">门票: <div class="TB_comtitle TB-Title">门票:
<span v-if="moneyAll.cheziyf>0 || moneyAll.chezisf>0"> <span v-if="moneyAll.menpiaoyf>0 || moneyAll.menpiaosf>0">
<span class="span_all">应付:¥{{moneyFormat(moneyAll.menpiaoyf)}}</span> <span class="span_all">应付:¥{{moneyFormat(moneyAll.menpiaoyf)}}</span>
<span class="span_all">实付:¥{{moneyFormat(moneyAll.menpiaosf)}}</span> <span class="span_all">实付:¥{{moneyFormat(moneyAll.menpiaosf)}}</span>
</span> </span>
...@@ -1507,8 +1507,7 @@ ...@@ -1507,8 +1507,7 @@
<template v-for="item in DataList.newFinicePayList2"> <template v-for="item in DataList.newFinicePayList2">
<tr v-if="NotExists(item.CostTypeList,'领队奖励金') <tr v-if="NotExists(item.CostTypeList,'领队奖励金')
&& NotExists(item.CostTypeList,'机票折让费') && NotExists(item.CostTypeList,'机票折让费')
&& NotExists(item.CostTypeList,'签证费') && NotExists(item.CostTypeList,'签证')
&& NotExists(item.CostTypeList,'签证佣金')
&& NotExists(item.CostTypeList,'地接费(领取)') && NotExists(item.CostTypeList,'地接费(领取)')
&& NotExists(item.CostTypeList,'地接费(结算)') && NotExists(item.CostTypeList,'地接费(结算)')
&& NotExists(item.CostTypeList,'提成') && NotExists(item.CostTypeList,'提成')
...@@ -2492,8 +2491,7 @@ ...@@ -2492,8 +2491,7 @@
this.DataList.newFinicePayList1.push(JSON.parse(JSON.stringify(item))) this.DataList.newFinicePayList1.push(JSON.parse(JSON.stringify(item)))
} else if (that.NotExists(item.CostTypeList, '领队奖励金') && } else if (that.NotExists(item.CostTypeList, '领队奖励金') &&
that.NotExists(item.CostTypeList, '机票折让费') && that.NotExists(item.CostTypeList, '机票折让费') &&
that.NotExists(item.CostTypeList, '签证费') && that.NotExists(item.CostTypeList, '签证') &&
that.NotExists(item.CostTypeList, '签证佣金') &&
that.NotExists(item.CostTypeList, '地接费(领取)') && that.NotExists(item.CostTypeList, '地接费(领取)') &&
that.NotExists(item.CostTypeList, '地接费(结算)') && that.NotExists(item.CostTypeList, '地接费(结算)') &&
that.NotExists(item.CostTypeList, '提成') && that.NotExists(item.CostTypeList, '提成') &&
...@@ -2576,6 +2574,7 @@ ...@@ -2576,6 +2574,7 @@
} }
// 房 // 房
if (that.isExists(item.CostTypeList, '房')) { if (that.isExists(item.CostTypeList, '房')) {
console.log(item.Money,item.PayMoney,'--------------')
this.moneyAll.fangyf += item.Money; this.moneyAll.fangyf += item.Money;
this.moneyAll.fangsf += item.PayMoney; this.moneyAll.fangsf += item.PayMoney;
} }
...@@ -2603,7 +2602,7 @@ ...@@ -2603,7 +2602,7 @@
} }
// 签证 // 签证
if (that.isExists(item.CostTypeList, '签证费') || that.isExists(item.CostTypeList, '签证佣金')) { if (that.isExists(item.CostTypeList, '签证')) {
this.moneyAll.qzyf += item.Money; this.moneyAll.qzyf += item.Money;
this.moneyAll.qzsf += item.PayMoney; this.moneyAll.qzsf += item.PayMoney;
......
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