...
|
...
|
@@ -17,14 +17,16 @@ |
|
|
<div style="padding:10px 60px 20px 60px">
|
|
|
<form id="limitForm" method="post">
|
|
|
<label>UID(多个以","分隔):</label>
|
|
|
<input class="easyui-textbox" id="uids" data-options="multiline:true,required:true" style="height:100px"></input>
|
|
|
<br />
|
|
|
<input class="easyui-textbox" id="uids" data-options="multiline:true,required:true" style="height:100px;width:500px;"></input>
|
|
|
<br />
|
|
|
<label>原因:</label>
|
|
|
<input class="easyui-textbox" type="text" id="reason" data-options="required:true"></input>
|
|
|
<br />
|
|
|
<input class="easyui-textbox" type="text" id="reason" data-options="required:true" style="width:500px;"></input>
|
|
|
</form>
|
|
|
<div style="text-align:center;padding:5px">
|
|
|
<a href="javascript:void(0)" class="btn-info" onclick="limit(2,'限制购买')">限制购买</a>
|
|
|
<a href="javascript:void(0)" class="btn-info" onclick="limit(1,'限制出售')">限制出售</a>
|
|
|
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="limit(2,'限制购买')">限制购买</a>
|
|
|
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="limit(1,'限制出售')">限制出售</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -36,8 +38,8 @@ |
|
|
<label>UID:</label>
|
|
|
<input id="uid" type="text" class="easyui-textbox" style="width:150px"/>
|
|
|
|
|
|
<a href="javascript:void(0)" onclick="check()" class="btn-info">查询</a>
|
|
|
<a href="javascript:void(0)" onclick="remove()" style='margin-left:10px;color:white;background-color: #D31225 !important;'>解除</a>
|
|
|
<a href="javascript:void(0)" onclick="check()" class="easyui-linkbutton">查询</a>
|
|
|
<a href="javascript:void(0)" onclick="remove()" class="easyui-linkbutton" style='color:white;background-color: #D31225 !important;'>解除</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
|