报销审核找不审核人bug
This commit is contained in:
parent
be20116d6c
commit
fa19a74d6b
@ -536,7 +536,7 @@ class Expense extends BaseController
|
|||||||
$param['check_admin_ids'] ='';
|
$param['check_admin_ids'] ='';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($param['check_status'] = 1 && $param['check_admin_ids']==''){
|
if($param['check_status'] == 1 && $param['check_admin_ids']==''){
|
||||||
return to_assign(1,'找不到下一步的审批人,该审批流程设置有问题,请联系HR或者管理员');
|
return to_assign(1,'找不到下一步的审批人,该审批流程设置有问题,请联系HR或者管理员');
|
||||||
}
|
}
|
||||||
//审核通过数据操作
|
//审核通过数据操作
|
||||||
|
@ -492,7 +492,7 @@ class Invoice extends BaseController
|
|||||||
$param['check_admin_ids'] ='';
|
$param['check_admin_ids'] ='';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($param['check_status'] = 1 && $param['check_admin_ids']==''){
|
if($param['check_status'] == 1 && $param['check_admin_ids']==''){
|
||||||
return to_assign(1,'找不到下一步的审批人,该审批流程设置有问题,请联系HR或者管理员');
|
return to_assign(1,'找不到下一步的审批人,该审批流程设置有问题,请联系HR或者管理员');
|
||||||
}
|
}
|
||||||
//审核通过数据操作
|
//审核通过数据操作
|
||||||
|
@ -436,7 +436,7 @@ class Approve extends BaseController
|
|||||||
$param['check_admin_ids'] ='';
|
$param['check_admin_ids'] ='';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($param['check_status'] = 1 && $param['check_admin_ids']==''){
|
if($param['check_status'] == 1 && $param['check_admin_ids']==''){
|
||||||
return to_assign(1,'找不到下一步的审批人,该审批流程设置有问题,请联系HR或者管理员');
|
return to_assign(1,'找不到下一步的审批人,该审批流程设置有问题,请联系HR或者管理员');
|
||||||
}
|
}
|
||||||
//审核通过数据操作
|
//审核通过数据操作
|
||||||
|
Loading…
x
Reference in New Issue
Block a user