* @package makeup * @version $Id$ * @link http://www.ranzhi.org */ ?> getModuleRoot() . 'common/view/header.html.php';?>
makeup->confirmReview)?>
  • '>
    • '>
'> app->clientLang == 'en' ? 'w-180px' : 'w-130px';?> app->clientLang == 'en' ? 'w-130px' : 'w-100px';?> createLink('makeup', 'view', "id=$makeup->id&type=$type") : '';?>
makeup->id, 'makeup', $type);?> makeup->createdBy, 'makeup', $type);?> user->dept;?> makeup->begin, 'makeup', $type);?> makeup->end, 'makeup', $type);?> makeup->hours, 'makeup', $type);?> makeup->desc;?> makeup->status, 'makeup', $type);?> actions;?> actions;?>
id;?> createdBy);?> dept, ' ');?> begin . ' ' . $makeup->start, DT_DATETIME2);?> end . ' ' . $makeup->finish, DT_DATETIME2);?> hours == 0 ? '' : $makeup->hours;?> desc;?> statusLabel;?> detail, "data-toggle='modal'"); if($type == 'personal') { $switchLabel = $makeup->status == 'wait' ? $lang->makeup->cancel : $lang->makeup->commit; if(strpos(',wait,draft,', ",$makeup->status,") !== false) { extCommonModel::printLink('oa.makeup', 'switchstatus', "id=$makeup->id", $switchLabel, "class='reload'"); } else { echo baseHTML::a('###', $switchLabel, "disabled='disabled'"); } if(strpos(',wait,draft,reject,', ",$makeup->status,") !== false) { extCommonModel::printLink('oa.makeup', 'edit', "id=$makeup->id", $lang->edit, "data-toggle='modal'"); extCommonModel::printLink('oa.makeup', 'delete', "id=$makeup->id", $lang->delete, "class='deleter'"); } else { echo baseHTML::a('###', $lang->edit, "disabled='disabled'"); echo baseHTML::a('###', $lang->delete, "disabled='disabled'"); } } else { if(strpos(',wait,doing,', ",$makeup->status,") !== false) { extCommonModel::printLink('oa.makeup', 'review', "id=$makeup->id&status=pass", $lang->makeup->statusList['pass'], "class='reviewPass'"); extCommonModel::printLink('oa.makeup', 'review', "id=$makeup->id&status=reject", $lang->makeup->statusList['reject'], "data-toggle='modal'"); } else { echo baseHTML::a('###', $lang->makeup->statusList['pass'], "disabled='disabled'"); echo baseHTML::a('###', $lang->makeup->statusList['reject'], "disabled='disabled'"); } } ?>
getModuleRoot() . 'common/view/footer.html.php';?>