From 620de4ffcebc5c94ee5d347cda543101ba34dcde Mon Sep 17 00:00:00 2001 From: hdka <823267011@qq.com> Date: Mon, 11 Aug 2025 17:18:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9this=E5=AE=9E=E4=BE=8B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/work/resource/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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('检测到物料无对应的工艺,不允通过') } })