|
|
|
@ -35,10 +35,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>
|
|
|
|
@ -61,11 +67,18 @@
|
|
|
|
|
<td rowspan="{$data.row}">{$data.company_type}</td>
|
|
|
|
|
<td rowspan="{$data.row}">{$data.company_belong}</td>
|
|
|
|
|
<td rowspan="{$data.row}">{$data.contact_begin} - {$data.contact_end}</td>
|
|
|
|
|
|
|
|
|
|
<td rowspan="{$data.row}">{$data.fax_ratio}%</td>
|
|
|
|
|
<td rowspan="{$data.row}">{$data.bank_address}</td>
|
|
|
|
|
<td rowspan="{$data.row}">{$data.bank_name}</td>
|
|
|
|
|
<td rowspan="{$data.row}"> {$data.bank_card}</td>
|
|
|
|
|
<td rowspan="{$data.row}">{$data.is_sign_contact}</td>
|
|
|
|
|
|
|
|
|
|
<td rowspan="{$data.row}">{$data.ali_user}</td>
|
|
|
|
|
<td rowspan="{$data.row}">{$data.ali_account}</td>
|
|
|
|
|
|
|
|
|
|
<td rowspan="{$data.row}">{$data.content}</td>
|
|
|
|
|
|
|
|
|
|
<notempty name="data.list">
|
|
|
|
|
<foreach name="data['list']" item="promote" key="promotekey">
|
|
|
|
|
<if condition="$promotekey gt 0">
|
|
|
|
|