Files
qlg.tsgz.moe/hyhproject/home2/view/default/shops/goodsvirtuals/edit.html
2019-09-06 23:53:10 +08:00

26 lines
894 B
HTML
Executable File

<style>
.s-btn{margin:0px;}
</style>
<form id='cardForm' autocomplete="off">
<table class='wst-form'>
<tr>
<th>卡券号<font color='red'>*</font></th>
<td>
<input type='text' class='j-ipt' id='cardNo' maxLength='20' value='{$object["cardNo"]}' style='width:250px'/>
</td>
</tr>
<tr>
<th>卡券密码<font color='red'>*</font></th>
<td><input type='text' class='j-ipt' id='cardPwd' maxLength='20' value='{$object["cardPwd"]}' style='width:250px'/></td>
</tr>
<tr>
<td colspan="2" style='text-align: center;padding-top: 15px;'>
<a class='s-btn' onclick="addCardFunc({$object['id']})">保存</a>
{if $object['id']==0}
<a class='s-btn' onclick="addCardFunc({$object['id']},1)" style='width:110px;'>继续新增</a>
{/if}
<a class='s-btn2' onclick="closeWin()">取消</a>
</td>
</tr>
</table>
</form>