|
|
|
@ -112,13 +112,16 @@
|
|
|
|
|
<th >是否有预付款</th>
|
|
|
|
|
<th >预付款金额</th>
|
|
|
|
|
<th >是否签署合同</th>
|
|
|
|
|
|
|
|
|
|
<th >合作关系</th>
|
|
|
|
|
<!-- <th >是否具有游戏资质</th>-->
|
|
|
|
|
|
|
|
|
|
<th >合同期限</th>
|
|
|
|
|
<th >生效时间</th>
|
|
|
|
|
<th >开票税点</th>
|
|
|
|
|
<th >发票类型</th>
|
|
|
|
|
|
|
|
|
|
<th >开票内容</th>
|
|
|
|
|
|
|
|
|
|
<th >税费费率</th>
|
|
|
|
|
<th >渠道费率</th>
|
|
|
|
|
<th >联系人</th>
|
|
|
|
@ -163,7 +166,7 @@
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo.is_surplus|default="否"}</td>
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo.before_amount|default="0"}</td>
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo.is_contract|default="------"}</td>
|
|
|
|
|
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo.is_cooperate|default="------"}</td>
|
|
|
|
|
<!-- <td rowspan="{$vo.rowspan}">{$vo.is_qualifity|default="否"}</td>-->
|
|
|
|
|
|
|
|
|
|
<td rowspan="{$vo.rowspan}">
|
|
|
|
@ -175,6 +178,8 @@
|
|
|
|
|
</td>
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo['tax_point']}%</td>
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo.invoice_type|default="------"}</td>
|
|
|
|
|
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo.invoice_item|default="信息服务费"}</td>
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo.tax_ratio|default="0"}%</td>
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo.channel_radio|default="0"}%</td>
|
|
|
|
|
<td rowspan="{$vo.rowspan}">{$vo.connection_person|default="------"}</td>
|
|
|
|
|