Fixed steps

This commit is contained in:
SepehrYahyaee
2026-04-19 10:41:51 +03:30
parent 68b3b2000b
commit 5a84080bf1

View File

@@ -3892,9 +3892,9 @@ export class ClaimRequestManagementService {
'damage.otherParts': otherParts.length > 0 ? otherParts : undefined,
'money.sheba': shebaNumber,
'money.nationalCodeOfInsurer': nationalCode,
'status': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS ,
'workflow.currentStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS,
'workflow.nextStep': ClaimWorkflowStep.USER_SUBMISSION_COMPLETE,
'status': ClaimWorkflowStep.CAPTURE_PART_DAMAGES ,
'workflow.currentStep': ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
'workflow.nextStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS,
$push: {
'workflow.completedSteps': ClaimWorkflowStep.SELECT_OTHER_PARTS,
history: {