Commit da591fe7 authored by youjie's avatar youjie

no message

parent 09dca4da
...@@ -851,7 +851,11 @@ ...@@ -851,7 +851,11 @@
</li> </li>
</ul> </ul>
</div> </div>
<div style="display: flex;justify-content: end;margin-bottom: 10px;">
<p><span class="groupTourOrderByTuan_ico"><i style="background-color:#3FC4FF"></i><span>{{$t('fnc.yidadan')}}</span></span>
<span class="groupTourOrderByTuan_ico"><i style="background-color:#F1416C"></i><span>{{$t('fnc.yhcnyshenhe')}}</span></span>
<span class="groupTourOrderByTuan_ico"><i style="background-color:#ff9800"></i><span>{{$t('fnc.ytongguo')}}</span></span></p>
</div>
<div style="padding-bottom: 10px;"> <div style="padding-bottom: 10px;">
<span>应收总额:{{moneyFormat(PreferPrice)}}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span>应收总额:{{moneyFormat(PreferPrice)}}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span>实收:{{moneyFormat(IncomePrice)}}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span>实收:{{moneyFormat(IncomePrice)}}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
...@@ -979,9 +983,9 @@ ...@@ -979,9 +983,9 @@
</div> </div>
</td> </td>
<td colspan="8" class="groupTourOrder_tickets2" style="height: 40px;"> <td colspan="8" class="groupTourOrder_tickets2" style="height: 40px;">
<div style="margin-top: 5px;"> <div>
<div class="row justify-sb wrap mr"> <div class="row justify-sb wrap mr">
<div class="row relative"> <div class="row relative" style="margin-top: 5px;">
<span>收款单据:</span> <span>收款单据:</span>
<span class="cursor-pointer radius5 mr px5" <span class="cursor-pointer radius5 mr px5"
:class="{'bgD9F3FF':x.Status==1,'bgFAEAED':x.Status==2,'bjFFF3E0':x.Status==3, :class="{'bgD9F3FF':x.Status==1,'bgFAEAED':x.Status==2,'bjFFF3E0':x.Status==3,
...@@ -1002,7 +1006,7 @@ ...@@ -1002,7 +1006,7 @@
</el-tooltip> </el-tooltip>
</div> </div>
</div> </div>
<div class="row relative"> <div class="row relative" style="margin-top: 5px;">
<span>退款单据:</span> <span>退款单据:</span>
<span class="cursor-pointer radius5 mr px5" <span class="cursor-pointer radius5 mr px5"
:class="{'bgD9F3FF':x.Status==1,'bgFAEAED':x.Status==2,'bjFFF3E0':x.Status==3, :class="{'bgD9F3FF':x.Status==1,'bgFAEAED':x.Status==2,'bjFFF3E0':x.Status==3,
...@@ -1023,7 +1027,7 @@ ...@@ -1023,7 +1027,7 @@
</el-tooltip> </el-tooltip>
</div> </div>
</div> </div>
<div class="row relative"> <div class="row relative" style="margin-top: 5px;">
<span>成本单据:</span> <span>成本单据:</span>
<span class="cursor-pointer radius5 mr px5" <span class="cursor-pointer radius5 mr px5"
:class="{'bgD9F3FF':x.Status==1,'bgFAEAED':x.Status==2,'bjFFF3E0':x.Status==3, :class="{'bgD9F3FF':x.Status==1,'bgFAEAED':x.Status==2,'bjFFF3E0':x.Status==3,
...@@ -1058,7 +1062,7 @@ ...@@ -1058,7 +1062,7 @@
</span> </span>
<span v-if="item.FinanceList.length===0" style="cursor: default;">暂无数据</span> --> <span v-if="item.FinanceList.length===0" style="cursor: default;">暂无数据</span> -->
</div> </div>
<div> <div style="margin-top: 5px;">
<span>{{$t('salesModule.Invoice')}}</span> <span>{{$t('salesModule.Invoice')}}</span>
<span v-for="(item2,index2) in item.invoiceApplyList" :key="index2" <span v-for="(item2,index2) in item.invoiceApplyList" :key="index2"
style="margin-right:10px;cursor:pointer;"> style="margin-right:10px;cursor:pointer;">
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
payList:[], payList:[],
collectList:[], collectList:[],
tichengList:[], tichengList:[],
seeDes:true, seeDes:false,
} }
}, },
methods:{ methods:{
......
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