2019-01-31 10:44:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="es">
|
|
|
|
<body>
|
|
|
|
<section class="container">
|
2019-02-06 09:53:12 +00:00
|
|
|
<!-- Header component -->
|
2019-02-11 09:06:26 +00:00
|
|
|
<report-header :locale="locale"></report-header>
|
2019-02-06 09:53:12 +00:00
|
|
|
<!-- End header component -->
|
2019-01-31 10:44:03 +00:00
|
|
|
<section class="main">
|
2019-02-04 09:10:57 +00:00
|
|
|
<h1 class="title centered">{{$t('title')}}</h1>
|
2019-01-31 10:44:03 +00:00
|
|
|
<section class="panel supplierPanel">
|
|
|
|
<section class="body">
|
2019-02-04 09:10:57 +00:00
|
|
|
<section class="vertical-text">
|
|
|
|
{{$t('supplier.toCompleteBySupplier')}}
|
2019-01-31 10:44:03 +00:00
|
|
|
</section>
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
<table class="row-oriented">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('supplier.orderReference')}}</td>
|
|
|
|
<th>{{mandateCode}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('supplier.identifier')}}</td>
|
|
|
|
<th>ES89000B97367486</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('supplier.name')}}</td>
|
|
|
|
<th>{{supplierName}}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('supplier.street')}}</td>
|
|
|
|
<th>{{supplierStreet}}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('supplier.location')}}</td>
|
|
|
|
<th>{{supplierPostCode}}, {{supplierCity}} ({{supplierProvince}})</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('supplier.country')}}</td>
|
|
|
|
<th>{{supplierCountry}}</th>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-01-31 10:44:03 +00:00
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
<p class="font small light-gray">{{$t('description')}}</p>
|
|
|
|
<p class="font small">
|
|
|
|
<strong>{{$t('documentCopy')}}</strong>
|
|
|
|
</p>
|
2019-01-31 10:44:03 +00:00
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
<section class="panel">
|
2019-01-31 10:44:03 +00:00
|
|
|
<section class="body">
|
2019-02-04 09:10:57 +00:00
|
|
|
<section class="vertical-text">
|
|
|
|
{{$t('client.toCompleteByClient')}}
|
2019-01-31 10:44:03 +00:00
|
|
|
</section>
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
<table class="row-oriented">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
{{$t('client.name')}}
|
|
|
|
<section class="description">{{$t('client.accountHolder')}}</section>
|
|
|
|
</td>
|
|
|
|
<th>{{clientName}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('client.street')}}</td>
|
|
|
|
<th>{{clientStreet}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('client.location')}}</td>
|
|
|
|
<th>{{clientPostCode}}, {{clientCity}} ({{clientProvince}})</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('client.country')}}</td>
|
|
|
|
<th>{{clientCountry}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('client.swift')}}</td>
|
|
|
|
<th>
|
|
|
|
<section class="field square">
|
|
|
|
<span v-for="i in 11"></span>
|
|
|
|
</section>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2">{{$t('client.accountNumber')}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2">
|
|
|
|
<section class="field square">
|
|
|
|
<span>E</span>
|
|
|
|
<span>S</span>
|
|
|
|
<span v-for="i in 22"></span>
|
|
|
|
</section>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="description" colspan="2">
|
|
|
|
<section class="line">
|
|
|
|
<span>{{$t('client.accountNumberFormat')}}</span>
|
|
|
|
</section>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('client.paymentType')}}</td>
|
|
|
|
<th>
|
|
|
|
<table class="payment-type">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<section class="field square">
|
|
|
|
<span class="crossed">X</span>
|
|
|
|
</section>
|
|
|
|
</td>
|
|
|
|
<th>{{$t('client.recurrent')}}</th>
|
|
|
|
<th>O</th>
|
|
|
|
<td>
|
|
|
|
<section class="field square">
|
|
|
|
<span></span>
|
|
|
|
</section>
|
|
|
|
</td>
|
|
|
|
<th>{{$t('client.unique')}}</th>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('client.signLocation')}}</td>
|
|
|
|
<th>{{dated()}}, {{supplierProvince}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{$t('client.sign')}}</td>
|
|
|
|
<th></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-01-31 10:44:03 +00:00
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
<p class="font small">{{$t('mandatoryFields')}}</p>
|
|
|
|
<p class="font small">{{$t('sendOrder')}}</p>
|
2019-01-31 10:44:03 +00:00
|
|
|
</section>
|
2019-02-06 09:53:12 +00:00
|
|
|
<!-- Footer component -->
|
2019-01-31 10:44:03 +00:00
|
|
|
<report-footer id="pageFooter"
|
2019-02-11 09:06:26 +00:00
|
|
|
:left-text="$t('order', [mandateCode])"
|
2019-02-05 06:58:05 +00:00
|
|
|
:center-text="clientName"
|
|
|
|
:locale="locale">
|
2019-01-31 10:44:03 +00:00
|
|
|
</report-footer>
|
2019-02-06 09:53:12 +00:00
|
|
|
<!-- End footer component -->
|
2019-01-31 10:44:03 +00:00
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|