|
|
|
@ -103,6 +103,7 @@
|
|
|
|
|
:data="queueCodes"
|
|
|
|
|
:span-method="objectSpanMethod"
|
|
|
|
|
border
|
|
|
|
|
max-height="280px"
|
|
|
|
|
style="width: 100%; margin-top: 20px"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column label="序号" width="80">
|
|
|
|
@ -180,7 +181,7 @@
|
|
|
|
|
<h2 style="font-weight: bold;">工位库存队列</h2>
|
|
|
|
|
<!--<el-divider></el-divider>-->
|
|
|
|
|
<!--<div style=" border-top: 1px solid #ccc;">-->
|
|
|
|
|
<el-table v-loading="loading" :data="splitCodes" style="width: 100%;margin-top: 20px" max-height="350"
|
|
|
|
|
<el-table v-loading="loading" :data="splitCodes" style="width: 100%;margin-top: 20px" max-height="280px"
|
|
|
|
|
ref="multipleTable"
|
|
|
|
|
>
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|