mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
Improve
This commit is contained in:
@@ -11,7 +11,9 @@ export class DailyWorkTask{
|
||||
Status: string;
|
||||
}
|
||||
|
||||
export class tasksList{
|
||||
|
||||
|
||||
export class fullTask {
|
||||
actions: null;
|
||||
activityInstanceName: string;
|
||||
formURL: string;
|
||||
@@ -25,11 +27,16 @@ export class tasksList{
|
||||
serialNumber: string;
|
||||
taskStartDate: string;
|
||||
workflowDisplayName: string;
|
||||
workflowID: number
|
||||
workflowID: number;
|
||||
totalDocuments: any;
|
||||
workflowInstanceDataFields: {
|
||||
AttachmentsProcessLastInstanceId: number,
|
||||
Sender: string,
|
||||
ViewerRequest: string,
|
||||
DispatchDocId: number,
|
||||
Remetente: string,
|
||||
DispatchImageId: number,
|
||||
Status: string,
|
||||
DistributionTypeName: string,
|
||||
DocID: number,
|
||||
DocIDTmp: string,
|
||||
@@ -38,6 +45,8 @@ export class tasksList{
|
||||
ImageIDTmp: string,
|
||||
ImageXMLTmp: string,
|
||||
InstanceDistributionId: number,
|
||||
DeadlineType: any,
|
||||
Note: string,
|
||||
InstanceID: string,
|
||||
InstanceIDNew: string,
|
||||
NewSerialNumber: string,
|
||||
@@ -57,3 +66,19 @@ export class tasksList{
|
||||
workflowInstanceID: number
|
||||
workflowName: string
|
||||
}
|
||||
export class tasksList extends fullTask{}
|
||||
export class customTaskList {
|
||||
SerialNumber: string
|
||||
Folio : string
|
||||
Senders: string
|
||||
CreateDate : string
|
||||
DocumentURL : string
|
||||
Remetente : string
|
||||
DocumentsQty : string
|
||||
DocId : number
|
||||
FolderID : number
|
||||
WorkflowName : string
|
||||
activityInstanceName : string
|
||||
Status : string
|
||||
}
|
||||
export class customTask extends customTaskList{}
|
||||
Reference in New Issue
Block a user