Commit 8b61e9ef authored by 华国豪's avatar 华国豪 🙄

no message

parent 684f66e0
......@@ -1235,7 +1235,7 @@ export default {
this.BillName = data.CompanyName;
this.BillSonName = data.FinanceName;
this.IsUploadPic = data.IsUploadPic;
this.msg.IsPublic = data.IsPublic!==0 ? data.IsPublic : '';
this.msg.IsPublic = data.IsPublic;
this.GetDetail = data;
if(this.orderObj!=null&&this.orderObj.OrderSource===10){
......
......@@ -572,7 +572,7 @@
</tr>
<template v-for="item in DataList.FiniceReciveList">
<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,'佣金收入')&& item.OrderSource!==7">
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,'佣金收入')&& item.OrderSource!==7">
<td><span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span>
</td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td>
......@@ -1736,7 +1736,7 @@ this.moneyAll.otheryTotalsf+=item.PayMoney;
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, '佣金收入') && item
.NotExists(item.CostTypeList, '自费收支结算') && that.NotExists(item.CostTypeList, '佣金收入') && item
.OrderSource !== 7) {
this.moneyAll.otherys += item.Money;
this.moneyAll.otherss += 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