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

59 lines
2.7 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.
-->
<{capture name="header"}>
<link href="../apps/ome/statics/ome.css" rel="stylesheet" type="text/css">
<{/capture}>
<form name="form1" id="memo_form" action="index.php?<{$env.server.QUERY_STRING}>" method="post">
<div class="tableform">
<h4>补货任务详情</h4>
<div class="division">
<table border="0" cellspacing="0" cellpadding="0" class="gridlist" >
<tbody>
<tr>
<th style='text-align:right;'>补货任务号:</th>
<td style='text-align:left;padding-left:5px;'><{$reTaskInfo.task_bn}></td>
<th style='text-align:right;'>补货任务名称:</th>
<td style='text-align:left;padding-left:5px;'><{$reTaskInfo.task_name}></td>
<th style='text-align:right;'>单据状态:</th>
<td style='text-align:left;padding-left:5px;'><{$reTaskInfo.task_status}></td>
</tr>
</tbody>
<tbody>
<tr>
<th style='text-align:right;'>门店类型:</th>
<td style='text-align:left;padding-left:5px;'><{$reTaskInfo.store_type_name}></td>
<th style='text-align:right;'>销售开始日期:</th>
<td style='text-align:left;padding-left:5px;'><{$reTaskInfo.start_time|date:"Y-m-d H:i:s"}></td>
<th style='text-align:right;'>销售结束日期:</th>
<td style='text-align:left;padding-left:5px;'><{$reTaskInfo.end_time|date:"Y-m-d H:i:s"}></td>
</tr>
</tbody>
<tbody>
<tr>
<th style='text-align:right;'>销售补货系数:</th>
<td style='text-align:left;padding-left:5px;'><{$reTaskInfo.multipl_num}></td>
<th style='text-align:right;'>调出仓库:</th>
<td style='text-align:left;padding-left:5px;'><{$reTaskInfo.branch_name}></td>
<th style='text-align:right;'>创建时间:</th>
<td style='text-align:left;padding-left:5px;'><{$reTaskInfo.create_time|date:"Y-m-d H:i:s"}></td>
</tr>
</tbody>
</table>
</div>
</div>
</form>