mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 13:25:32 +08:00
15 lines
333 B
HTML
15 lines
333 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<table>
|
||
<{if $expType}>
|
||
<tr>
|
||
<th>产品类型:</th>
|
||
<td>
|
||
<{input type="select" name="exp_type" options=$expType required="true"}>
|
||
</td>
|
||
</tr>
|
||
<{/if}>
|
||
</table> |