Files
OMS/app/iostock/view/admin/temp/download.html
2025-12-28 23:13:25 +08:00

18 lines
707 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.
-->
<div class="tableform">
<div class="division">
<h5>下载出入库CSV模板文件</h5>
<{t}>请选择导出的类型:<{/t}> &nbsp;&nbsp;
<select name='_ioType' id='ioType'>
<option selected="selected" value=''>请选择...</option>
<{foreach from=$iotype item=item key=key}>
<option value='<{$item}>'><{$key}></option>
<{/foreach}>
</select>
<{button class="btn-primary" label="下载" type="button" onClick="if(document.getElementById('ioType').value != '') location.href=document.getElementById('ioType').value;"}>
</div>
</div>