|
|
@@ -384,7 +384,14 @@
|
|
|
<h3>设置入职抄送</h3>
|
|
|
</div>
|
|
|
<div class="modal-body saeaList">
|
|
|
- <h5 class="modal-title">所有人员</h5>
|
|
|
+ <div class="modal-title">
|
|
|
+ <label style="display:inline">
|
|
|
+ <input type="radio" name="exampleRadios" value="" checked>所有人员
|
|
|
+ </label>
|
|
|
+ <label style="display:inline">
|
|
|
+ <input type="radio" name="exampleRadios" value="">办事处
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
<div class="controls">
|
|
|
<label style="display:inline">
|
|
|
<input type="checkbox" name="staff[]" value="1:admin:/global/img/avtra">admin </label>
|
|
|
@@ -503,14 +510,34 @@
|
|
|
<label style="display:inline">
|
|
|
<input type="checkbox" name="staff[]" value="71:杨孟雅:/global/avatar/avatar_71">杨孟雅 </label>
|
|
|
</div>
|
|
|
- <h5 class="modal-title">所有办事处</h5>
|
|
|
- <div class="controls">
|
|
|
+ <div class="modal-title">
|
|
|
+ <label style="display:inline">
|
|
|
+ <input type="radio" name="exampleRadios1" value="">所有人员
|
|
|
+ </label>
|
|
|
+ <label style="display:inline">
|
|
|
+ <input type="radio" name="exampleRadios1" value="" checked>所有办事处
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ <div class="controls">
|
|
|
+ <label style="display:inline">
|
|
|
+ <input type="checkbox" name="staff[]" value="1:admin:/global/img/avtra" checked>总部
|
|
|
+ </label>
|
|
|
+ <label style="display:inline">
|
|
|
+ <input type="checkbox" name="staff[]" value="2:陈帅:/global/avatar/avatar_2">广东办
|
|
|
+ </label>
|
|
|
+ <label style="display:inline">
|
|
|
+ <input type="checkbox" name="staff[]" value="3:范月光:/global/avatar/avatar_3">甘肃办
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ <div class="controls">
|
|
|
<label style="display:inline">
|
|
|
- <input type="checkbox" name="staff[]" value="1:admin:/global/img/avtra">总部 </label>
|
|
|
+ <input type="checkbox" name="staff[]" value="1:admin:/global/img/avtra" checked>admin </label>
|
|
|
<label style="display:inline">
|
|
|
- <input type="checkbox" name="staff[]" value="2:陈帅:/global/avatar/avatar_2">广东办 </label>
|
|
|
+ <input type="checkbox" name="staff[]" value="2:陈帅:/global/avatar/avatar_2" checked>陈帅 </label>
|
|
|
<label style="display:inline">
|
|
|
- <input type="checkbox" name="staff[]" value="3:范月光:/global/avatar/avatar_3">甘肃办 </label>
|
|
|
+ <input type="checkbox" name="staff[]" value="3:范月光:/global/avatar/avatar_3" checked>范月光 </label>
|
|
|
+ <label style="display:inline">
|
|
|
+ <input type="checkbox" name="staff[]" value="4:王涛:/global/avatar/avatar_4" checked>王涛 </label>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|