Files
OMS/app/ome/view/admin/finance/import.html
2025-12-28 23:13:25 +08:00

28 lines
793 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
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">&nbsp;&nbsp;文件名类似&nbsp;<font color=red>store-20100113(收款).csv</font></td>
</tr>
<tr>
<th>&nbsp;</th>
<td><b class="submitBtn">
<input type="submit" value="上传">
</b></td>
</tr>
</table>
</div>
</form>