Merge remote-tracking branch 'origin/master'

20240205
e 3 years ago
commit 9bfaa34d0c
  1. 8
      src/pages/counter/list/index.vue

@ -982,8 +982,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){
@ -1238,8 +1240,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) {

Loading…
Cancel
Save