|
|
@ -243,7 +243,7 @@ const afterGetBalance = (label, balance, packageInfo) => { |
|
|
|
} else if (jobContent.value.allowModifyBatch == "TRUE") { |
|
|
|
showQuestionMessage(`在【${fromLocationCode.value}】库位下,未查找到批次【${lot}】的发料明细,是否要继续发料?`, (res) => { |
|
|
|
if (res) { |
|
|
|
const batch = createBatchInfo(label, balance,packageInfo)) |
|
|
|
const batch = createBatchInfo(label, balance,packageInfo) |
|
|
|
fromLocation.Batchs.unshift(batch) |
|
|
|
} |
|
|
|
}) |
|
|
|