no commit message
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>选择人员</title>
|
||||
<link rel="stylesheet" type="text/css" href="<?=$da['p']?>/css/css.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="<?=$da['p']?>/css/rock.css"/>
|
||||
<script type="text/javascript" src="js/jquery.js"></script>
|
||||
<script type="text/javascript" src="js/js.js"></script>
|
||||
<script type="text/javascript">
|
||||
@@ -49,14 +49,14 @@ var c = {
|
||||
});
|
||||
},
|
||||
resets:function(lx){
|
||||
var he = winHb()-80;
|
||||
var he = winHb()-90;
|
||||
$('#zxuandiv').css('height',''+he+'px');
|
||||
$('#xuandiv').css('height',''+he+'px');
|
||||
$('#showtype').css('height',''+he+'px');
|
||||
},
|
||||
loaddata:function(iscs){
|
||||
var url = js.getajaxurl('deptuserjson','dept','system',{'changerange':this.changerange,'gtype':'change'});
|
||||
$('#showdiv_0').html('<div align="center" style="margin-top:30px"><img src="images/mloading.gif"></div>')
|
||||
$('#showdiv_0').html('<div align="center" style="margin-top:30px">'+js.ling(30)+'</div>')
|
||||
$.get(url,function(ret){
|
||||
var d = js.decode(ret);
|
||||
ret = d.data;
|
||||
@@ -278,32 +278,35 @@ var c = {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<?php
|
||||
echo c('color')->getApptheme(false);
|
||||
?>
|
||||
<style>
|
||||
*{font-size:14px}
|
||||
.headers{line-height:30px; background-color:#dddddd;color:#1389D3;font-size:14px;height:30px;overflow:hidden}
|
||||
.lists{line-height:34px; background-color:white;font-size:14px;padding-left:5px;border-bottom:1px #eeeeee solid;color:#888888;height:34px;overflow:hidden}
|
||||
.active{ background-color:#eeeeee;color:#000000;font-weight:bold}
|
||||
.headers{line-height:30px; background-color:var(--main-hgcolor);color:var(--main-color);height:30px;overflow:hidden}
|
||||
.lists{line-height:34px; background-color:white;font-size:14px;padding-left:5px;border-bottom:var(--border);color:#888888;height:34px;overflow:hidden}
|
||||
.active{background-color:#eeeeee;font-weight:bold;color:#000000}
|
||||
|
||||
.listsss{padding:8px; background:white;border-bottom:1px #eeeeee solid;cursor:default;font-size:14px}
|
||||
.listsss:hover{background-color:#f1f1f1}
|
||||
.listsss{padding:8px; background:white;border-bottom:var(--border);cursor:default;font-size:14px}
|
||||
.listsss:hover{background-color:rgba(0,0,0,0.05)}
|
||||
|
||||
.listss{background:white;border-bottom:1px #eeeeee solid;cursor:default;font-size:14px;padding:0px 5px}
|
||||
.listss:hover{background-color:#f1f1f1}
|
||||
.listss{background:white;border-bottom:var(--border);cursor:default;font-size:14px;padding:0px 5px}
|
||||
.listss:hover{background-color:rgba(0,0,0,0.05)}
|
||||
|
||||
.listhui{color:#888888}
|
||||
.listhui img{opacity:0.5}
|
||||
|
||||
.changeuserbotton{height:30px;width:50px; background:#d9534f;color:white;font-size:14px;border:none;padding:0px;margin:0px;line-height:20px;cursor:pointer;opacity:1;outline:none;border-radius:5px}
|
||||
.changeuserbotton:hover{color:white;border:none;opacity:0.8}
|
||||
.label{font-size:12px;background:#1389D3;color:white;padding:1px 3px;border-radius:5px}
|
||||
.tract{ background-color:#d6edf9;}
|
||||
.tract:hover{background-color:#d6edf9;}
|
||||
|
||||
.label{font-size:12px;background:var(--main-color);color:white;padding:1px 3px;border-radius:5px}
|
||||
.tract{ background-color:var(--main-hgcolor);}
|
||||
.tract:hover{background-color:var(--main-hgcolor);}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body style="padding:0px;margin:0px; overflow:hidden;" scroll="no">
|
||||
<body style="padding:0px;margin:0px; overflow:hidden; background:white" scroll="no">
|
||||
<table height="100%" width="100%">
|
||||
<tr>
|
||||
<td valign="top" width="35%" style="border:1px #eeeeee solid">
|
||||
<td valign="top" width="35%" style="border:var(--border)">
|
||||
<div class="headers"> 选择部门/组</div>
|
||||
<div style="height:300px;overflow:auto" id="zxuandiv">
|
||||
<div class="lists active">根据部门选择 v</div>
|
||||
@@ -312,7 +315,7 @@ var c = {
|
||||
<div id="groupshow"></div>
|
||||
</div>
|
||||
</td>
|
||||
<td valign="top" width="30%" style="border:1px #eeeeee solid">
|
||||
<td valign="top" width="30%" style="border:var(--border)">
|
||||
<div class="headers"> 选择人员</div>
|
||||
<div style="height:300px;overflow:auto" id="showtype"></div>
|
||||
</td>
|
||||
@@ -323,25 +326,27 @@ var c = {
|
||||
<div><input type="button" onclick="$('#xuandiv').html('')" value="清空"></div>
|
||||
|
||||
</td>
|
||||
<td valign="top" width="35%" style="border:1px #eeeeee solid">
|
||||
<td valign="top" width="35%" style="border:var(--border)">
|
||||
<div class="headers"> √已选择</div>
|
||||
<div style="height:300px;overflow:auto" id="xuandiv"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color:#dddddd" colspan="5">
|
||||
<td style="background-color:var(--main-vgcolor)" colspan="5">
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td height="50" width="10" nowrap> </td>
|
||||
<td height="60" width="10" nowrap> </td>
|
||||
<td width="100%">
|
||||
<input type="text" id="keywords" style="border:1px #cccccc solid;height:26px;padding:2px;width:180px" placeholder="关键词搜索人员"><input onclick="c._searchkey(true)" type="button" value="搜索" style="background:#888888" class="changeuserbotton">
|
||||
<div class="btn-group">
|
||||
<input type="text" id="keywords" style="width:180px" placeholder="关键词搜索人员" class="input"><input onclick="c._searchkey(true)" type="button" value="搜索" class="webbtn webbtn-default">
|
||||
</div>
|
||||
</td>
|
||||
<td><input style="width:70px;border:none" type="button" onclick="c.loaddata()" class="changeuserbotton" value="刷新数据" ></td>
|
||||
<td width="20" nowrap> </td>
|
||||
<td><input class="changeuserbotton" type="button" onclick="c.cancel()" value="取消" ></td>
|
||||
<td width="20" nowrap> </td>
|
||||
<td height="50"><input style="background:#1389D3;" onclick="c.queding()" type="button" value="确定" class="changeuserbotton"></td>
|
||||
<td><input type="button" onclick="c.loaddata()" class="webbtn btn-danger" value="刷新数据" /></td>
|
||||
<td width="20" nowrap> </td>
|
||||
<td><input class="webbtn btn-danger" type="button" onclick="c.cancel()" value="取消" /></td>
|
||||
<td width="20" nowrap> </td>
|
||||
<td height="60"><input onclick="c.queding()" type="button" value="确定" class="webbtn" /></td>
|
||||
<td width="10" nowrap> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user