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.
40 lines
1.7 KiB
40 lines
1.7 KiB
4 years ago
|
<!--
|
||
|
* @Descripttion:
|
||
|
* @version:
|
||
|
* @Author: sueRimn
|
||
|
* @Date: 2020-12-11 16:34:26
|
||
|
* @LastEditors: sueRimn
|
||
|
* @LastEditTime: 2020-12-11 17:42:09
|
||
|
-->
|
||
|
<div class="content">
|
||
|
<div class="contentLeft">
|
||
|
<div class="header">
|
||
|
<form #form="ngForm">
|
||
|
<div class="queryBox">
|
||
|
<div class="queryField">
|
||
|
<div><label style="margin-right: 10px;">单位名称:</label></div>
|
||
|
<div><input type="text" name="identityCard" autocomplete="off" placeholder="请填写"></div>
|
||
|
</div>
|
||
|
<div class="queryField">
|
||
|
<div><label style="margin-right: 10px;">统一社会信用代码:</label></div>
|
||
|
<div><input type="text" name="identityCard" autocomplete="off" placeholder="请填写"></div>
|
||
|
</div>
|
||
|
<div class="queryField">
|
||
|
<div><label style="margin-right: 10px;">辖区中队:</label></div>
|
||
|
<div><input type="text" name="identityCard" autocomplete="off" placeholder="请填写">
|
||
|
<mat-checkbox style="margin-left: 10px;">包含下级</mat-checkbox>
|
||
|
<button mat-raised-button style="background-color: #07CDCF;margin-left: 90px;">查询</button>
|
||
|
<button mat-raised-button style=" background-color: #FF8678;margin-left: 10px;">重置</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|
||
|
<div class="contenttable">
|
||
|
<table></table>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="contentRight"></div>
|
||
|
</div>
|