mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-17 19:05:32 +08:00
67 lines
2.4 KiB
HTML
67 lines
2.4 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_vopstockout&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.stockout_no}></td>
|
|
<th>拣货单号:</th>
|
|
<td ><{$pickInfo.pick_no}></td>
|
|
<th >单据状态:</th>
|
|
<td ><{$data.status}></td>
|
|
<th >出库状态:</th>
|
|
<td ><{$data.o_status}></td>
|
|
</tr>
|
|
<tr>
|
|
<th >拣货数量:</th>
|
|
<td ><{$data.pick_num}></td>
|
|
<th >出库仓:</th>
|
|
<td ><{$data.branch_name}></td>
|
|
<th >入库仓:</th>
|
|
<td ><{$pickInfo.branch_name}></td>
|
|
<th>创建时间:</th>
|
|
<td><{$data.create_time}></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<h4>物流信息:</h4>
|
|
<div class="division">
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<th>入库单号:</th>
|
|
<td ><{$data.storage_no}></td>
|
|
<th>承运商:</th>
|
|
<td ><{$data.carrier_code}></td>
|
|
<th >要求到货时间:</th>
|
|
<td ><{$data.arrival_time}></td>
|
|
</tr>
|
|
<tr>
|
|
<th >运单号:</th>
|
|
<td ><{$data.delivery_no}></td>
|
|
<th >配送方式:</th>
|
|
<td ><{$data.dly_mode}></td>
|
|
<th > </th>
|
|
<td > </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</form> |