Commit 7ea1e6b0 authored by wangqinghua's avatar wangqinghua

color

parent e7a94ff1
......@@ -6,7 +6,6 @@
<ion-content class="bgc-e7e8ed">
<ion-list>
<ng-container *ngIf="allReport.length > 0">
<ng-container *ngFor="let report of allReport">
<ng-container *ngIf="report.reported == true">
<ion-item>
......@@ -25,7 +24,6 @@
</button>
</ng-container>
</div>
<ion-item>
<div class="content-box" (click)="goReport(report)">
<div class="content-item-box">
......
......@@ -156,6 +156,9 @@ export class MyReportPage {
//跳转到报备页面
goReport(report){
if( report.isOverTimeFlag ){
return false;
}
this.storage.set("premanager",report);
this.navCtrl.push("OutGoingReportEditPage");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment