Commit 77b6115d authored by zhengke's avatar zhengke

修改

parent 003999d2
......@@ -38,10 +38,11 @@
<th width="180">团号</th>
<th width="150">手配定团号</th>
<th width="70">订单人数</th>
<th width="100">单价(日元)</th>
<th width="100">单价(日元)</th>
<th width="300">泊数/日期</th>
<th width="120">小计(日元)</th>
<th width="120">小计(人民币)</th>
<th width="100">汇率</th>
<th width="100">小计(人民币)</th>
<th width="150">单号</th>
<th width="80">生成单据</th>
</tr>
......@@ -59,6 +60,9 @@
{{subItem.UseTime}}
</td>
<td>{{subItem.SubtotalMoney}}</td>
<td>
<template v-if="subItem.Frids!=''">{{subItem.Rate}}</template>
</td>
<td>
<template v-if="subItem.Frids!=''"> {{subItem.RMBMoney}}</template>
</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