|
|
@@ -166,13 +166,14 @@ |
|
|
|
</el-select> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<div style="display:flex"> |
|
|
|
<div class="app-titel" style="margin-top: 15px"> |
|
|
|
<!-- <div class="label" style="color: #ffffff">筛选相关:</div> --> |
|
|
|
<div style="margin-left: 20px"> |
|
|
|
<el-button type="primary" @click="screen">筛选</el-button> |
|
|
|
</div> |
|
|
|
<div style="margin-left: 20px"> |
|
|
|
<el-button @click="reset">清空筛选条件</el-button> |
|
|
|
<el-button @click="reset" type="text">清空筛选条件</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="app-titel" style="margin-top: 15px"> |
|
|
@@ -185,7 +186,7 @@ |
|
|
|
>批量归还</el-button |
|
|
|
> |
|
|
|
</div> --> |
|
|
|
<div style="margin-left: 20px"> |
|
|
|
<div style="margin-left: auto;margin-right:10px;" v-if="euq_index_downLoad"> |
|
|
|
<el-button |
|
|
|
@click="infoMasstransfer()" |
|
|
|
type="primary" |
|
|
@@ -193,8 +194,6 @@ |
|
|
|
:disabled="multipleSelection.length == 0" |
|
|
|
>批量绑定</el-button |
|
|
|
> |
|
|
|
</div> |
|
|
|
<div style="margin-left: 20px"> |
|
|
|
<el-button |
|
|
|
@click="zkequipmentUnbind()" |
|
|
|
type="primary" |
|
|
@@ -202,8 +201,6 @@ |
|
|
|
:disabled="multipleSelection.length == 0" |
|
|
|
>批量解绑</el-button |
|
|
|
> |
|
|
|
</div> |
|
|
|
<div style="margin-left: 20px"> |
|
|
|
<el-button |
|
|
|
@click="infoBulkbinding()" |
|
|
|
v-if="euq_index_batch" |
|
|
@@ -211,14 +208,11 @@ |
|
|
|
:disabled="multipleSelection.length == 0" |
|
|
|
>批量绑定批次号</el-button |
|
|
|
> |
|
|
|
</div> |
|
|
|
<div style="margin-left: 20px" v-if="equ_index_add"> |
|
|
|
<el-button @click="infoadd()" type="primary">添加</el-button> |
|
|
|
</div> |
|
|
|
<div style="margin-left: auto;margin-right:10px;" v-if="euq_index_downLoad"> |
|
|
|
<el-button v-if="equ_index_add" @click="infoadd()" type="primary">添加</el-button> |
|
|
|
<el-button @click="downLoad">导出</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- 表格 --> |
|
|
@@ -1556,4 +1550,14 @@ export default { |
|
|
|
.div-inp { |
|
|
|
width: 250px; |
|
|
|
} |
|
|
|
/deep/ .el-table__header-wrapper{ |
|
|
|
thead{ |
|
|
|
tr{ |
|
|
|
th{ |
|
|
|
background: #F5F7FA; |
|
|
|
color: #333333; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |