This commit is contained in:
zds
2022-08-25 11:26:42 +08:00
parent bad5e07f04
commit 08e820ffce
16 changed files with 68 additions and 21 deletions

View File

@@ -151,14 +151,14 @@
ref="table"
v-loading="crud.loading"
:data="crud.data"
:max-height="420"
:max-height="550"
size="mini"
style="width: 100%;"
@selection-change="crud.selectionChangeHandler"
>
<el-table-column type="selection" width="55" />
<el-table-column prop="stor_name" label="仓库" />
<el-table-column prop="sect_name" label="库区" />
<el-table-column prop="sect_name" label="库区" min-width="100" />
<el-table-column prop="struct_code" label="货位编码" width="120" />
<el-table-column prop="struct_name" label="货位名称" min-width="150" show-overflow-tooltip />
<el-table-column prop="storagevehicle_code" label="托盘号">
@@ -215,6 +215,10 @@ export default {
url: 'api/ivtQuery',
idField: 'point_id',
sort: 'point_id,desc',
props: {
// 每页数据条数
size: 20
},
optShow: {
add: false,
edit: false,