mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-14 09:45:34 +08:00
43 lines
886 B
HTML
43 lines
886 B
HTML
<!--
|
||
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.branch_bn}></td>
|
||
</tr>
|
||
<tr>
|
||
<th>地区:</th><td><{$branch.area|region}></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>Email:</th><td><{$branch.email}></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>
|
||
</tbody>
|
||
</table>
|
||
</div></div> |