Files
OMS/app/logisticsaccounts/view/actual/task/import.html
2026-01-04 19:08:31 +08:00

59 lines
1.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.
-->
<form id="import_form" class="tableform" enctype="multipart/form-data" target="uploadframe" method="post" action="index.php?app=logisticsaccounts&ctl=admin_actual_task&act=index&action=to_import&flt=accounted">
<input type="hidden" name="app" value="logisticsaccounts" />
<input type="hidden" name="model" value="actual_task" />
<input type="hidden" name='task_id' value="<{$actual_task.task_id}>">
<input type="hidden" name='task_bn' value="<{$actual_task.task_bn}>">
<h4><{t}>您现在导入的:<{/t}></h4>
<div class="division">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<th >仓库:</th>
<td ><{$actual_task.branch_name}>
</td>
</tr>
<tr>
<th >物流公司:</th>
<td ><{$actual_task.logi_name}>
</td>
</tr>
</table>
</div>
<h4><{t}>第二步:上传您要导入的文件<{/t}></h4>
<div class="division">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<th><{t}>上传文件:<{/t}></th>
<td><input id="ImportCSV" type="file" name="import_file"></td>
</tr>
<tr>
<th>&nbsp;</th>
<td><{button class="btn-primary" label="上传" type="submit"}></td>
</tr>
</table>
</div>
</form>