signing estimate

This commit is contained in:
Paul Schneider 2017-02-22 22:58:02 +01:00
commit 65eebf6409
8 changed files with 64 additions and 49 deletions

View file

@ -1,4 +1,5 @@
@model Estimate
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.Title)
@ -23,5 +24,8 @@
}
</dd>
</dl>
</div>
<label>Signature fournisseur :
<img src="/api/pdfestimate/prosign/@Model.Id" alt="" style="height:100px; background-color: white;">
</label>
@await Component.InvokeAsync("Estimate",Model.Id)