From becd9620d74a70017bdce8169a63ae9ccc79c93b Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 20 Oct 2025 09:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production-inbound/inboundRegister.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/modules/production-inbound/inboundRegister.vue b/src/views/modules/production-inbound/inboundRegister.vue index 029ad38..e139a05 100644 --- a/src/views/modules/production-inbound/inboundRegister.vue +++ b/src/views/modules/production-inbound/inboundRegister.vue @@ -282,6 +282,9 @@ export default { getShopOrderFromIfs(requestData).then(({ data }) => { if (data.code === 0) { this.shopOrderList = data.data || [] + if (this.shopOrderList.length === 0) { + this.$message.warning('未找到匹配的工单'); + } } else { this.$message.error(data.msg || '查询失败'); this.shopOrderList = []