mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-09 16:05:33 +08:00
49 lines
1.7 KiB
HTML
49 lines
1.7 KiB
HTML
<!--
|
||
Copyright 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.
|
||
-->
|
||
|
||
<form name="form1" method="POST" action="index.php?app=wms&ctl=admin_receipts_print&act=doDetail&finder_id=<{$finder_id}>">
|
||
<div class="tableform">
|
||
<h4>仓库信息:</h4>
|
||
<div class="division">
|
||
<table border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<th>仓库编号:</th>
|
||
<td ><{$branch.branch_bn}></td>
|
||
<th>联系人:</th>
|
||
<td ><{$branch.uname}></td>
|
||
<th >手机:</th>
|
||
<td ><{$branch.mobile}></td>
|
||
<th >电话:</th>
|
||
<td ><{$branch.phone}></td>
|
||
</tr>
|
||
<tr>
|
||
<th >仓库名称:</th>
|
||
<td ><{$branch.branch_name}></td>
|
||
<th>Email:</th>
|
||
<td><{$branch.email}></td>
|
||
<th >邮编:</th>
|
||
<td ><{$branch.zip}></td>
|
||
<th >省/市/地区:</th>
|
||
<td ><{$branch.area|region}></td>
|
||
</tr>
|
||
<tr>
|
||
<th >地址:</th>
|
||
<td colspan="7" ><{$branch.address}></td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</form> |