mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-03 22:25:46 +08:00
28 lines
793 B
HTML
28 lines
793 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<style type="text/css">
|
||
<!--
|
||
.STYLE1 {color: red}
|
||
-->
|
||
</style>
|
||
<form enctype="multipart/form-data" method="post" action="index.php?app=ome&ctl=admin_finance&act=import_finance" class="tableform">
|
||
<h4><{t}>请上传编辑后的文件(CSV格式)<{/t}></h4>
|
||
|
||
<div class="division">
|
||
<table cellpadding="0" cellspacing="0" border="0">
|
||
<tr>
|
||
<th><{t}>收款文件:<{/t}></th>
|
||
<td><input type="file" name="upload1"> 文件名类似 <font color=red>store-20100113(收款).csv</font></td>
|
||
</tr>
|
||
<tr>
|
||
<th> </th>
|
||
<td><b class="submitBtn">
|
||
<input type="submit" value="上传">
|
||
</b></td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</form> |