254e3f27 by wang

init

1 parent 214adb4b
......@@ -23,6 +23,15 @@
<input type="text" class="form-control input-text" name="idCard" value="<?=$item->idCard?>">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-4 col-md-2">
<label>设置密码</label>
<input type="text" class="form-control input-text" value="" name="password" id="password">
</div>
<div class="form-group col-sm-4 col-md-2 pt-25">
<button class="btn btn-primary" onclick="random()" type="button">随机生成密码</button>
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-4 col-md-2">
<label>所属网点</label>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!