Commit a8a7738f authored by 黄奎's avatar 黄奎

页面修改

parent 103925f7
...@@ -953,7 +953,6 @@ ...@@ -953,7 +953,6 @@
} }
} }
this.apipost('dmcstatistics_get_GetHotelStaticsDetail_V2', msg, res => { this.apipost('dmcstatistics_get_GetHotelStaticsDetail_V2', msg, res => {
console.log("dmcstatistics_get_GetHotelStaticsDetail_V2",res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.IsOperation = res.data.data.IsOperation; this.IsOperation = res.data.data.IsOperation;
if (this.IsEditHotel == 0) { if (this.IsEditHotel == 0) {
......
...@@ -2574,7 +2574,6 @@ ...@@ -2574,7 +2574,6 @@
} }
// 房 // 房
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;
} }
...@@ -2637,7 +2636,7 @@ ...@@ -2637,7 +2636,7 @@
} }
// 其他 // 其他
if (that.NotExists(item.CostTypeList, '签证费') && that.NotExists(item.CostTypeList, '签证佣金') 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, '车')&& that.NotExists(item.CostTypeList, '房')
......
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