Добавила поле с комментарием в заказ
This commit is contained in:
parent
3e1ccc1423
commit
ce5135cdaa
@ -123,14 +123,23 @@
|
||||
</td>
|
||||
</tr>
|
||||
</ng-template>
|
||||
|
||||
</p-table>
|
||||
|
||||
<p-table>
|
||||
<ng-template pTemplate="header">
|
||||
<tr>
|
||||
<th width="15%">Комментарий:</th>
|
||||
<th width="85%" style="font-weight: normal">{{order[0].comment}}</th>
|
||||
</tr>
|
||||
</ng-template>
|
||||
</p-table>
|
||||
|
||||
<h2>Оплата:</h2>
|
||||
<p-table [value]="order[0].payment">
|
||||
<ng-template pTemplate="header">
|
||||
<tr>
|
||||
<th width="70%">Сумма оплаты по безналу:</th>
|
||||
<th width="30%">Тип оплаты:</th>
|
||||
<th width="50%">Сумма оплаты по безналу:</th>
|
||||
<th width="50%">Тип оплаты:</th>
|
||||
</tr>
|
||||
</ng-template>
|
||||
<ng-template pTemplate="body" let-pay>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user