mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -85,6 +85,7 @@ export class CreateProcessPage implements OnInit {
|
||||
SourceId: this.task.workflowInstanceDataFields.DocId, //FolderId
|
||||
DeadlineType: '',
|
||||
SubjectTypes: ['99999844'],
|
||||
NumberPDPP: this.task.workflowInstanceDataFields.DispatchNumber,
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -7,4 +7,5 @@ export class Folder{
|
||||
SourceId:string;
|
||||
DeadlineType: string;
|
||||
SubjectTypes: string[];
|
||||
NumberPDPP:string;
|
||||
}
|
||||
+1
@@ -98,6 +98,7 @@ export class ExpedientTaskModalPage implements OnInit {
|
||||
SourceId: this.task.workflowInstanceDataFields.DocIdD, //FolderId
|
||||
DeadlineType: '',
|
||||
SubjectTypes: ['99999844'],
|
||||
NumberPDPP: this.task.workflowInstanceDataFields.DispatchNumber,
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user