Commit 702e1f21 authored by liudong1993's avatar liudong1993
parents a994a4a4 3f7225ec
...@@ -302,8 +302,16 @@ ...@@ -302,8 +302,16 @@
<td> <td>
{{detail.CreateDateStr}} {{detail.CreateDateStr}}
</td> </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}} {{orderList.TradeDateStr}}
</td> </td>
</tr> </tr>
...@@ -326,7 +334,7 @@ ...@@ -326,7 +334,7 @@
<td colspan="3" class="w600 text-align-left font-weight cursorpointer"> <td colspan="3" class="w600 text-align-left font-weight cursorpointer">
<template v-for="(item,index) in orderList.FrIDs"> <template v-for="(item,index) in orderList.FrIDs">
<span :key="index+10000" <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> </template>
<span v-if="orderList.FrIDs && orderList.FrIDs.length<1">{{$t('ios.zanwu')}}</span> <span v-if="orderList.FrIDs && orderList.FrIDs.length<1">{{$t('ios.zanwu')}}</span>
</td> </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