Files
OMS/app/console/view/admin/vop/vopick_detail.html
2026-01-04 19:08:31 +08:00

45 lines
1.6 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.
-->
<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>