Commit 702e1f21 authored by liudong1993's avatar liudong1993
parents a994a4a4 3f7225ec
......@@ -302,8 +302,16 @@
<td>
{{detail.CreateDateStr}}
</td>
<td>{{$t('ios.dzriqi')}}</td>
<td>
<td>已开票金额</td>
<td><el-tooltip class="item" effect="dark" content="财务审核通过的发票总额" placement="top">
<span> {{detail.PassMoney}}</span>
</el-tooltip>
</td>
</tr>
<tr>
<td >{{$t('ios.dzriqi')}}</td>
<td colspan="3">
{{orderList.TradeDateStr}}
</td>
</tr>
......@@ -326,7 +334,7 @@
<td colspan="3" class="w600 text-align-left font-weight cursorpointer">
<template v-for="(item,index) in orderList.FrIDs">
<span :key="index+10000"
@click="goUrlSFD('SalesFinancialDetail', '销售财务单据', detail.OrderId, detail.TCNUM, detail.TCID)">{{item}}</span>
@click="goUrlSFD('SalesFinancialDetail', '销售财务单据', detail.OrderId, detail.TCNUM, detail.TCID)">{{item+(index<(orderList.FrIDs.length-1)?",":"")}}</span>
</template>
<span v-if="orderList.FrIDs && orderList.FrIDs.length<1">{{$t('ios.zanwu')}}</span>
</td>
......
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