mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-15 20:28:41 +00:00
cleanup
This commit is contained in:
parent
aea56bfc61
commit
785f77c247
|
|
@ -41,7 +41,9 @@ echo $this->getData('nav')->render(); ?>
|
||||||
$url = \phpOMS\Uri\UriFactory::build('{/prefix}humanresource/staff/profile?{?}&id=' . $value->getId()); ?>
|
$url = \phpOMS\Uri\UriFactory::build('{/prefix}humanresource/staff/profile?{?}&id=' . $value->getId()); ?>
|
||||||
<tr data-href="<?= $url; ?>">
|
<tr data-href="<?= $url; ?>">
|
||||||
<td data-label="<?= $this->getHtml('ID', '0', '0') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getId()); ?></a>
|
<td data-label="<?= $this->getHtml('ID', '0', '0') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getId()); ?></a>
|
||||||
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getProfile()->getAccount()->getName1()); ?></a>
|
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml(
|
||||||
|
\sprintf('%3$s %2$s %1$s', $value->getProfile()->getAccount()->getName1(), $value->getProfile()->getAccount()->getName2(), $value->getProfile()->getAccount()->getName3())
|
||||||
|
); ?></a>
|
||||||
<td><?= $this->printHtml($value->getNewestHistory()->getUnit()->getName()); ?>
|
<td><?= $this->printHtml($value->getNewestHistory()->getUnit()->getName()); ?>
|
||||||
<td><?= $this->printHtml($value->getNewestHistory()->getPosition()->getName()); ?>
|
<td><?= $this->printHtml($value->getNewestHistory()->getPosition()->getName()); ?>
|
||||||
<td><?= $this->printHtml($value->getNewestHistory()->getDepartment()->getName()); ?>
|
<td><?= $this->printHtml($value->getNewestHistory()->getDepartment()->getName()); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user