Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<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>