|
|
@@ -15,8 +15,8 @@
|
|
|
<script src="http://static.vbdsm.com/js/util.js" type="text/javascript"></script>
|
|
|
<script src="http://static.vbdsm.com/js/static.support.js" type="text/javascript"></script>
|
|
|
<script src="http://static.vbdsm.com/js/lib/loadmask/jquery.loadmask.min.js" type="text/javascript"></script>
|
|
|
- <script src="http://static.vbdsm.com/js/Statistics.js" type="text/javascript"></script>
|
|
|
- <script charset="UTF-8" src="http://tajs.qq.com/stats?sId=65013653" type="text/javascript"></script>
|
|
|
+
|
|
|
+
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
@@ -50,11 +50,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 用户选择弹窗 -->
|
|
|
-<div class="easyui-tabs" data-options="iconCls:'pag-list',modal:true,collapsible:false,minimizable:false,maximizable:false,closed:true" id="user-window" style="top:60px; width:550px;height:450px"
|
|
|
+<div class="easyui-tabs"
|
|
|
+ data-options="iconCls:'pag-list',modal:true,collapsible:false,minimizable:false,maximizable:false,closed:true"
|
|
|
+ id="user-window" style="top:60px; width:550px;height:450px"
|
|
|
title="用户管理">
|
|
|
<input id="companyId" type="hidden">
|
|
|
<div title="已分配">
|
|
|
- <table class="easyui-datagrid" data-options="rownumbers:true,method:'get',toolbar:'#allotTab', pagination:true" id="allotTable"
|
|
|
+ <table class="easyui-datagrid" data-options="rownumbers:true,method:'get',toolbar:'#allotTab', pagination:true"
|
|
|
+ id="allotTable"
|
|
|
style="width:100%;height:398px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
@@ -82,7 +85,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div title="未分配">
|
|
|
- <table class="easyui-datagrid" data-options="rownumbers:true,method:'get',toolbar:'#noAllotTab', pagination:true" id="noAllotTable"
|
|
|
+ <table class="easyui-datagrid"
|
|
|
+ data-options="rownumbers:true,method:'get',toolbar:'#noAllotTab', pagination:true" id="noAllotTable"
|
|
|
style="width:100%;height:398px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
@@ -105,7 +109,8 @@
|
|
|
<div id="noAllotTab" style="height:auto">
|
|
|
<div>
|
|
|
用户账号:<input id="loginName" name="loginName">
|
|
|
- <a class="easyui-linkbutton" href="javascript:void(0)" iconCls="icon-search" onclick="searchByLoginName();"
|
|
|
+ <a class="easyui-linkbutton" href="javascript:void(0)" iconCls="icon-search"
|
|
|
+ onclick="searchByLoginName();"
|
|
|
plain="true">查询</a>
|
|
|
<a class="easyui-linkbutton" href="javascript:void(0)" iconCls="icon-add" onclick="bindUsers()"
|
|
|
plain="true">分配</a>
|