Files
OMS/app/finance/view/bill/import/jingdong.html
2026-01-04 19:08:31 +08:00

109 lines
5.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">
.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="jingdong_tuotou"/>
<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>
<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="jingdong_tuihuo"/>
<input type='hidden' name='add' value="finance"/>
<input type='hidden' name='ctler' value="admin_to_import"/>
<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>
<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="jingdong_jushou"/>
<input type='hidden' name='add' value="finance"/>
<input type='hidden' name='ctler' value="admin_to_import"/>
<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>