@ -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')
}
});