列表高度固定

This commit is contained in:
bb_pan 2025-12-04 11:29:53 +08:00
parent 8e731712e5
commit 75d8c06e92
180 changed files with 379 additions and 290 deletions

View File

@ -94,7 +94,7 @@
</el-row>
<!-- 表格 -->
<div class="table-container">
<el-table :data="tableData" border stripe :span-method="handleSpanMethod" height="100%">
<el-table :data="tableData" border stripe :span-method="handleSpanMethod" height="546">
<!-- <el-table :data="tableData" >-->
<el-table-column label="序号" align="center" width="55" type="index" fixed />
<el-table-column prop="orderNumber" label="录入单号" align="center" show-overflow-tooltip column-key="orderNumber"
@ -195,7 +195,7 @@
<!-- 弹框 -->
<el-dialog :title="dialogTitle" :visible.sync="dialogVisible" width="40%">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" :max-height="500">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" height="546">
<el-table-column type="index" width="55" label="序号" align="center" />
<el-table-column label="附件名称" prop="fileName" align="center">
<!-- 插槽 -->

View File

@ -50,7 +50,7 @@
<!-- 表格区域 -->
<div class="table-container">
<el-table :data="tableData" border stripe height="100%">
<el-table :data="tableData" border stripe height="546">
<el-table-column label="序号" align="center" width="55" type="index" />
<el-table-column prop="orderNumber" label="录入单号" align="center" />
<el-table-column prop="devCount" label="申请录入数量" align="center" />

View File

@ -198,7 +198,7 @@
:span-method="handleSpanMethod"
border
stripe
height="100%"
height="546"
>
<el-table-column label="序号" align="center" width="55" type="index" fixed/>
<el-table-column prop="orderNumber" label="录入单号" align="center" show-overflow-tooltip
@ -326,7 +326,7 @@
/>
<!-- 弹框 -->
<el-dialog :title="dialogTitle" :visible.sync="dialogVisible" width="40%">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" :max-height="500">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" height="546">
<el-table-column type="index" width="55" label="序号" align="center"/>
<el-table-column label="附件名称" prop="fileName" align="center">
<!-- 插槽 -->

View File

@ -63,6 +63,7 @@
:data="tableData"
style="width: auto"
show-overflow-tooltip
height="546"
>
<el-table-column label="序号" align="center" width="80" type="index"></el-table-column>
<el-table-column align="center" label="装备名称">

View File

@ -155,7 +155,7 @@
</el-col>
</el-row>
<!-- 表格 -->
<el-table :data="tableData" :span-method="handleSpanMethod" border stripe height="100%">
<el-table :data="tableData" :span-method="handleSpanMethod" border stripe height="546">
<!-- <el-table :data="tableData" >-->
<el-table-column label="序号" align="center" width="55" type="index" fixed/>
<el-table-column prop="orderNumber" label="录入单号" align="center" show-overflow-tooltip
@ -274,7 +274,7 @@
</el-card>
<!-- 弹框 -->
<el-dialog :title="dialogTitle" :visible.sync="dialogVisible" width="40%">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" :max-height="500">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" height="546">
<el-table-column type="index" width="55" label="序号" align="center" />
<el-table-column label="附件名称" prop="fileName" align="center">
<!-- 插槽 -->

View File

@ -51,7 +51,7 @@
<el-button class="primary-lease" size="mini" type="primary" @click="showDetails('1')">展开明细</el-button>
</el-col>
</el-row>
<el-table :data="tableData" border stripe height="100%">
<el-table :data="tableData" border stripe height="546">
<el-table-column label="序号" align="center" width="55" type="index"/>
<el-table-column prop="orderNumber" label="录入单号" align="center"/>
<el-table-column prop="devCount" label="申请录入数量" align="center"/>

View File

@ -154,7 +154,7 @@
</el-row>
<!-- 表格 -->
<el-table :data="tableData" :span-method="handleSpanMethod">
<el-table :data="tableData" :span-method="handleSpanMethod" height="546">
<!-- <el-table :data="tableData" >-->
<el-table-column label="序号" align="center" width="55" type="index" fixed/>
<el-table-column prop="orderNumber" label="录入单号" align="center" show-overflow-tooltip
@ -272,7 +272,7 @@
<!-- 弹框 -->
<el-dialog :title="dialogTitle" :visible.sync="dialogVisible" width="40%">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" :max-height="500">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" height="546">
<el-table-column type="index" width="55" label="序号" align="center" />
<el-table-column label="附件名称" prop="fileName" align="center">
<!-- 插槽 -->

View File

@ -15,7 +15,7 @@
</el-row>
</el-form>
<el-table :data="selectedEquipment" border stripe :max-height="500">
<el-table :data="selectedEquipment" border stripe height="546">
<el-table-column label="序号" type="index" align="center" width="55"/>
<el-table-column prop="name" label="装备名称" align="center"/>
<el-table-column prop="specificationModel" label="规格型号" align="center"/>
@ -108,6 +108,7 @@
@selection-change="handleSelectionAddEquipment"
ref="equipmentTable"
:row-key="row => row.devId"
height="546"
>
<el-table-column label="序号" type="index" align="center" width="55"/>
<el-table-column width="55" align="center" type="selection"/>

View File

@ -37,7 +37,7 @@
</el-row>
</el-form>
<el-table :data="selectedEquipment" border stripe :max-height="600">
<el-table :data="selectedEquipment" border stripe height="546">
<el-table-column label="序号" type="index" align="center" width="55" />
<el-table-column prop="name" label="装备名称" align="center" />
<el-table-column prop="specificationModel" label="规格型号" align="center" />
@ -87,6 +87,7 @@
@selection-change="handleSelectionAddEquipment"
ref="equipmentTable"
:row-key="row => row.devId"
height="546"
>
<el-table-column label="序号" type="index" align="center" width="55" />
<el-table-column width="55" align="center" type="selection" />

View File

@ -59,7 +59,7 @@
<el-button size="mini" type="primary" @click="onHandleSubmit"> 确定退库</el-button>
</el-col>
</el-row>
<el-table :data="selectedEquipment" border stripe>
<el-table :data="selectedEquipment" border stripe height="546">
<el-table-column label="序号" type="index" align="center" width="55"/>
<el-table-column prop="name" label="装备名称" align="center"/>
<el-table-column prop="devCategory" label="装备类目" align="center">
@ -154,6 +154,7 @@
@selection-change="handleSelectionAddEquipment"
ref="equipmentTable"
:row-key="(row) => row.devId"
height="546"
>
<el-table-column label="序号" type="index" align="center" width="55"/>
<el-table-column width="55" align="center" type="selection"/>

View File

@ -156,7 +156,7 @@
</el-row>
</el-form>
<el-table :data="selectedEquipment" border stripe :max-height="500">
<el-table :data="selectedEquipment" border stripe height="546">
<el-table-column label="序号" type="index" align="center" width="55"/>
<el-table-column prop="name" label="装备名称" align="center"/>
<el-table-column prop="specificationModel" label="规格型号" align="center"/>
@ -218,6 +218,7 @@
@selection-change="handleSelectionAddEquipment"
ref="equipmentTable"
:row-key="row => row.devId"
height="546"
> <!-- 关键修复添加row-key属性 -->
<el-table-column label="序号" type="index" align="center" width="55"/>

View File

@ -335,6 +335,7 @@
@selection-change="handleSelectionChange"
v-loading="tableLoading"
border stripe
height="546"
>
<el-table-column align="center" show-overflow-tooltip type="selection" width="50"/>
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
@ -711,7 +712,7 @@
<!-- 弹框 -->
<el-dialog :title="dialogTitle" :visible.sync="dialogVisible" width="40%">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" :max-height="500">
<el-table :data="dialogList" fit highlight-current-row style="width: 100%" height="546">
<el-table-column type="index" width="55" label="序号" align="center"/>
<el-table-column label="附件名称" prop="fileName" align="center">
<!-- 插槽 -->

View File

@ -99,7 +99,7 @@
</el-col>
</el-row>-->
<div class="table-container">
<el-table :data="tableData" style="width: 100%" border stripe height="100%">
<el-table :data="tableData" style="width: 100%" border stripe height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
<el-table-column align="center" show-overflow-tooltip prop="propertyUnit" label="单位名称"/>
<el-table-column align="center" show-overflow-tooltip prop="name" label="装备名称"/>

View File

@ -60,7 +60,7 @@
</div>
<el-table ref="detailTable" :data="detailList" style="width: 100%" border stripe size="small" fit @selection-change="onSelectionChange">
<el-table ref="detailTable" :data="detailList" height="546" style="width: 100%" border stripe size="small" fit @selection-change="onSelectionChange">
<el-table-column type="selection" width="50" :selectable="row => !row.reviewStatus || (row.reviewStatus !== '1' && row.reviewStatus !== '2')" />
<el-table-column align="center" type="index" label="序号" width="80" />
<el-table-column align="center" prop="type" label="分类" width="100" />

View File

@ -48,7 +48,7 @@
<el-col :span="4">
<span style="font-size: 20px; font-weight: 800">退役审核列表</span>
</el-col>
<el-table :data="tableData" style="width: 100%" border stripe fit>
<el-table :data="tableData" style="width: 100%" border stripe fit height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50" />
<el-table-column align="center" show-overflow-tooltip prop="code" label="退役单号" />
<el-table-column align="center" show-overflow-tooltip prop="equipmentNum" label="退役装备数" />

View File

@ -88,6 +88,7 @@
stripe
size="small"
fit
height="546"
@selection-change="onSelectionChange"
>
<el-table-column type="selection" width="50" />

View File

@ -53,7 +53,7 @@
</el-col>
</div>
<el-table :data="detailList" style="width: 100%" border stripe size="small" fit>
<el-table :data="detailList" style="width: 100%" border stripe size="small" fit height="546">
<el-table-column align="center" type="index" label="序号" width="70" />
<el-table-column align="center" prop="type" label="分类" width="90" />
<el-table-column align="center" prop="typeName" label="类目" width="180" />

View File

@ -56,7 +56,7 @@
</el-row>
<el-table :data="tableData" style="width: 100%" border stripe fit >
<el-table :data="tableData" style="width: 100%" border stripe fit height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50" />
<el-table-column align="center" show-overflow-tooltip prop="code" label="退役单号" />
<el-table-column align="center" show-overflow-tooltip prop="equipmentNum" label="退役装备数" />

View File

@ -29,7 +29,7 @@
<el-card class="content-box">
<div class="table-container">
<el-table :data="tableData" style="width: 100%" border stripe height="100%" fit>
<el-table :data="tableData" style="width: 100%" border stripe height="546" fit>
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50" />
<el-table-column align="center" show-overflow-tooltip prop="businessType" label="业务类型" width="120">
<template slot-scope="scope">

View File

@ -50,7 +50,7 @@
</div>
<div class="table-container" style="flex: 1; overflow-y: auto;">
<el-table :data="tableData" style="width: 100%">
<el-table :data="tableData" style="width: 100%" height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
<el-table-column align="center" show-overflow-tooltip prop="type" label="操作类型">
@ -130,7 +130,7 @@
</el-row>
<vue-easy-print ref="recordPrintRef" tableShow style="width: 100%">
<el-table :data="outRecordData" style="width: 100%">
<el-table :data="outRecordData" style="width: 100%" height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号"/>
<el-table-column align="center" show-overflow-tooltip prop="devName" label="装备名称"/>
<!-- <el-table-column align="center" show-overflow-tooltip prop="createUser" label="装备系列" /> -->

View File

@ -44,7 +44,7 @@
</el-col>
</el-row>
<div class="table-container" style="flex: 1; overflow-y: auto;">
<el-table :data="tableData" style="width: 100%" border stripe>
<el-table :data="tableData" style="width: 100%" border stripe height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
<el-table-column align="center" show-overflow-tooltip prop="type" label="操作类型">

View File

@ -41,7 +41,7 @@
</el-col>
</el-row>
<div class="table-container">
<el-table :data="tableData" style="width: 100%" border stripe >
<el-table :data="tableData" style="width: 100%" border stripe height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
<el-table-column align="center" show-overflow-tooltip prop="type" label="操作类型">

View File

@ -43,7 +43,7 @@
</el-col>
</el-row>
<div class="table-container">
<el-table :data="tableData" style="width: 100%" border stripe >
<el-table :data="tableData" style="width: 100%" border stripe height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
<el-table-column align="center" show-overflow-tooltip prop="type" label="操作类型">

View File

@ -32,7 +32,7 @@
</el-col>
</el-row>
<div class="table-container">
<el-table :data="tableData" style="width: 100%" border stripe>
<el-table :data="tableData" style="width: 100%" border stripe height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
<el-table-column align="center" show-overflow-tooltip prop="type" label="操作类型">

View File

@ -68,6 +68,7 @@
border
stripe
show-overflow-tooltip
height="546"
>
<el-table-column label="序号" type="index" align="center" width="80"/>
<el-table-column prop="deviceName" label="装备名称" align="center"/>
@ -285,6 +286,7 @@
border
stripe
show-overflow-tooltip
height="546"
>
<el-table-column label="序号" type="index" align="center" width="80"/>
<el-table-column prop="qcCode" label="质检编码" align="center"/>

View File

@ -173,6 +173,7 @@
border
:data="orderDetailDtoList"
show-overflow-tooltip
height="546"
:header-cell-style="{
color: '#fff',
background: '#00a288',
@ -202,6 +203,7 @@
:data="repairRecordList"
border
show-overflow-tooltip
height="546"
:header-cell-style="{
background: '#00a288',
color: '#fff',
@ -225,6 +227,7 @@
:data="scrapRecordList"
border
show-overflow-tooltip
height="546"
:header-cell-style="{
background: '#00a288',
color: '#fff',
@ -249,6 +252,7 @@
:data="lossRecordList"
border
show-overflow-tooltip
height="546"
:header-cell-style="{
background: '#00a288',
color: '#fff',
@ -274,6 +278,7 @@
:data="viewFileInfoList"
border
show-overflow-tooltip
height="546"
:header-cell-style="{
background: '#00a288',
color: '#fff',

View File

@ -338,7 +338,7 @@
</div>
<div class="pagination-wrapper">
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -382,6 +382,7 @@
border
:data="orderDetailDtoList"
show-overflow-tooltip
height="546"
:header-cell-style="{
color: '#fff',
background: '#00a288',
@ -447,6 +448,7 @@
:data="repairRecordList"
border
show-overflow-tooltip
height="546"
:header-cell-style="{
background: '#00a288',
color: '#fff',
@ -506,6 +508,7 @@
:data="scrapRecordList"
border
show-overflow-tooltip
height="546"
:header-cell-style="{
background: '#00a288',
color: '#fff',
@ -566,6 +569,7 @@
:data="lossRecordList"
border
show-overflow-tooltip
height="546"
:header-cell-style="{
background: '#00a288',
color: '#fff',
@ -608,6 +612,7 @@
:data="viewFileInfoList"
border
show-overflow-tooltip
height="546"
:header-cell-style="{
background: '#00a288',
color: '#fff',

View File

@ -130,7 +130,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column

View File

@ -173,6 +173,7 @@
border
:data="orderDetailDtoList"
show-overflow-tooltip
height="546"
:header-cell-style="{
color: '#fff',
background: '#00a288',
@ -206,6 +207,7 @@
background: '#00a288',
color: '#fff',
}"
height="546"
>
<el-table-column prop="deviceName" align="center" label="装备名称" />
<el-table-column prop="typeName" align="center" label="型号" />
@ -229,6 +231,7 @@
background: '#00a288',
color: '#fff',
}"
height="546"
>
<el-table-column prop="deviceName" align="center" label="装备名称" />
<el-table-column prop="typeName" align="center" label="型号" />
@ -253,6 +256,7 @@
background: '#00a288',
color: '#fff',
}"
height="546"
>
<el-table-column prop="deviceName" align="center" label="装备名称" />
<el-table-column prop="typeName" align="center" label="型号" />
@ -278,6 +282,7 @@
background: '#00a288',
color: '#fff',
}"
height="546"
>
<el-table-column prop="fileName" align="center" label="文件名称" />
<el-table-column align="center" label="操作" width="120">

View File

@ -250,7 +250,7 @@
<div class="pagination-wrapper">
<!-- 分页 -->
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -287,6 +287,7 @@
:data="orderDetailDtoList"
show-overflow-tooltip
:header-cell-style="{ color: '#fff', background: '#00a288' }"
height="546"
>
<el-table-column prop="code" align="center" label="装备编号"/>
<el-table-column prop="deviceName" align="center" label="装备名称"/>
@ -307,6 +308,7 @@
border
show-overflow-tooltip
:header-cell-style="{ background: '#00a288', color: '#fff' }"
height="546"
>
<el-table-column prop="code" align="center" label="装备编号"/>
<el-table-column prop="deviceName" align="center" label="装备名称"/>
@ -358,6 +360,7 @@
border
show-overflow-tooltip
:header-cell-style="{ background: '#00a288', color: '#fff' }"
height="546"
>
<el-table-column prop="code" align="center" label="装备编号"/>
<el-table-column prop="deviceName" align="center" label="装备名称"/>
@ -410,6 +413,7 @@
border
show-overflow-tooltip
:header-cell-style="{ background: '#00a288', color: '#fff' }"
height="546"
>
<el-table-column prop="code" align="center" label="装备编号"/>
<el-table-column prop="deviceName" align="center" label="装备名称"/>
@ -445,6 +449,7 @@
border
show-overflow-tooltip
:header-cell-style="{ background: '#00a288', color: '#fff' }"
height="546"
>
<el-table-column prop="fileName" align="center" label="文件名称"/>
<el-table-column align="center" label="操作" width="120">

View File

@ -46,7 +46,7 @@
style="width: 100%"
border
stripe
height="100%"
height="546"
:loading="tableLoading"
>
<el-table-column

View File

@ -114,6 +114,7 @@
border stripe
@selection-change="handleSelectionChange"
class="custom-table"
height="546"
>
<!-- 表格列保持原有内容 -->
<el-table-column type="selection" width="55" align="center"/>
@ -248,6 +249,7 @@
border stripe
@selection-change="handleSelectionChange"
class="custom-table"
height="546"
>
<!-- 弹窗表格列保持原有内容 -->
<el-table-column type="selection" width="55" align="center"/>

View File

@ -106,6 +106,7 @@
:data="toolList"
show-overflow-tooltip
border stripe
height="546"
@selection-change="handleSelectionChange"
>
<!-- 修复后的表格列代码 -->
@ -226,6 +227,7 @@
show-overflow-tooltip
border stripe
@selection-change="handleNumberSelectionChange"
height="546"
>
<!--复选列-->
<el-table-column type="selection" width="55" align="center"/>
@ -330,6 +332,7 @@
:data="codeToolList"
show-overflow-tooltip
border stripe
height="546"
@selection-change="handleCodeSelectionChange"
>
<!-- 复选列 -->

View File

@ -67,7 +67,7 @@
<el-table :data="tableData" style="width: 100%">
<el-table :data="tableData" style="width: 100%" height="546">
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50" />
<el-table-column align="center" show-overflow-tooltip prop="date" label="系统名称" />

View File

@ -29,7 +29,7 @@
show-overflow-tooltip
border
stripe
height="100%"
height="546"
>
<el-table-column align="center" label="序号" type="index" width="80" />
<el-table-column align="center" label="收货地址">

View File

@ -79,7 +79,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column
@ -252,7 +252,7 @@
</el-row>
<!-- 设备列表表格 -->
<el-table ref="addTable" :data="addList" height="500" @selection-change="handleSelectionChange" border stripe>
<el-table ref="addTable" :data="addList" height="546" @selection-change="handleSelectionChange" border stripe>
<el-table-column type="selection" width="55" align="center" :selectable="selectable"/>
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
@ -291,7 +291,7 @@
<!-- 分页组件 -->
<pagination
v-show="addTotal > 0"
:total="addTotal"
:page.sync="addQuery.pageNum"
:limit.sync="addQuery.pageSize"

View File

@ -75,7 +75,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column
@ -112,7 +112,7 @@
<!-- 分页 -->
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -27,7 +27,7 @@
<el-button type="primary" :disabled="dialogList.length == 0" @click="submit">确定</el-button>
</el-col>
</el-row>
<el-table :data="dialogList" border stripe highlight-current-row :max-height="500" style="width: 100%">
<el-table :data="dialogList" border stripe highlight-current-row height="546" style="width: 100%">
<el-table-column type="index" width="55" label="序号" align="center" />
<el-table-column
v-for="(column, index) in dialogColumns"

View File

@ -44,7 +44,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column

View File

@ -69,7 +69,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column
@ -103,7 +103,7 @@
<!-- 分页 -->
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -129,7 +129,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column

View File

@ -59,7 +59,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
@ -99,7 +99,7 @@
<!-- 分页 -->
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -48,7 +48,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column

View File

@ -85,7 +85,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column
@ -122,7 +122,7 @@
<!-- 分页 -->
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -87,7 +87,7 @@
highlight-current-row
border
stripe
:max-height="570"
height="546"
style="width: 100%"
@selection-change="handleSelectionChange"
>

View File

@ -89,7 +89,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column
@ -132,7 +132,7 @@
<!-- 分页 -->
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -66,7 +66,7 @@
<!-- 表格 -->
<el-table
:data="qualityLis"
border stripe height="100%"
border stripe height="546"
show-overflow-tooltip
>
<el-table-column align="center" label="合同编码">

View File

@ -100,7 +100,7 @@
v-loading="loading"
:data="tableList"
border stripe
height="550px"
height="546"
:row-key="row => row.keyId"
@selection-change="handleSelectionChange"
>

View File

@ -18,7 +18,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<!-- 序号列 -->
@ -115,7 +115,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -58,7 +58,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column
@ -103,7 +103,7 @@
<!-- 分页 -->
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -14,7 +14,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<!-- 序号列 -->

View File

@ -43,7 +43,7 @@
</el-col>
</div>
<el-table ref="detailTable" :data="detailList" style="width: 100%" border stripe size="small" fit @selection-change="onSelectionChange">
<el-table ref="detailTable" :data="detailList" height="546" style="width: 100%" border stripe size="small" fit @selection-change="onSelectionChange">
<el-table-column type="selection" width="50" />
<el-table-column align="center" type="index" label="序号" width="80" />
<el-table-column align="center" prop="type" label="分类" width="100" />

View File

@ -55,7 +55,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
>
<el-table-column
@ -96,7 +96,7 @@
<!-- 分页 -->
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -18,7 +18,7 @@
highlight-current-row
border
stripe
:max-height="650"
height="546"
style="width: 100%"
@selection-change="handleSelectionChange"
>

View File

@ -72,7 +72,7 @@
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="dataList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="dataList" height="546" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center"/>
<el-table-column type="index" label="序号" :index="indexMethod" width="50"/>
<el-table-column label="名称" align="center" prop="name"/>
@ -117,7 +117,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -62,7 +62,7 @@
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="groupsList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="groupsList" height="546" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center"/>
<el-table-column type="index" label="序号" :index="indexMethod" width="50"/>
<el-table-column label="标识" align="center" prop="groupCode">
@ -102,7 +102,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -48,6 +48,7 @@
fit
highlight-current-row
style="width: 100%"
height="546"
>
<el-table-column
type="index"
@ -80,7 +81,7 @@
<!-- 分页 -->
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -89,7 +89,7 @@
>批量下架</el-button>
</el-col>
</el-row>
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="taskId" @selection-change="handleSelectionChange" border>
<el-table v-loading="loading" :data="tableList" height="546" ref="multipleTable" row-key="taskId" @selection-change="handleSelectionChange" border>
<el-table-column type="selection" width="55" align="center" :reserve-selection="true" />
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
@ -130,7 +130,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -89,7 +89,7 @@
>批量下架</el-button>
</el-col>
</el-row>
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="taskId" @selection-change="handleSelectionChange" border>
<el-table v-loading="loading" :data="tableList" height="546" ref="multipleTable" row-key="taskId" @selection-change="handleSelectionChange" border>
<el-table-column type="selection" width="55" align="center" :reserve-selection="true" />
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
@ -132,7 +132,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -92,7 +92,7 @@
</el-button>
</el-col>
</el-row>
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="maId"
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="maId" height="546"
@selection-change="handleSelectionChange" border>
<el-table-column type="selection" width="55" align="center" :reserve-selection="true"/>
<el-table-column label="序号" align="center" width="80" type="index">
@ -147,7 +147,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -111,7 +111,7 @@
v-loading="loading"
:data="typeList"
border
height="546"
>
<el-table-column type="selection" width="50" align="center"/>
<el-table-column
@ -177,7 +177,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -127,6 +127,7 @@
v-loading="loading"
:data="typeList"
border
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column type="selection" width="50" align="center"/>
@ -226,7 +227,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -212,7 +212,7 @@
</el-row>
</div>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -89,7 +89,7 @@
>批量下架</el-button>
</el-col>
</el-row>
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="taskId" @selection-change="handleSelectionChange" border>
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="taskId" height="546" @selection-change="handleSelectionChange" border>
<el-table-column type="selection" width="55" align="center" :reserve-selection="true" />
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
@ -130,7 +130,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -159,6 +159,7 @@
<el-table
v-loading="loading"
:data="equipmentList"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column
@ -304,7 +305,7 @@
<el-button type="primary" size="mini" @click="handleAddCode">添加编码</el-button>
</el-col>
</el-row> -->
<el-table :data="machineList" width="100%" ref="codeTableList" height="450px" row-key="maId" @selection-change="codeSelectionChange">
<el-table :data="machineList" width="100%" ref="codeTableList" height="546" row-key="maId" @selection-change="codeSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="序号" type="index" width="55" align="center"/>
<el-table-column label="类型名称" prop="typeName" align="center" :show-overflow-tooltip="true">

View File

@ -28,7 +28,7 @@
</div>
</div>
</div>
<el-table :data="tableData" border style="width: 100%;margin-bottom: 10px;padding: 2px;">
<el-table :data="tableData" border height="546" style="width: 100%;margin-bottom: 10px;padding: 2px;">
<el-table-column label="编号" align="center" type="index" />
<el-table-column label="物资类型"
align="center"
@ -117,7 +117,7 @@
</div>
</div>
</div>
<el-table :data="tableSubData" border style="width: 100%;margin-bottom: 10px;padding: 2px;">
<el-table :data="tableSubData" height="546" border style="width: 100%;margin-bottom: 10px;padding: 2px;">
<el-table-column label="序号" align="center" type="index" />
<el-table-column prop="materialType" label="物资类型" align="center">
</el-table-column>

View File

@ -149,6 +149,7 @@
<el-table
v-loading="loading"
:data="typeList"
height="546"
@selection-change="handleSelectionChange"
>
<!-- <el-table-column type="selection" width="55" align="center" /> -->
@ -306,7 +307,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -124,6 +124,7 @@
<el-table
v-loading="loading"
:data="equipmentList"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column
@ -269,7 +270,7 @@
<el-button type="primary" size="mini" @click="handleAddCode">添加编码</el-button>
</el-col>
</el-row> -->
<el-table :data="maCodeList" width="100%" height="450px">
<el-table :data="maCodeList" width="100%" height="546">
<el-table-column label="序号" type="index" width="55" align="center"/>
<el-table-column label="类型名称" prop="materialName" align="center" :show-overflow-tooltip="true">
</el-table-column>

View File

@ -76,6 +76,7 @@
v-loading="loading"
:data="propInfoList"
border
height="546"
>
<el-table-column type="selection" width="55" align="center" />
<el-table-column
@ -139,7 +140,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -79,6 +79,7 @@
:data="projectList"
@selection-change="handleSelectionChange"
border
height="546"
>
<el-table-column type="selection" width="55" align="center" />
<el-table-column
@ -168,7 +169,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -78,6 +78,7 @@
v-loading="loading"
:data="unitList"
border
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column
@ -154,7 +155,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -102,6 +102,7 @@
<el-table
v-loading="loading"
:data="userList"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column
@ -173,7 +174,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -60,6 +60,7 @@
v-loading="loading"
:data="roleList"
border
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column label="序号" type="index" width="100" align="center">
@ -132,7 +133,7 @@
</el-table>
<!-- <pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -112,6 +112,7 @@
<el-table
v-loading="loading"
:data="equipmentList"
height="546"
@selection-change="handleSelectionChange"
>
<!-- <el-table-column type="selection" width="55" align="center" /> -->

View File

@ -106,6 +106,7 @@
row-key="id"
@selection-change="handleSelectionChange"
border
height="546"
>
<el-table-column
type="selection"
@ -261,7 +262,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -327,6 +328,7 @@
class="table"
style="margin-top: 20px; width: 1000px; padding-bottom: 1px"
border
height="546"
>
<!-- <el-table-column type="selection" width="55" align="center" />-->
<el-table-column label="序号" align="center" type="index" row="2" />
@ -478,6 +480,7 @@
class="table"
border
style="margin-top: 20px; padding: 1px"
height="546"
>
<el-table-column label="序号" align="center" type="index" />
<el-table-column label="类型名称" align="center" prop="typeName" />

View File

@ -99,7 +99,7 @@
></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="leaseList" border>
<el-table v-loading="loading" :data="leaseList" border height="546">
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column
align="center"
@ -178,7 +178,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -232,7 +232,7 @@
</el-form-item>
</el-form>
<el-table v-loading="loading" :data="dialogList">
<el-table v-loading="loading" :data="dialogList" height="546">
<el-table-column
align="center"
label="序号"
@ -318,7 +318,7 @@
</el-table>
<pagination
v-show="dialogTotal > 0"
:total="dialogTotal"
:page.sync="dialogQuery.pageNum"
:limit.sync="dialogQuery.pageSize"
@ -370,7 +370,7 @@
</el-form>
<!-- 出库记录列表 -->
<el-table border :data="leaseOutDetailsList">
<el-table border :data="leaseOutDetailsList" height="546">
<el-table-column
align="center"
label="序号"
@ -476,7 +476,7 @@
<el-table
v-loading="loading"
:data="outCodeList"
height="500"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column
@ -571,7 +571,7 @@
>
</el-col>
</el-row>
<el-table v-loading="loading" :data="outNumList" height="500">
<el-table v-loading="loading" :data="outNumList" height="546">
<el-table-column label="序号" align="center" type="index" />
<el-table-column
label="设备类型"
@ -685,6 +685,7 @@
:data="leaseOutDetailRecord"
class="table"
border
height="546"
style="margin-top: 20px; padding: 1px"
>
<!-- <el-table-column type="selection" width="55" align="center" />-->

View File

@ -99,7 +99,7 @@
></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="leaseList" border>
<el-table v-loading="loading" :data="leaseList" border height="546">
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column
align="center"
@ -178,7 +178,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -232,7 +232,7 @@
</el-form-item>
</el-form>
<el-table v-loading="loading" :data="dialogList">
<el-table v-loading="loading" :data="dialogList" height="546">
<el-table-column
align="center"
label="序号"
@ -318,7 +318,7 @@
</el-table>
<pagination
v-show="dialogTotal > 0"
:total="dialogTotal"
:page.sync="dialogQuery.pageNum"
:limit.sync="dialogQuery.pageSize"
@ -370,7 +370,7 @@
</el-form>
<!-- 出库记录列表 -->
<el-table border :data="leaseOutDetailsList">
<el-table border :data="leaseOutDetailsList" height="546">
<el-table-column
align="center"
label="序号"
@ -476,7 +476,7 @@
<el-table
v-loading="loading"
:data="outCodeList"
height="500"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column
@ -571,7 +571,7 @@
>
</el-col>
</el-row>
<el-table v-loading="loading" :data="outNumList" height="500">
<el-table v-loading="loading" :data="outNumList" height="546">
<el-table-column label="序号" align="center" type="index" />
<el-table-column
label="设备类型"
@ -685,6 +685,7 @@
:data="leaseOutDetailRecord"
class="table"
border
height="546"
style="margin-top: 20px; padding: 1px"
>
<!-- <el-table-column type="selection" width="55" align="center" />-->

View File

@ -73,7 +73,7 @@
>
</el-col>
</el-row>
<el-table v-loading="loading" :data="equipmentList">
<el-table v-loading="loading" :data="equipmentList" height="546">
<el-table-column label="序号" align="center" type="index" />
<el-table-column
label="类型名称"

View File

@ -83,7 +83,7 @@
</el-col> -->
</el-row>
<el-table v-loading="loading" :data="equipmentList">
<el-table v-loading="loading" :data="equipmentList" height="546">
<el-table-column align="center" label="序号" type="index" width="55" />
<el-table-column
align="center"
@ -208,7 +208,7 @@
>
</el-form-item>
</el-form>
<el-table border max-height="600px" :data="codeTableList">
<el-table border max-height="600px" :data="codeTableList" height="546">
<el-table-column align="center" label="序号" type="index" />
<el-table-column align="center" label="设备名称" prop="materialName" />
<el-table-column align="center" label="规格型号" prop="materialModel" />

View File

@ -76,6 +76,7 @@
row-key="id"
@selection-change="handleSelectionChange"
border
height="546"
>
<el-table-column type="selection" width="55" align="center" />
<el-table-column width="60" align="center" label="序号" type="index" />
@ -209,7 +210,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -275,6 +276,7 @@
class="table"
style="margin-top: 20px; width: 1000px; padding-bottom: 1px"
border
height="546"
>
<!-- <el-table-column type="selection" width="55" align="center" />-->
<el-table-column label="序号" align="center" type="index" row="2" />

View File

@ -78,7 +78,7 @@
>
</el-col>
</el-row>
<el-table v-loading="loading" :data="equipmentList">
<el-table v-loading="loading" :data="equipmentList" height="546">
<el-table-column label="序号" align="center" type="index" />
<el-table-column
label="类型名称"

View File

@ -64,7 +64,7 @@
</el-form-item>
</el-form>
<el-table v-loading="loading" :data="typeList" row-key="id" border>
<el-table v-loading="loading" :data="typeList" row-key="id" border height="546">
<el-table-column width="60" align="center" label="序号" type="index" />
<el-table-column
align="center"
@ -212,7 +212,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -259,7 +259,7 @@
>
</el-form-item>
</el-form>
<el-table :data="getListOutInfo" width="600px" height="450">
<el-table :data="getListOutInfo" width="600px" height="546">
<el-table-column
label="类型名称"
align="center"
@ -310,7 +310,7 @@
</el-table-column>
</el-table>
<pagination
v-show="dialogTotal > 0"
:total="dialogTotal"
:page.sync="queryOutInfo.pageNum"
:limit.sync="queryOutInfo.pageSize"
@ -358,7 +358,7 @@
>
</el-form-item>
</el-form>
<el-table :data="getListOutInfo" width="600px" height="450">
<el-table :data="getListOutInfo" width="600px" height="546">
<el-table-column
label="类型名称"
align="center"
@ -385,7 +385,7 @@
/>
</el-table>
<pagination
v-show="ViewTotal > 0"
:total="ViewTotal"
:page.sync="queryOutView.pageNum"
:limit.sync="queryOutView.pageSize"
@ -435,7 +435,7 @@
<el-table
v-loading="loadingTwo"
:data="outCodeList"
height="500"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column type="selection" width="55" align="center" />
@ -466,7 +466,7 @@
/>
</el-table>
<pagination
v-show="outTotal > 0"
:total="outTotal"
:page.sync="outQuery.pageNum"
:limit.sync="outQuery.pageSize"
@ -533,6 +533,7 @@
class="table"
style="margin-top: 20px; width: 1000px; padding-bottom: 1px"
border
height="546"
>
<!-- <el-table-column type="selection" width="55" align="center" />-->
<el-table-column label="序号" align="center" type="index" row="2" />
@ -684,6 +685,7 @@
class="table"
border
style="margin-top: 20px; padding: 1px"
height="546"
>
<el-table-column label="序号" align="center" type="index" />
<el-table-column label="类型名称" align="center" prop="typeName" />
@ -803,7 +805,7 @@
>
</el-col>
</el-row>
<el-table v-loading="loading" :data="outNumList" height="500">
<el-table v-loading="loading" :data="outNumList" height="546">
<el-table-column label="序号" align="center" type="index" />
<el-table-column
label="设备类型"

View File

@ -59,7 +59,7 @@
</el-row>
<el-table v-loading="loading" :data="houseList" ref="multipleTable" row-key="teamId">
<el-table v-loading="loading" :data="houseList" ref="multipleTable" row-key="teamId" height="546">
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
<span>{{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}</span>
@ -126,7 +126,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -57,7 +57,7 @@
</el-form-item>
</el-form>
<el-table v-loading="loading" :data="deviceList" ref="multipleTable" row-key="teamId">
<el-table v-loading="loading" :data="deviceList" ref="multipleTable" row-key="teamId" height="546">
<!-- <el-table-column type="selection" width="55" align="center" :reserve-selection="true" /> -->
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
@ -108,7 +108,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -130,7 +130,7 @@
></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="typeList" border>
<el-table v-loading="loading" :data="typeList" border height="546">
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
<span>{{
@ -217,7 +217,7 @@
</el-table-column>
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -97,7 +97,7 @@
</div>
<el-table v-loading="loading" :data="houseList" ref="multipleTable" row-key="supplierId">
<el-table v-loading="loading" :data="houseList" ref="multipleTable" row-key="supplierId" height="546">
<!-- <el-table-column type="selection" width="55" align="center" :reserve-selection="true" /> -->
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
@ -145,7 +145,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -105,7 +105,7 @@
</el-button>
</el-col>
</el-row>
<el-table v-loading="loading" :data="typeList" border stripe>
<el-table v-loading="loading" :data="typeList" border stripe height="546">
<el-table-column
type="index"
width="55"
@ -143,7 +143,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -143,6 +143,7 @@
row-key="typeId"
default-expand-all
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
height="546"
@selection-change="handleSelectionChange"
@select="handlerSelect"
@select-all="handlerSelectAll"
@ -223,7 +224,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -143,6 +143,7 @@
row-key="typeId"
default-expand-all
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
height="546"
@selection-change="handleSelectionChange"
@select="handlerSelect"
@select-all="handlerSelectAll"
@ -223,7 +224,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -77,6 +77,7 @@
:data="houseList"
ref="multipleTable"
row-key="teamId"
height="546"
>
<!-- <el-table-column type="selection" width="55" align="center" :reserve-selection="true" /> -->
<el-table-column label="序号" align="center" width="80" type="index">
@ -133,7 +134,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"

View File

@ -107,6 +107,7 @@
:data="tableList"
ref="multipleTable"
row-key="typeId"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column
@ -214,7 +215,7 @@
</el-table>
<!-- <pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -231,7 +232,7 @@
v-loading="dialogLoading"
:data="fileDataList"
width="100%"
height="350px"
height="546"
>
<el-table-column label="序号" type="index" width="55" align="center" />
<el-table-column

View File

@ -59,7 +59,7 @@
</el-row>
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="taskId" @selection-change="handleSelectionChange" border>
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="taskId" height="546" @selection-change="handleSelectionChange" border>
<el-table-column type="selection" width="55" align="center" :reserve-selection="true" />
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
@ -110,7 +110,7 @@
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -184,6 +184,7 @@
padding-bottom: 1px;
"
border
height="546"
>
<!-- <el-table-column type="selection" width="55" align="center" />-->
<el-table-column

View File

@ -100,6 +100,7 @@
<el-table
v-loading="loading"
:data="equipmentList"
height="546"
@selection-change="handleSelectionChange"
>
<!-- <el-table-column type="selection" width="55" align="center" /> -->
@ -242,7 +243,7 @@
<el-dialog title="报告管理" :visible.sync="open" width="900px" append-to-body>
<el-table :data="fileDataList" width="100%" height="350px">
<el-table :data="fileDataList" width="100%" height="546">
<el-table-column label="序号" type="index" width="55" align="center"/>
<el-table-column label="报告类型" align="center" prop="dictLabel" :show-overflow-tooltip="true"/>
<el-table-column label="文件名称" align="center" prop="name" :show-overflow-tooltip="true"/>

View File

@ -91,7 +91,7 @@
></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="typeList" row-key="id" border>
<el-table v-loading="loading" :data="typeList" row-key="id" border height="546">
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column width="60" align="center" label="序号" type="index" />
<el-table-column
@ -236,7 +236,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -302,6 +302,7 @@
class="table"
style="margin-top: 20px; width: 1000px; padding-bottom: 1px"
border
height="546"
>
<!-- <el-table-column type="selection" width="55" align="center" />-->
<el-table-column label="序号" align="center" type="index" row="2" />
@ -419,7 +420,7 @@
<el-table
:data="getListPeople"
width="600px"
height="450"
height="546"
@selection-change="handleSelectionUser"
>
<el-table-column
@ -485,7 +486,7 @@
v-loading="loading"
:data="userList"
@selection-change="handleSelectionAddUser"
height="450"
height="546"
>
<el-table-column type="selection" width="50" align="center" />
<el-table-column label="序号" align="center" type="index" />

View File

@ -9,6 +9,7 @@
<el-table
v-loading="loading"
:data="equipmentList"
height="546"
>
<el-table-column label="序号" align="center" type="index" />
<el-table-column
@ -79,7 +80,7 @@
<el-dialog title="报告管理" :visible.sync="open" width="900px" append-to-body>
<el-table :data="fileDataList" width="100%" height="350px">
<el-table :data="fileDataList" width="100%" height="546">
<el-table-column label="序号" type="index" width="55" align="center"/>
<el-table-column label="报告类型" align="center" prop="dictLabel" :show-overflow-tooltip="true"/>
<el-table-column label="文件名称" align="center" prop="name" :show-overflow-tooltip="true"/>

View File

@ -74,6 +74,7 @@
<el-table
v-loading="loading"
:data="equipmentList"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column type="selection" width="55" align="center" />
@ -156,7 +157,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="maForm.pageNum"
:limit.sync="maForm.pageSize"
@ -183,7 +184,7 @@
v-loading="loadingTwo"
:data="getListQr"
width="800px"
height="600px"
height="546"
@selection-change="handleSelectionChangeQr"
>
<!-- <el-table-column label="序号" align="center" prop="userName" sortable /> -->
@ -247,7 +248,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryBind.pageNum"
:limit.sync="queryBind.pageSize"
@ -306,7 +307,7 @@
v-loading="loadingTwo"
:data="codeTableList"
width="1000px"
height="600px"
height="546"
>
<el-table-column label="设备名称" align="center" prop="materialName" />
<el-table-column label="规格型号" align="center" prop="materialModel" />

View File

@ -74,6 +74,7 @@
<el-table
v-loading="loading"
:data="codeList"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column type="selection" width="55" align="center" />
@ -168,7 +169,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="maForm.pageNum"
:limit.sync="maForm.pageSize"
@ -182,7 +183,7 @@
title="查看编码"
:visible.sync="viewCodeVisible"
>
<el-table border max-height="600px" :data="viewCodeList">
<el-table border height="546" :data="viewCodeList">
<el-table-column label="序号" align="center" type="index" />
<el-table-column align="center" label="类型名称" prop="maTypeName" />
<el-table-column align="center" label="规格型号" prop="typeName" />
@ -252,7 +253,7 @@
</div>
</el-form-item>
</el-form>
<el-table border max-height="600px" :data="codeTableList">
<el-table border height="546" :data="codeTableList">
<el-table-column align="center" label="序号" type="index" />
<el-table-column align="center" label="设备名称" prop="maTypeName" />
<el-table-column align="center" label="规格型号" prop="typeName" />
@ -300,7 +301,7 @@
width="900px"
append-to-body
>
<el-table :data="fileDataList" width="100%" height="350px">
<el-table :data="fileDataList" width="100%" height="546">
<el-table-column label="序号" type="index" width="55" align="center" />
<el-table-column
label="报告类型"

View File

@ -88,6 +88,7 @@
border
:data="bindList"
v-loading="loading"
height="546"
@selection-change="handleSelectionChange"
>
<el-table-column type="selection" width="55" align="center" />
@ -186,7 +187,7 @@
<pagination
:total="total"
v-show="total > 0"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@pagination="getList"

View File

@ -65,7 +65,7 @@
</el-col> -->
</el-row>
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="typeId" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="tableList" ref="multipleTable" row-key="typeId" height="546" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" :reserve-selection="true" v-if="!isView"/>
<el-table-column label="序号" align="center" width="80" type="index">
@ -113,7 +113,7 @@
</el-table>
<!-- <pagination
v-show="total>0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -121,7 +121,7 @@
/> -->
<el-dialog title="报告管理" :visible.sync="open" width="900px" append-to-body>
<el-table v-loading="dialogLoading" :data="fileDataList" width="100%" height="350px">
<el-table v-loading="dialogLoading" :data="fileDataList" width="100%" height="546">
<el-table-column label="序号" type="index" width="55" align="center"/>
<el-table-column label="报告类型" align="center" prop="dictLabel" :show-overflow-tooltip="true"/>
<el-table-column label="文件名称" align="center" prop="name" :show-overflow-tooltip="true"/>
@ -172,7 +172,7 @@
<el-button type="primary" size="mini" @click="codeWarehouse">入库</el-button>
</el-col>
</el-row>
<el-table :data="codeTableData" width="100%" height="450px" row-key="id" @selection-change="codeSelection">
<el-table :data="codeTableData" width="100%" height="546" row-key="id" @selection-change="codeSelection">
<el-table-column type="selection" width="55" align="center" v-if="!isView"/>
<el-table-column label="序号" type="index" width="55" align="center"/>
<el-table-column label="类型名称" prop="typeName" align="center" :show-overflow-tooltip="true">

View File

@ -91,6 +91,7 @@
row-key="teamId"
@selection-change="handleSelectionChange"
border
height="546"
>
<el-table-column
type="selection"
@ -209,7 +210,7 @@
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@ -239,7 +240,7 @@
<span>到货日期{{ printData.arrivalDate }}</span>
</div>
</div>
<el-table :data="printTableData" class="table" border
<el-table :data="printTableData" class="table" border height="546"
style="margin-top: 20px;width: 1000px;padding-bottom: 1px;">
<!-- <el-table-column type="selection" width="55" align="center" />-->
<el-table-column label="序号" align="center" type="index" row="2"

Some files were not shown because too many files have changed in this diff Show More