mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-14 09:45:34 +08:00
64 lines
1.8 KiB
HTML
64 lines
1.8 KiB
HTML
<!--
|
|
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<div class="tableform" style="width: 90%;">
|
|
<div class="division">
|
|
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td>店铺编码:</td>
|
|
<td colspan="2"><{$shop.shop_bn}></td>
|
|
</tr>
|
|
<tr><td width="26%">名称:</td>
|
|
<td colspan="2"><{$shop.name}>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="26%">店铺类型:</td>
|
|
<td colspan="2"><label>
|
|
<{$shop_type[$shop.shop_type]}>
|
|
</label></td>
|
|
</tr>
|
|
<tr>
|
|
<td>地区:</td>
|
|
<td width="25%"><{$shop.area|region}></td>
|
|
<td width="49%"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td>地址:</td>
|
|
<td colspan="2"><{$shop.addr}></td>
|
|
</tr>
|
|
<tr>
|
|
<td>发件人:</td>
|
|
<td colspan="2"><{$shop.default_sender}></td>
|
|
</tr>
|
|
<tr>
|
|
<td>邮编:</td>
|
|
<td colspan="2"><{$shop.zip}></td>
|
|
</tr>
|
|
<tr>
|
|
<td>电话:</td>
|
|
<td colspan="2"><{$shop.tel}></td>
|
|
</tr>
|
|
<tr>
|
|
<td>手机:</td>
|
|
<td colspan="2"><{$shop.mobile}></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div> |