Browse Source

盘点任务移出不显示该条数据

hella_online_20240924
zhang_li 2 months ago
parent
commit
10c0dac484
  1. 1
      src/pages/count/job/countLightDetail.vue

1
src/pages/count/job/countLightDetail.vue

@ -304,6 +304,7 @@
if (res) {
item.scaned = false;
item.handleQty = 0;
this.showList.splice(index,1)
this.$emit('removePack')
}
});

Loading…
Cancel
Save