Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
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
smart
Commits
0d7c880e
Commit
0d7c880e
authored
Jan 15, 2020
by
xch666
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一些文字错误
parent
b7058d04
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
7 deletions
+15
-7
effect-analysis.component.html
...p/business/effect-analysis/effect-analysis.component.html
+1
-0
effect-analysis.component.ts
...app/business/effect-analysis/effect-analysis.component.ts
+9
-2
inspect-plan-config.component.html
...rk/inspect-plan-config/inspect-plan-config.component.html
+1
-1
look-plan.component.html
.../webapp/app/work/modal/look-plan/look-plan.component.html
+1
-1
spare-parts-management.component.html
...re-parts-management/spare-parts-management.component.html
+1
-1
handle-detail.component.html
...rk/work-handle/handle-detail/handle-detail.component.html
+2
-2
No files found.
src/main/webapp/app/business/effect-analysis/effect-analysis.component.html
View file @
0d7c880e
...
...
@@ -13,6 +13,7 @@
</nz-breadcrumb>
</div>
<div
nz-col
nzSpan=
"8"
class=
"text-right"
>
<button
nzType=
"primary"
(
click
)="
returnBack
()"
nz-button
>
返回上一页
</button>
<button
(
click
)="
ngOnInit
()"
nz-button
nzType=
"primary"
><i
class=
"anticon anticon-sync"
></i></button>
<smart-full-screen></smart-full-screen>
</div>
...
...
src/main/webapp/app/business/effect-analysis/effect-analysis.component.ts
View file @
0d7c880e
import
{
Component
,
OnInit
}
from
'@angular/core'
;
import
{
BusinessService
}
from
'../business.service'
;
import
{
OverAllService
}
from
'../../overAll/overAll.service'
;
import
{
DatePipe
}
from
'@angular/common'
;
import
{
DatePipe
,
Location
}
from
'@angular/common'
;
import
{
color
}
from
'../../app.constants'
;
import
{
NzMessageService
}
from
'ng-zorro-antd'
;
import
{
CommonService
}
from
'../../shared/common/common.service'
;
...
...
@@ -83,7 +83,9 @@ export class EffectAnalysisComponent implements OnInit {
constructor
(
private
busineSer
:
BusinessService
,
private
overAllSer
:
OverAllService
,
private
commonSer
:
CommonService
,
private
datePipe
:
DatePipe
,
private
message
:
NzMessageService
)
{
private
datePipe
:
DatePipe
,
private
message
:
NzMessageService
,
public
location
:
Location
)
{
}
ngOnInit
()
{
...
...
@@ -515,4 +517,9 @@ export class EffectAnalysisComponent implements OnInit {
this
.
isSpinning
=
false
;
}
//返回上一页
returnBack
(){
this
.
location
.
back
();
}
}
src/main/webapp/app/work/inspect-plan-config/inspect-plan-config.component.html
View file @
0d7c880e
...
...
@@ -27,7 +27,7 @@
</div>
<div
nz-col
nzSpan=
"6"
>
<input
type=
"text"
(
keyup
.
enter
)="
search
()"
nz-input
[(
ngModel
)]="
obj
.
searchStr
"
placeholder=
"计划
编号、创建人、计划名称、参与
人"
>
placeholder=
"计划
名称、计划负责
人"
>
</div>
<div
nz-col
nzSpan=
"2"
>
<button
(
click
)="
search
()"
...
...
src/main/webapp/app/work/modal/look-plan/look-plan.component.html
View file @
0d7c880e
...
...
@@ -104,7 +104,7 @@
<div
nz-col
[
nzSpan
]="
12
"
>
<nz-form-item
nzFlex
>
<nz-form-label
[
nzOffset
]="
4
"
[
nzSpan
]="
6
"
nzFor=
"title"
>
计划描述
</nz-form-label>
<nz-form-control
[
nzSpan
]="
14
"
>
<nz-form-control
style=
"word-wrap:break-word"
[
nzSpan
]="
14
"
>
{{plan?.description}}
</nz-form-control>
</nz-form-item>
...
...
src/main/webapp/app/work/spare-parts-management/spare-parts-management.component.html
View file @
0d7c880e
...
...
@@ -32,7 +32,7 @@
</div>
<div
nz-col
nzSpan=
"6"
></div>
<div
nz-col
nzSpan=
"5"
>
<input
type=
"text"
nz-input
[(
ngModel
)]="
obj
.
keyword
"
placeholder=
"
资产编号、
名称"
>
<input
type=
"text"
nz-input
[(
ngModel
)]="
obj
.
keyword
"
placeholder=
"
备件编号、备件
名称"
>
</div>
<div
nz-col
nzSpan=
"2"
>
<button
(
click
)="
search
()"
nz-button
nzType=
"default"
><i
class=
"anticon anticon-search"
></i>
搜索
...
...
src/main/webapp/app/work/work-handle/handle-detail/handle-detail.component.html
View file @
0d7c880e
...
...
@@ -118,7 +118,7 @@
<div
nz-row
>
<div
nz-col
nzSpan=
"4"
>
处理情况
</div>
<div
nz-col
nzSpan=
"1"
></div>
<div
nz-col
nzSpan=
"19"
>
<div
nz-col
nzSpan=
"19"
style=
"word-wrap:break-word"
>
{{event?.operateResult}}
</div>
</div>
...
...
@@ -171,7 +171,7 @@
<div
nz-row
>
<div
nz-col
nzSpan=
"4"
>
意见建议:
</div>
<div
nz-col
nzSpan=
"1"
></div>
<div
nz-col
nzSpan=
"19"
>
<div
nz-col
nzSpan=
"19"
style=
"word-wrap:break-word"
>
<ng-container
*
ngIf=
"event?.status == 1"
>
{{event?.confirm?.suggest}}
</ng-container>
...
...
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