|
|
|
@ -570,7 +570,18 @@ export default { |
|
|
|
this.$refs.eform.form.shelfId = this.bookShelfDetails.id |
|
|
|
this.$refs.eform.form.toward = this.getGridToward |
|
|
|
this.$refs.eform.form.gridShelf = this.gridShelf |
|
|
|
this.$refs.eform.form.stockRegion = this.floorName + '-' + this.regionName + '-' + this.bookShelfDetails.shelfName + this.gridShelf + '架' |
|
|
|
if (this.bookShelfDetails.rowType === 1) { |
|
|
|
// 单面类型 |
|
|
|
this.$refs.eform.form.stockRegion = this.floorName + '-' + this.regionName + '-' + this.bookShelfDetails.shelfName + this.gridShelf + '架' |
|
|
|
} else { |
|
|
|
this.$refs.eform.form.stockRegion = this.floorName + '-' + this.regionName + '-' + this.bookShelfDetails.shelfName + (this.tabIndex === 0 ? 'A面' : 'B面') + this.gridShelf + '架' |
|
|
|
} |
|
|
|
|
|
|
|
console.log('this.floorName', this.floorName) |
|
|
|
console.log('this.regionName', this.regionName) |
|
|
|
console.log('this.shelfName', this.bookShelfDetails.shelfName) |
|
|
|
console.log('this.bookShelfDetails', this.bookShelfDetails) |
|
|
|
console.log('this.gridShelf', this.gridShelf) |
|
|
|
} else { |
|
|
|
// if (item.isCheck) { |
|
|
|
// this.$refs.eform.formVisible = true |
|
|
|
|