| | |
| | | placeholder="请输入内容" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-form-item style="float: right;"> |
| | | <el-button |
| | | @click="setWarehouseSearch" |
| | | icon="el-icon-upload" |
| | |
| | | size="small" |
| | | >{{ $t('common.delete') }}</el-button> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-form-item style="float: right;"> |
| | | <el-button |
| | | v-if="menuStatus.upload" |
| | | :disabled="multipleDelete.length == 0 ? true : false" |
| | | @click="setEnclosure" |
| | | icon="el-icon-folder-opened" |
| | | type="warning" |
| | | type="success" |
| | | size="small" |
| | | >{{ $t('common.enclosure') }}</el-button> |
| | | </el-form-item> |
| | |
| | | </div> |
| | | <div |
| | | class="subpage_Content subpage_Div" |
| | | style="min-height:330px" |
| | | style="min-height:480px" |
| | | > |
| | | <div class="contentTable"> |
| | | <div style="height: 450px"> |
| | | <el-table |
| | | ref="multipleTable" |
| | | ref="filterTable" |
| | | :data="waretableData" |
| | | tooltip-effect="dark" |
| | | style="width: 100%" |
| | | @selection-change="handleDelteChange" |
| | | > |
| | | height="99%"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55" |
| | |
| | | width="100" |
| | | /> |
| | | </el-table> |
| | | </div> |
| | | <div> |
| | | <div class="pagination_box"> |
| | | <el-pagination |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | |
| | | </el-pagination> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </el-tab-pane> |
| | | </el-tabs> |
| | | <!-- 质检弹窗 --> |