|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="check-content" v-for="item in data" :key="item.id">
|
|
|
|
|
<subsection v-if="item.id == select" :total="{row: item.leftRow, column: item.leftColumn}" :stockInfo="stockInfo.left">
|
|
|
|
|
<subsection v-if="item.id == select" :total="{row: item.leftRow, column: item.leftColumn}" :shelveId="leftShelveId.shelveId">
|
|
|
|
|
<template v-slot="scope">
|
|
|
|
|
<div class="roadway-top">
|
|
|
|
|
<div class="roadway-box">
|
|
|
|
|
@ -91,7 +91,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="check-content" v-for="item in data" :key="item.name">
|
|
|
|
|
<subsection v-if="item.id == select" :total="{row:item.leftRow, column: item.leftColumn}" :stockInfo="stockInfo.right">
|
|
|
|
|
<subsection v-if="item.id == select" :total="{row:item.leftRow, column: item.leftColumn}" :shelveId="rightShelveId.shelveId">
|
|
|
|
|
<template v-slot="scope">
|
|
|
|
|
<div class="roadway-buttom">
|
|
|
|
|
<div class="roadway-box">
|
|
|
|
|
@ -266,8 +266,7 @@ export default {
|
|
|
|
|
// });
|
|
|
|
|
// },
|
|
|
|
|
handleChange(value) {
|
|
|
|
|
console.error('handleChange');
|
|
|
|
|
console.log(value)
|
|
|
|
|
|
|
|
|
|
this.select = value
|
|
|
|
|
this.getStreetDetail(value)
|
|
|
|
|
//this.getStockList(value);
|
|
|
|
|
|