mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-20 20:10:28 +08:00
39 lines
1.6 KiB
HTML
39 lines
1.6 KiB
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<style type="text/css">
|
||
.gridlist tr th{width: 100px;height: 30px;text-align: right;}
|
||
</style>
|
||
<form action='<{if $thisUrl}><{$thisUrl}><{else}>index.php?app=omecsv&ctl=admin_to_import&act=treat<{/if}>&ctler=<{$ctler}>&add=<{$add}>' method='post' target="uploadframe" enctype="multipart/form-data" id="import_form" class="tableform">
|
||
|
||
<h3>导入一号店账单</h3>
|
||
<div class="division" >
|
||
<table border="0" cellspacing="0" class="gridlist" cellpadding="0" style="width:83%">
|
||
<input type='hidden' name='filter[importFiletype]' value="yihaodian"/>
|
||
<input type='hidden' name='filter[checkTime]' value="after"/>
|
||
<tr>
|
||
<th>导入文件:</th>
|
||
<td width="30%">
|
||
<input type='file' name='import_file' id='ImportCSV'/>
|
||
</td>
|
||
<td width="30%">
|
||
<h4><{t}>上传文件,支持(
|
||
<span style ='color:red;font-size:16px;'>.csv</span>、
|
||
<span style='color:red;font-size:16px;'>.xls</span>、
|
||
<span style='color:red;font-size:16px;'>.xlsx</span>)格式!<{/t}>
|
||
</h4>
|
||
</td>
|
||
<td class="table-action" width="30%">
|
||
|
||
<{button label=$___desktop="导入"|t:'desktop' id="ImportBtn" type="submit"}>
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<{toinput from=$data}>
|
||
</div>
|
||
</form>
|
||
|