|
|
|
@ -104,8 +104,8 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label is-required">岗位:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select id="post" class="form-control select2-multiple" multiple>
|
|
|
|
|
<option th:each="post:${posts}" th:value="${post.postId}" th:text="${post.postName}" th:disabled="${post.status == '1'}" required></option>
|
|
|
|
|
<select id="post" class="form-control select2-multiple" required multiple>
|
|
|
|
|
<option th:each="post:${posts}" th:value="${post.postId}" th:text="${post.postName}" th:disabled="${post.status == '1'}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -215,7 +215,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-offset-5 col-sm-10">
|
|
|
|
|
<button type="button" class="btn btn-sm btn-primary" onclick="submitHandler()"><i class="fa fa-check"></i>保 存</button>
|
|
|
|
@ -227,7 +227,7 @@
|
|
|
|
|
<th:block th:include="include :: datetimepicker-js" />
|
|
|
|
|
<script>
|
|
|
|
|
var prefix = ctx + "system/user";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#form-user-add").validate({
|
|
|
|
|
onkeyup: false,
|
|
|
|
|
rules:{
|
|
|
|
@ -310,7 +310,7 @@
|
|
|
|
|
$.operate.saveTab(prefix + "/add", data);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 用户管理-新增-选择部门树 */
|
|
|
|
|
function selectDeptTree() {
|
|
|
|
|
var treeId = $("#treeId").val();
|
|
|
|
@ -324,7 +324,7 @@
|
|
|
|
|
};
|
|
|
|
|
$.modal.openOptions(options);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function doSubmit(index, layero){
|
|
|
|
|
var body = $.modal.getChildFrame(index);
|
|
|
|
|
$("#treeId").val(body.find('#treeId').val());
|
|
|
|
@ -340,4 +340,4 @@
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
</html>
|
|
|
|
|