Commit 0950b08e authored by 沈良进's avatar 沈良进

save

parent f401d8a1
......@@ -719,14 +719,13 @@
<td colspan="14" class="CP_ComTitle2">成本统计(以下报价为每人费用)<br />
计算规则: (+++景点)*汇率+内陆段交通*汇率+杂支部分*汇率+其他资产+机票票+收入-团负费+领队分摊+地接报价*汇率-导游回补-小费回补
</td>
</tr>
<tr>
</tr><tr>
<td class="CP_ComTitle2">人数统计 </td>
<td class="CP_ComTitle2">成本价(人民币)</td>
<td class="CP_ComTitle2"></td>
<td class="CP_ComTitle2"></td>
<td class="CP_ComTitle2"><template v-if="postConfig.LineId==14">成本价(日元)</template></td>
<td class="CP_ComTitle2"><template v-if="postConfig.LineId==14">成本总价(日元)</template></td>
<td class="CP_ComTitle2">销售价格(人民币)</td>
<td class="CP_ComTitle2"></td>
<td class="CP_ComTitle2"><template v-if="postConfig.LineId==14">销售价格(日元)</template></td>
<td class="CP_ComTitle2">销售付款方式</td>
<td class="CP_ComTitle2">手配费</td>
<td class="CP_ComTitle2">手配费付款方式</td>
......@@ -735,12 +734,13 @@
<tr v-for="item in CostNumberList" :key="item.subCode">
<td>{{item.PeopleNumber}}+1</td>
<td>{{item.TotalMoney}}</td>
<td></td>
<td></td>
<td><template v-if="postConfig.LineId==14">{{item.JPYTotalMoney}}</template></td>
<td><template v-if="postConfig.LineId==14">{{item.JPYTotalMoney*item.PeopleNumber}}</template></td>
<td>
{{item.SalePrice}}
</td>
<td>
<template v-if="postConfig.LineId==14">{{item.JPYSalePrice}}</template>
</td>
<td>
<template v-if="postConfig.SaleOfferPayType==1">
......
......@@ -238,13 +238,13 @@
</el-tooltip>
</span>
<span v-if="EditBtn" class="bianji newAopbdd"
<!-- <span v-if="EditBtn" class="bianji newAopbdd"
@click="goMakeQuo('QuotationNewPrice',item.ID, item.TeamType)">
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start"
popper-class="max-w250">
<i class="iconfont icon-bianji-smal"></i>
</el-tooltip>
</span>
</span> -->
<!-- v-if="item.TravelState!=3" -->
<span class="bianji newAopbdd" @click="goMakeQuo('QuotationNewPrice',item.ID, item.TeamType)"
>
......
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