From 7cd011c4e9380b15b3d616ff5d061346c55f5aa2 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 8 Dec 2023 13:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/issue/coms/comIssueRequestPopup.vue | 2 +- pages/issue/request/issueRequest.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/issue/coms/comIssueRequestPopup.vue b/pages/issue/coms/comIssueRequestPopup.vue index 1cb8c11f..e8e62d7a 100644 --- a/pages/issue/coms/comIssueRequestPopup.vue +++ b/pages/issue/coms/comIssueRequestPopup.vue @@ -265,7 +265,7 @@ this.numberFocus = true this.uom = res.data.list[0].uom } else { - this.showErrorMessage('未查找到物料【' + this.itemCode + '】', "itemCode"); + this.showErrorMessage('未查找到物料【' +itemCode + '】', "itemCode"); } }).catch(error => { diff --git a/pages/issue/request/issueRequest.vue b/pages/issue/request/issueRequest.vue index a66c629c..d562b237 100644 --- a/pages/issue/request/issueRequest.vue +++ b/pages/issue/request/issueRequest.vue @@ -201,7 +201,7 @@ openScanDetailPopup() { uni.navigateTo({ - url: './issueRequestSubmit' + url: './issueRequestCreate' }); },