Files
OMS/app/console/view/admin/vop/vopick_detail.html
2025-12-28 23:13:25 +08:00

34 lines
1.2 KiB
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.
-->
<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>