一、手持终端办理会员必备条件
1.手持机的有点可以打印单据开单
2.手持通过接口将数据传到进销存
3.需要支持刷卡,感应身份证,各种卡
4.考虑到网络和工厂,向下无网络环境,数据需要放本地
二、会员办理界面代码
<form id="会员表单" method="post" action="" frame="true" refresh="true" autocomplete="off" onsubmit="return false;" >
<table>
<tr>
<th width="">姓名:</th>
<td width="" colspan="1"><input type="text" class="input" name="cyber_ext_member_truename"
id="cyber_ext_member_truename" value="" style="width:100px;"></td>
</tr>
<tr>
<th width="">等级</th>
<td width="" >
<select name="gid" class="cl_handle_data_gid">
<option value="0" >请选择</option>
<option value="8055" >普通</option><option value="8056" >VIP</option> </select>
</td>
<td width=" ">性别</td>
<td width=" " colspan="1">
<select name="cyber_ext_member_sex" id="cyber_ext_member_sex" style="min-width: 40px;width: 40px;">
<option value="男" selected="selected">男</option>
<option value="女">女</option>
</select>
</td>
</tr>
<th width="">密码:</th>
<td width="" colspan="1"><input type="number" class="input" name="card_password" value="" id="card_password" style="width:100px;"></td>
</tr>
<tr>
<th width="">电话:</th>
<td width="" colspan="1"><input type="number" class="input" name="cyber_ext_member_phone" value="" id="cyber_ext_member_phone" style="width:100px;"></td>
<th width="">ID</th>
<td width="" colspan="1"><input type="number" class="input cl_handle_data_card_ph_id" name="physical_id" value="" style="width:60px;" readonly=readonly></td>
</td>
</tr>
<tr>
<th width="">卡面号</th>
<td width="" colspan="1"><input type="number" class="input" name="physical_face_id" value="" style="width:100px;" ></td>
</td>
</tr>
<tr>
<th width="">员工</th>
<td width="" colspan="1">
<select name="invite_staffid" id="invite_staffid" class="cl_handle_data_staffes">
</select>
</td>
</tr>
</table>
<div class="btn">
<button type="submit11" onClick="javascript:核验会员();" class="btn_card" >确定</button>
<button type="reset" class="btn_card">清空</button>
</div>
</form>
四、未来之窗跨平台调用调用会员界面
CyberWin_Dialog.layer(办卡,{type:"frame",title:"办卡",move:false,width:"100%",height:"380px",id:"办卡id",mask:false,align:8});
注意条件id,作用防止用户多次点击,不会重复调用,覆盖出错