diff --git a/src/views/work/resource/index.vue b/src/views/work/resource/index.vue index 63e5570..a3d2b0b 100644 --- a/src/views/work/resource/index.vue +++ b/src/views/work/resource/index.vue @@ -293,6 +293,8 @@ export default { alert('提交失败,检查是否存在物料') } else if (res.data === 2) { alert('提交成功,但工艺出现差异,已将差异物料提交异常') + } else if (res.data === 3) { + alert('检测到物料无对应的工艺,不允通过') } })