Files
OMS/app/ome/view/admin/system/branch_detail.html
2025-12-28 23:13:25 +08:00

37 lines
781 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<div class="tableform">
<h4><{t}>仓库信息:<{/t}></h4>
<div class="division">
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<th>仓库名称:</th><td><{$branch.name}></td>
</tr>
<tr>
<th>联系人姓名:</th><td><{$branch.uname}></td>
</tr>
<tr>
<th>地址:</th><td><{$branch.address}></td>
</tr>
<tr>
<th>邮编:</th><td><{$branch.zip}></td>
</tr>
<tr>
<th>联系人电话:</th><td><{$branch.phone}></td>
</tr>
<tr>
<th>联系人手机:</th><td><{$branch.mobile}></td>
</tr>
<tr>
<th>备注:</th><td><{$branch.memo}></td>
</tr>
<tr>
<th>阀值:</th><td><{$branch.stock_threshold}></td>
</tr>
</tbody>
</table>
</div></div>