mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 02:45:33 +08:00
42 lines
1.5 KiB
HTML
42 lines
1.5 KiB
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<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> </th>
|
||
<td><{button class="btn-primary" label="上传" type="submit"}></td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</form>
|