This commit is contained in:
Catouse
2018-06-25 11:38:19 +08:00
5 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ class deptModel extends model
public function getDataStructure($rootDeptID = 0)
{
$tree = array_values($this->getSons($rootDeptID));
$users = $this->loadModel('user')->getPairs('noletter|noclosed|nodeleted');
$users = $this->loadModel('user')->getPairs('noletter|noclosed|nodeleted|all');
if(count($tree))
{
foreach ($tree as $node)
+3 -2
View File
@@ -11,8 +11,9 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<div class="main-row <?php if($this->from == 'doc') echo 'split-row';?>" id="mainRow">
<?php if($this->from == 'doc'):?>
<?php $spliter = (empty($this->app->user->feedback) && !$this->cookie->feedbackView && $this->from == 'doc') ? true : false;?>
<div class="main-row <?php if($spliter) echo 'split-row';?>" id="mainRow">
<?php if($spliter):?>
<?php include './side.html.php';?>
<?php endif;?>
<div class="main-col" data-min-width="400">
+3 -3
View File
@@ -19,10 +19,10 @@ var browseType = '<?php echo $browseType;?>';
<?php js::set('libID', $libID);?>
<?php if($this->from != 'doc') js::set('type', 'doc');?>
<div class="main-row fade <?php if($this->from == 'doc') echo 'split-row';?>" id="mainRow">
<?php if($this->from == 'doc'):?>
<?php $spliter = (empty($this->app->user->feedback) && !$this->cookie->feedbackView && $this->from == 'doc') ? true : false;?>
<div class="main-row fade <?php if($spliter) echo 'split-row';?>" id="mainRow">
<?php if($spliter):?>
<?php include './side.html.php';?>
<div class="col-spliter"></div>
<?php endif;?>
<?php if($this->cookie->browseType == 'bygrid'):?>
<?php include dirname(__FILE__) . '/browsebygrid.html.php';?>
-2
View File
@@ -7,5 +7,3 @@
#burnLegend > div:before {content: ' '; display: block; position: absolute; width: 20px; left: 0; top: 8px; height: 2px; background: #EEEEEE;}
#burnLegend > div.line-real:before {background: #006AF1;}
.panel-heading {padding-right: 55px;}
-1
View File
@@ -17,7 +17,6 @@ function setPreview()
$(function()
{
$('#product_chosen .chosen-single').css('max-width', $('#product_chosen').closest('td').width());
var $searchStories = $('#searchStories');
var lastSearchFn = false;
var $searchInput = $('#storySearchInput');