Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-ces
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
wisdom-ces
Commits
7ea1e6b0
Commit
7ea1e6b0
authored
Oct 12, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
e7a94ff1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
myReport.html
src/pages/mine/myReport/myReport.html
+0
-2
myReport.ts
src/pages/mine/myReport/myReport.ts
+3
-0
No files found.
src/pages/mine/myReport/myReport.html
View file @
7ea1e6b0
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<ion-content
class=
"bgc-e7e8ed"
>
<ion-content
class=
"bgc-e7e8ed"
>
<ion-list>
<ion-list>
<ng-container
*
ngIf=
"allReport.length > 0"
>
<ng-container
*
ngIf=
"allReport.length > 0"
>
<ng-container
*
ngFor=
"let report of allReport"
>
<ng-container
*
ngFor=
"let report of allReport"
>
<ng-container
*
ngIf=
"report.reported == true"
>
<ng-container
*
ngIf=
"report.reported == true"
>
<ion-item>
<ion-item>
...
@@ -25,7 +24,6 @@
...
@@ -25,7 +24,6 @@
</button>
</button>
</ng-container>
</ng-container>
</div>
</div>
<ion-item>
<ion-item>
<div
class=
"content-box"
(
click
)="
goReport
(
report
)"
>
<div
class=
"content-box"
(
click
)="
goReport
(
report
)"
>
<div
class=
"content-item-box"
>
<div
class=
"content-item-box"
>
...
...
src/pages/mine/myReport/myReport.ts
View file @
7ea1e6b0
...
@@ -156,6 +156,9 @@ export class MyReportPage {
...
@@ -156,6 +156,9 @@ export class MyReportPage {
//跳转到报备页面
//跳转到报备页面
goReport
(
report
){
goReport
(
report
){
if
(
report
.
isOverTimeFlag
){
return
false
;
}
this
.
storage
.
set
(
"premanager"
,
report
);
this
.
storage
.
set
(
"premanager"
,
report
);
this
.
navCtrl
.
push
(
"OutGoingReportEditPage"
);
this
.
navCtrl
.
push
(
"OutGoingReportEditPage"
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment