Browse Source

需求优化1127

master
xuhuajiao 2 months ago
parent
commit
f162b89f92
  1. 11
      src/views/visualCheck/checkManage/dataScreening/girdList.vue
  2. 6
      src/views/visualCheck/checkManage/dataScreening/shelfList.vue

11
src/views/visualCheck/checkManage/dataScreening/girdList.vue

@ -570,7 +570,18 @@ export default {
this.$refs.eform.form.shelfId = this.bookShelfDetails.id this.$refs.eform.form.shelfId = this.bookShelfDetails.id
this.$refs.eform.form.toward = this.getGridToward this.$refs.eform.form.toward = this.getGridToward
this.$refs.eform.form.gridShelf = this.gridShelf this.$refs.eform.form.gridShelf = this.gridShelf
if (this.bookShelfDetails.rowType === 1) {
//
this.$refs.eform.form.stockRegion = this.floorName + '-' + this.regionName + '-' + this.bookShelfDetails.shelfName + this.gridShelf + '架' 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 { } else {
// if (item.isCheck) { // if (item.isCheck) {
// this.$refs.eform.formVisible = true // this.$refs.eform.formVisible = true

6
src/views/visualCheck/checkManage/dataScreening/shelfList.vue

@ -343,7 +343,13 @@ export default {
toAdd(type) { toAdd(type) {
// this.$refs.eform.formVisible = true // this.$refs.eform.formVisible = true
this.$refs.eform.form.shelfId = this.bookShelfDetails.id this.$refs.eform.form.shelfId = this.bookShelfDetails.id
// if (this.bookShelfDetails.rowType === 1) {
// //
// } else {
// this.$refs.eform.form.stockRegion = this.floorName + '-' + this.regionName + '-' + this.bookShelfDetails.shelfName + (this.tabIndex === 0 ? 'A' : 'B')
// }
this.$refs.eform.form.stockRegion = this.floorName + '-' + this.regionName + '-' + this.bookShelfDetails.shelfName this.$refs.eform.form.stockRegion = this.floorName + '-' + this.regionName + '-' + this.bookShelfDetails.shelfName
this.$refs.eform.form.toward = parseInt(this.tabIndex) + 1
this.$refs.eform.setData(type) this.$refs.eform.setData(type)
}, },
doExport(type) { doExport(type) {

Loading…
Cancel
Save