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
2df735af
Commit
2df735af
authored
Dec 14, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
7fea81ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
42 deletions
+2
-42
basi-check.component.html
...ain/webapp/app/modal/basi-check/basi-check.component.html
+1
-2
basi-check.component.ts
src/main/webapp/app/modal/basi-check/basi-check.component.ts
+1
-0
basic-edit.component.html
...ain/webapp/app/modal/basic-edit/basic-edit.component.html
+0
-40
No files found.
src/main/webapp/app/modal/basi-check/basi-check.component.html
View file @
2df735af
...
...
@@ -95,8 +95,7 @@
<nz-form-item>
<nz-form-label
[
nzSpan
]="
6
"
nzFor=
"itemtype"
>
监测点分类
</nz-form-label>
<nz-form-control
[
nzSpan
]="
14
"
>
<nz-select
style=
"width: 80%;display: inline-block"
nzPlaceHolder=
"选择监测点分类"
name=
"itemtype"
formControlName=
"applicationids"
>
<nz-select
style=
"width: 80%;display: inline-block"
nzPlaceHolder=
"选择监测点分类"
name=
"itemtype"
[
nzSize
]="
nzSize
"
nzMode=
"tags"
formControlName=
"applicationids"
>
<nz-option
*
ngFor=
"let item of checkList"
nzValue=
"{{item.applicationid}}"
nzLabel=
"{{item.name}}"
></nz-option>
</nz-select>
...
...
src/main/webapp/app/modal/basi-check/basi-check.component.ts
View file @
2df735af
...
...
@@ -35,6 +35,7 @@ export class BasiCheckComponent implements OnInit {
title
;
isCheck
=
false
;
nzSize
=
'large'
;
hostId
;
//主机ID
hostName
;
//主机name
itemId
;
//监控项id
...
...
src/main/webapp/app/modal/basic-edit/basic-edit.component.html
View file @
2df735af
...
...
@@ -36,15 +36,6 @@
</nz-form-item>
</div>
<!--<div nz-col [nzSpan]="12">-->
<!--<nz-form-item nzFlex>-->
<!--<nz-form-label [nzSpan]="6" nzFor="serialnoA">型号</nz-form-label>-->
<!--<nz-form-control [nzSpan]="14">-->
<!--<input id="serialnoA" nz-input placeholder="型号" name="serialnoA"-->
<!--[(ngModel)]="validateForm.inventoryExtend.serialnoA">-->
<!--</nz-form-control>-->
<!--</nz-form-item>-->
<!--</div>-->
</div>
<div
nz-row
[
nzGutter
]="
24
"
>
...
...
@@ -56,37 +47,6 @@
</nz-form-control>
</nz-form-item>
</div>
<!--<div nz-col [nzSpan]="12">-->
<!--<nz-form-item nzFlex>-->
<!--<nz-form-label [nzSpan]="6" nzFor="mac">MAC地址</nz-form-label>-->
<!--<nz-form-control [nzSpan]="14">-->
<!--<input id="mac" nz-input placeholder="MAC地址" name="mac"-->
<!--[(ngModel)]="validateForm.inventoryExtend.mac">-->
<!--</nz-form-control>-->
<!--</nz-form-item>-->
<!--</div>-->
</div>
<div
nz-row
[
nzGutter
]="
24
"
>
<!--<div nz-col [nzSpan]="12">-->
<!--<nz-form-item nzFlex>-->
<!--<nz-form-label [nzOffset]="4" [nzSpan]="6" nzRequired nzFor="storageLocation">存放地点</nz-form-label>-->
<!--<nz-form-control [nzSpan]="14">-->
<!--<input id="storageLocation" nz-input placeholder="存放地点" name="storageLocation" [(ngModel)]="validateForm.inventoryExtend.storageLocation">-->
<!--</nz-form-control>-->
<!--</nz-form-item>-->
<!--</div>-->
<!--<div nz-col [nzSpan]="12">-->
<!--<nz-form-item nzFlex>-->
<!--<nz-form-label [nzSpan]="6" nzFor="maintenanceExpiration">维保到期</nz-form-label>-->
<!--<nz-form-control [nzSpan]="14">-->
<!--<input id="maintenanceExpiration" nz-input placeholder="维保到期" name="maintenanceExpiration"-->
<!--[(ngModel)]="validateForm.inventoryExtend.maintenanceExpiration">-->
<!--</nz-form-control>-->
<!--</nz-form-item>-->
<!--</div>-->
</div>
<nz-form-item>
...
...
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