20240205
luoJunYong.123 3 years ago
parent c0ee400abc
commit b2c94e2cd0
  1. 8
      src/pages/counter/list/index.vue

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

Loading…
Cancel
Save