更改PDM文件

删除为用户分配可见机构(本身有机构功能)
删除为角色分配机构(本身有机构多对多功能)
This commit is contained in:
yubaolee
2016-09-04 23:34:16 +08:00
parent d5a6ffe3b8
commit 56d5ea0e8a
26 changed files with 1293 additions and 1721 deletions

View File

@@ -1,34 +0,0 @@
<div class="bjui-pageHeader">
<div class="bjui-searchBar">
<input style="display: none" id="firstId" value="@ViewBag.FirstId" />
<input style="display: none" id="moduleType" , value="@ViewBag.ModuleType" />
<div class="pull-right">
<div class="alert alert-info search-inline">
<i class="fa fa-info-circle"></i>用户可访问的机构=其角色的机构+本身可访问的机构
</div>&nbsp;
<button type="button" class="btn btn-green" data-num="1" data-icon="plus" id="btnAccess">
授权选中
</button>&nbsp;
<button type="button" class="btn btn-danger" data-num="1" data-icon="trash" id="btnDelAccess">
取消授权
</button>&nbsp;
</div>
</div>
</div>
<div class="bjui-pageContent">
<fieldset style="height: auto; float: left; width: 280px;">
<legend>系统的机构</legend>
<ul id="tree" class="ztree"></ul>
</fieldset>
<!--已经选中的列表-->
<fieldset style="height: auto;margin-left: 300px; width: 280px">
<legend>已分配的机构</legend>
<ul id="selected" class="ztree"></ul>
</fieldset>
</div>
<script src="~/BllScripts/grid.js"></script>
<script src="~/BllScripts/assignOrg.js"></script>

View File

@@ -31,9 +31,9 @@
</tr>
<tr>
<td>
<label for="OrgName" class="control-label x120">所属组织</label>
<input id="OrgId" name="OrgId" style="display: none" />
<input type="text" name="OrgName" id="OrgName"
<label for="Organizations" class="control-label x120">所属机构</label>
<input id="OrganizationIds" name="OrganizationIds" value="" style="display: none" />
<input type="text" name="Organizations" id="Organizations"
data-toggle="selectztree" data-tree="#j_select_tree1">
<ul id="j_select_tree1" class="ztree hide" data-toggle="ztree"></ul>
</td>