负责人改成承办人
This commit is contained in:
@@ -1017,7 +1017,7 @@ class EditProject(APIView):
|
||||
from User.utils import create_approval_with_team_logic
|
||||
team_name = get_team_name_from_responsiblefor(responsiblefor_dict if responsiblefor else original_responsiblefor)
|
||||
content = current_responsiblefor + "在" + (
|
||||
times or original_times) + "办理立项登记,项目类型:" + original_type + ",合同编号:" + original_ContractNo + "描述:" + ",负责人:" + responsible_desc + ",收费情况:" + (charge or original_charge) + ",申请人:" + applicant_name
|
||||
times or original_times) + "办理立项登记,项目类型:" + original_type + ",合同编号:" + original_ContractNo + "描述:" + ",承办人:" + responsible_desc + ",收费情况:" + (charge or original_charge) + ",申请人:" + applicant_name
|
||||
approval, approvers_order_json, needs_approval = create_approval_with_team_logic(
|
||||
team_name=team_name,
|
||||
approvers=approvers,
|
||||
|
||||
Reference in New Issue
Block a user