mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
fix new task
This commit is contained in:
@@ -195,16 +195,16 @@ export class DeplomasService {
|
||||
|
||||
updateNewCount() {
|
||||
this.diplomasAssinadoListNewCount = this._diplomasAssinadoList.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
this.diplomasReviewListNewCount = this._diplomasReviewList.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
this.diplomasGerarListNewCount = this._diplomasGerarList.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
this.diplomasParaAssinarNewCount = this._diplomasParaAssinar.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
@@ -136,7 +136,7 @@ export class DespachoStoreService {
|
||||
|
||||
updateNewCount() {
|
||||
this.newList = this._list.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ private save() {
|
||||
|
||||
updateNewCount() {
|
||||
this.newList = this._list.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ export class ExpedientegdStoreService {
|
||||
|
||||
updateNewList() {
|
||||
this.newList = this._list.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -109,10 +109,10 @@ export class PedidosStoreService {
|
||||
|
||||
updateNewCount() {
|
||||
this.listParecerCount = this._listParecer.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
this.listDeferimentoCount = this._listDeferimento.filter((e) =>{
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ export class PendestesStoreService {
|
||||
|
||||
updateNewCount() {
|
||||
this.newList = this._list.filter((e) => {
|
||||
return this.lessthen24Hours(e.TaskStartDate)
|
||||
return this.lessthen24Hours(e.TaskReceiveDate)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user