@ -156,6 +156,8 @@ function onloadTable(){
layer.msg("入库数量超出通知单数量")
labelList.splice(i,1)
continue
}else if (totalQty + currentData.finishedQty + row.qty < currentData.lotSize){
layer.msg("入库数量少于通知单数量")
}
totalQty += row.qty
domStr += `<tr id="${row.seqNo}_${row.itemNo}">