|
|
@ -195,7 +195,7 @@ class WorkFlow |
|
|
|
#B7 退回申请人 |
|
|
|
if ($backOption == 'B7') { |
|
|
|
$assign = Assign::get_records($currentFormKey, true, '%', 'S'); |
|
|
|
// var_dump($assign); |
|
|
|
// var_dump($assign); |
|
|
|
$applicant = $assign[0]['assigner']; |
|
|
|
$nextAssignerStr = ""; |
|
|
|
$nextAssignerStr .= Employee::get_employee($applicant, $format = "employee_no-name") . ','; |
|
|
@ -291,7 +291,7 @@ class WorkFlow |
|
|
|
public function getAssignStatus($nextAssigner) |
|
|
|
{ |
|
|
|
|
|
|
|
$htmlOption = "'<option value=00000 >请选择</option>'"; |
|
|
|
$htmlOption = "'<option value=00000 >請選擇</option>'"; |
|
|
|
foreach ($nextAssigner as $assigner) { |
|
|
|
|
|
|
|
$htmlOption .= "<option value=" . $assigner[0] . ">" |
|
|
|