You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.5 KiB
38 lines
1.5 KiB
4 years ago
|
<div class="bigbox">
|
||
|
<app-title [title]="title"></app-title>
|
||
|
<div class="content">
|
||
|
<mat-list class="list" role="list">
|
||
|
<mat-list-item role="listitem">
|
||
|
<span class="name">熟悉对象</span>
|
||
|
<input type="text" placeholder="请选择单位 >" (click)="openUnitList()">
|
||
|
</mat-list-item>
|
||
|
<mat-list-item role="listitem">
|
||
|
<span class="name">详细地址</span>
|
||
|
<input type="text" placeholder="请输入详细地址">
|
||
|
</mat-list-item>
|
||
|
<mat-list-item role="listitem">
|
||
|
<span class="name">联系人</span>
|
||
|
<input type="text" placeholder="请输入联系人姓名">
|
||
|
</mat-list-item>
|
||
|
<mat-list-item role="listitem">
|
||
|
<span class="name">联系人电话</span>
|
||
|
<input type="text" placeholder="请输入联系电话">
|
||
|
</mat-list-item>
|
||
|
<mat-list-item role="listitem">
|
||
|
<span class="name">熟悉人员数量</span>
|
||
|
<input type="text" placeholder="请输入人数">
|
||
|
</mat-list-item>
|
||
|
<mat-list-item role="listitem">
|
||
|
<span class="name">带队领导</span>
|
||
|
<input type="text" placeholder="请输入带队人姓名">
|
||
|
</mat-list-item>
|
||
|
</mat-list>
|
||
|
<div class="btnbox">
|
||
|
<button class="ok">确认</button>
|
||
|
<button class="cancel">取消</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|