mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-13 17:25:39 +08:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<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 ><{$data.po_bn}></td>
|
||
<th>审核状态:</th>
|
||
<td ><{$data.status}></td>
|
||
<th >发货状态:</th>
|
||
<td ><{$data.delivery_status}></td>
|
||
<th >创建时间:</th>
|
||
<td ><{$data.create_time}></td>
|
||
</tr>
|
||
<tr>
|
||
<th >拣货单号:</th>
|
||
<td ><{$data.pick_no}></td>
|
||
<th>入库仓:</th>
|
||
<td><{$data.branch_name}></td>
|
||
<th >拣货数量:</th>
|
||
<td ><{$data.pick_num}></td>
|
||
<th >发货数量:</th>
|
||
<td ><{$data.branch_send_num}></td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</form> |