|
|
@ -984,8 +984,10 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
if(that.$refs.popUp) { |
|
|
|
if(that.$refs.popUp) { |
|
|
|
if(that.myMap) { |
|
|
|
if(that.myMap) { |
|
|
|
that.outThingsGoods([that.goodsShelfTotalData[evt.oldIndex].id]) |
|
|
|
const id = that.goodsShelfTotalData[evt.oldIndex].id |
|
|
|
that.pushThings({ idArr: [that.goodsShelfTotalData[evt.oldIndex].id], name: that.myMap}) |
|
|
|
|
|
|
|
|
|
|
|
that.outThingsGoods([id]) |
|
|
|
|
|
|
|
that.pushThings({ idArr: [id], name: that.myMap}) |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
for(var i=0;i<that.popArr.length;i++){ |
|
|
|
for(var i=0;i<that.popArr.length;i++){ |
|
|
|
if (that.goodsShelfTotalData[evt.oldIndex].name == that.popArr[i].name){ |
|
|
|
if (that.goodsShelfTotalData[evt.oldIndex].name == that.popArr[i].name){ |
|
|
@ -1240,8 +1242,10 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
setTimeout(() => { |
|
|
|
setTimeout(() => { |
|
|
|
if(this.myMap) { |
|
|
|
if(this.myMap) { |
|
|
|
|
|
|
|
console.log(item.id) |
|
|
|
this.outThingsGoods([ item.id ]) |
|
|
|
this.outThingsGoods([ item.id ]) |
|
|
|
this.pushThings({ idArr: [item.id], name: this.myMap}) |
|
|
|
this.pushThings({ idArr: [item.id], name: this.myMap}) |
|
|
|
|
|
|
|
|
|
|
|
}else { |
|
|
|
}else { |
|
|
|
const index = this.receptionList.findIndex(item2 => item2.id === item.id) |
|
|
|
const index = this.receptionList.findIndex(item2 => item2.id === item.id) |
|
|
|
if(index === -1) { |
|
|
|
if(index === -1) { |
|
|
|