mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 13:25:32 +08:00
39 lines
1.2 KiB
HTML
39 lines
1.2 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.
|
|
-->
|
|
|
|
<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> |