|
@ -3,11 +3,11 @@ |
|
|
<!--头部选项--> |
|
|
<!--头部选项--> |
|
|
<div class="head-container"> |
|
|
<div class="head-container"> |
|
|
<div> |
|
|
<div> |
|
|
<el-input v-model="query.baogaobianhao" type="date" placeholder="报告编号" @change="crud.toQuery" /> |
|
|
<el-input v-model="query.baogaobianhao" placeholder="报告编号" class="filter-item" style="width: 200px" clearable @keyup.enter.native="crud.toQuery" /> |
|
|
<el-input v-model="query.baogaobianhao" type="date" placeholder="报告编号" @change="crud.toQuery" /> |
|
|
<el-input v-model="query.shiyongdanwei" placeholder="使用单位" class="filter-item" style="width: 200px" clearable @keyup.enter.native="crud.toQuery" /> |
|
|
<el-input v-model="query.baogaobianhao" type="date" placeholder="报告编号" @change="crud.toQuery" /> |
|
|
<el-input v-model="query.zhucedaima" placeholder="注册代码" class="filter-item" style="width: 200px" clearable @keyup.enter.native="crud.toQuery" /> |
|
|
<el-input v-model="query.baogaobianhao" type="date" placeholder="报告编号" @change="crud.toQuery" /> |
|
|
<el-input v-model="query.shiyongdengjibianhao" placeholder="使用登记证编号" class="filter-item" clearable style="width: 200px" @keyup.enter.native="crud.toQuery" /> |
|
|
<el-button type="primary" icon="el-icon-search" @click="crud.toQuery"> |
|
|
<el-button class="filter-item" type="primary" icon="el-icon-search" @click="crud.toQuery"> |
|
|
查询 |
|
|
查询 |
|
|
</el-button> |
|
|
</el-button> |
|
|
</div> |
|
|
</div> |
|
|