Files
OMS/app/taoexlib/view/ietask/import.html
2026-01-04 19:08:31 +08:00

53 lines
2.0 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 method="post" enctype="multipart/form-data" action="index.php?app=taoexlib&ctl=admin_ietask&act=doImport" class="tableform">
<input type="hidden" name="app" value="ome" />
<input type="hidden" name="model" value="order" />
<table width="100%" border="0" cellpadding="0" cellspacing="0" ><tr><td style="text-align:right;padding-top:3px;padding-right:10px;"><{help docid="76" type="link"}><{t}>点击查看帮助<{/t}><{/help}></td></tr></table><form method="post" action="index.php?app=ome&ctl=admin_goods&act=do_export" class="tableform">
<h4><{t}>第一步:选择您要导入的订单类型<{/t}></h4>
<div class="division">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<th><{t}>请选择订单类型:<{/t}></th>
<td>
<select name='ietask_cfg_id'>
<{foreach from=$cfgList item=item}>
<option value='<{$item.ietask_cfg_id}>'><{$item.name}></option>
<{/foreach}>
</select>
</td>
</tr>
</table>
</div>
</table>
<h4><{t}>第二步:上传您要导入的文件<{/t}></h4>
<input type="hidden" name="type" value="XML">
<div class="division">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<th><{t}>上传文件:<{/t}></th>
<td><input type="file" name="import_file"/></td>
</tr>
<tr>
<th>&nbsp;</th>
<td><{button class="btn-primary" label="上传" type="submit"}></td>
</tr>
</table>
</div>
</form>