@ -287,6 +287,10 @@
// item.qty = calc.add(item.qty, detail.qty);
}
})
// 扫满箱后应该自动提交
if(pack.scaned&&pack.qty==pack.fgList.length){
this.commit()
},