Commit f4221c86 authored by agping's avatar agping

经纪人编辑 新增

parent 1b772e5b
......@@ -140,8 +140,7 @@
<td colspan="14">
<form id="form_search">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="industry_type" placeholder="角色" type="text" value="" name="groupname">
<!--<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="dish" placeholder="门店"
type="text" value="" name="store_name">-->
<select class="form-control btn2 input ld-Marheight" name="" id="district_id2_city">
<option value="">选择城市</option>
<option value="上海市">上海市</option>
......@@ -169,9 +168,10 @@
<option value="5">自动锁定</option>
</select>
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="identity_id" placeholder="身份证号码" type="text" value="" name="">
<span class="btn btn-info btn3 ld-Marheight" id="search">搜索</span>
<span class="btn btn-info btn3 ld-Marheight" id="reset">重置</span>
<span class="btn btn-info btn3 ld-Marheight" id="export">导出excel</span>
</form>
</td>
</tr>
......@@ -226,6 +226,10 @@
<label class="col-sm-4 control-label">电话(登录账号):</label>
<input type="number" class="form-control btn6" name="phone_add" value="" placeholder="填写手机号">
</div>
<div class="form-group">
<label class="col-sm-4 control-label">身份证号:</label>
<input type="number" class="form-control btn6" name="identity_add" value="" placeholder="填写身份证号">
</div>
<!--<div class="form-group hide">
<label class="col-sm-4 control-label">密码:</label>
<input type="text" class="form-control btn6" name="password" id="password_add" value="44444" placeholder="填写密码">
......@@ -315,6 +319,14 @@
<label class="col-sm-4 control-label">电话(登录账号):</label>
<input type="number" class="form-control btn6" name="phone" value="" placeholder="填写手机号">
</div>
<div class="form-group">
<label class="col-sm-4 control-label">身份证号:</label>
<input type="number" class="form-control btn6" name="identity" value="" placeholder="填写身份证号">
</div>
<div class="form-group">
<label class="col-sm-4 control-label">身份证号:</label>
<input type="number" class="form-control btn6" name="identity" value="" placeholder="填写身份证号">
</div>
<div class="form-group">
<label class="col-sm-4 control-label">密码:</label>
<input type="text" class="form-control btn6" name="password" id="password" value="44444" placeholder="填写密码">
......@@ -366,7 +378,15 @@
</div>
<div class="form-group">
<label class="col-sm-4 control-label">个人说明:</label>
<textarea name="remarks" id="remarks" class="form-control btn6" length="120" rows="5" placeholder="请填写个人说明"></textarea>
<textarea name="remarks" id="remarks" class="form-control btn6" length="120" rows="2" placeholder="请填写个人说明"></textarea>
</div>
<div class="form-group">
<label class="col-sm-4 control-label">建设银行工资卡:</label>
<div style="float: left;">
户名:<span class="card-name">周小雨</span><br />
卡号:<span class="card-num">6665554424444</span><br />
开户行:<span class="card-account">建设银行上海市南京东路分行</span><br />
</div>
</div>
</form>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment