|
@@ -283,7 +283,7 @@ async function handleBatchTurnover() {
|
|
getProcessInspectionLists(process).then(res => {
|
|
getProcessInspectionLists(process).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
if (res.data) {
|
|
if (res.data) {
|
|
- proxy.$refs.dialogReturnTurnoverRef.openBatch(selections.value)
|
|
|
|
|
|
+ proxy.$refs.dialogReturnTurnoverBatchRef.openBatch(selections.value)
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
proxy.$modal.msgError('当前批次检查未处于合格状态,暂时无法周转')
|
|
proxy.$modal.msgError('当前批次检查未处于合格状态,暂时无法周转')
|