mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-03 22:25:46 +08:00
15 lines
395 B
HTML
15 lines
395 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<br/>
|
||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||
<tr>
|
||
<td colspan=2><div title="fields"><{$export_fields_msg}></div></td>
|
||
</tr>
|
||
<tr>
|
||
<th>是否包含明细:</th>
|
||
<td><{if $need_detail ==1}>包含<{else}>不包含<{/if}></td>
|
||
</tr>
|
||
</table> |