feature: salary auth
This commit is contained in:
parent
cf39aa4326
commit
049f771ce4
|
|
@ -154,7 +154,7 @@ class Detail extends Backend
|
|||
return json($result);
|
||||
}
|
||||
|
||||
$this->assignconfig("manage", $this->auth->check('salary/detail/custom_manage'));
|
||||
$this->assignconfig("manage", $this->auth->check('salary/detail/custom_edit'));
|
||||
$this->view->assign("month", $month);
|
||||
$this->view->assign("salaryitem", json_encode($salaryItem));
|
||||
return $this->view->fetch();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user