This commit is contained in:
xman 2025-03-10 16:39:30 +08:00
parent 0738e34e68
commit ae8e0a86e4

View File

@ -1,5 +1,81 @@
<form id="edit-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
<table class="table">
<tr>
<td class="text-right">
{:__('Order_no')}
</td>
<td>
{$row.order_no|htmlentities}
</td>
</tr>
<tr>
<td class="text-right">
{:__('Customer')}
</td>
<td>
{$row.customer|htmlentities}
</td>
</tr>
<tr>
<td class="text-right">
{:__('Tel')}
</td>
<td>
{$row.tel|htmlentities}
</td>
</tr>
<tr>
<td class="text-right">
{:__('Address')}
</td>
<td>
{$row.address|htmlentities}
</td>
</tr>
<tr>
<td class="text-right">
{:__('Order_item')}
</td>
<td>
{$row.order_item|htmlentities}
</td>
</tr>
<tr>
<td class="text-right">
{:__('Detail')}
</td>
<td>
{$row.detail|htmlentities}
</td>
</tr>
<tr>
<td class="text-right">
{:__('Remark')}
</td>
<td>
{$row.remark|htmlentities}
</td>
</tr>
<tr>
<td class="text-right">
{:__('Remark')}
</td>
<td>
{$row.remark|htmlentities}
</td>
</tr>
</table>
<div class="form-group">
<label class="control-label col-xs-12 col-sm-2">{:__('Order_no')}:</label>