Browse Source

修改盘点移除

intex_online20250327
lijuncheng 3 weeks ago
parent
commit
93759d7547
  1. 5
      src/pages/count/coms/comCountRecordCard.vue

5
src/pages/count/coms/comCountRecordCard.vue

@ -153,6 +153,11 @@
res => {
if (res) {
this.recordList.splice(index, 1)
var handleQty=0;
this.recordList.forEach(item => {
handleQty = calc.add(Number(handleQty), Number(item.handleQty))
})
this.dataContent.qty=handleQty;
this.$emit('removePack')
}
});

Loading…
Cancel
Save