|
|
|
|
@ -37,7 +37,7 @@
|
|
|
|
|
</a-select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div v-if="checkObj.id">
|
|
|
|
|
<div v-if="JSON.stringify(checkObj) !== '{}'">
|
|
|
|
|
<div v-for="(key,value) in checkList" :key="value">
|
|
|
|
|
<div v-if="checkObj.shelveId == value">
|
|
|
|
|
<!--{{value}}{{key}}-->
|
|
|
|
|
@ -160,7 +160,7 @@
|
|
|
|
|
<div class="status-btn">
|
|
|
|
|
<a-button class="btn"
|
|
|
|
|
type="danger"
|
|
|
|
|
@click="showModel({},index)"
|
|
|
|
|
@click="showModel(index)"
|
|
|
|
|
>人工复核
|
|
|
|
|
</a-button>
|
|
|
|
|
<a-button class="btn"
|
|
|
|
|
@ -318,7 +318,6 @@ export default {
|
|
|
|
|
console.log(value)
|
|
|
|
|
this.select = value
|
|
|
|
|
this.id = value
|
|
|
|
|
console.log(JSON.stringify(this.checkObj))
|
|
|
|
|
this.getStreetList()
|
|
|
|
|
for (var i = 0; i < this.listData.length; i++) {
|
|
|
|
|
console.log(this.listData[i])
|
|
|
|
|
@ -326,18 +325,18 @@ export default {
|
|
|
|
|
if (this.listData[i].leftShelveId) {
|
|
|
|
|
this.shelveId = this.listData[i].leftShelveId
|
|
|
|
|
this.selectType = 'left'
|
|
|
|
|
this.selectType2 = 'none'
|
|
|
|
|
this.getStockInfo(1, 1, this.shelveId)
|
|
|
|
|
this.selectType2 = 'out'
|
|
|
|
|
this.getStockInfo(1, 1, this.listData[i].leftShelveId)
|
|
|
|
|
} else if (this.listData[i].leftInsideShelveId) {
|
|
|
|
|
this.shelveId = this.listData[i].leftInsideShelveId
|
|
|
|
|
this.selectType = 'left'
|
|
|
|
|
this.selectType2 = 'inside'
|
|
|
|
|
this.getStockInfo(1, 1, this.shelveId)
|
|
|
|
|
this.selectType2 = 'none'
|
|
|
|
|
this.getStockInfo(1, 1, this.listData[i].leftInsideShelveId)
|
|
|
|
|
} else if (this.listData[i].leftOutsideShelveId) {
|
|
|
|
|
this.shelveId = this.listData[i].leftOutsideShelveId
|
|
|
|
|
this.selectType = 'left'
|
|
|
|
|
this.selectType2 = 'out'
|
|
|
|
|
this.getStockInfo(1, 1, this.shelveId)
|
|
|
|
|
this.selectType2 = 'none'
|
|
|
|
|
this.getStockInfo(1, 1, this.listData[i].leftOutsideShelveId)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -518,7 +517,6 @@ export default {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
height: 400px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
img {
|
|
|
|
|
height: 100%
|
|
|
|
|
}
|
|
|
|
|
|