From 26099bb9c9b8f66ff2ddbcaa4310d44487d5ed67 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 15 Nov 2024 14:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E6=A0=87=E7=AD=BE=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/label/record/splitLabel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/label/record/splitLabel.vue b/src/pages/label/record/splitLabel.vue index 143803e2..a014bf2d 100644 --- a/src/pages/label/record/splitLabel.vue +++ b/src/pages/label/record/splitLabel.vue @@ -140,7 +140,7 @@ openScanPopup() { setTimeout(res=>{ if (this.detailSource.length > 0) { - showConfirmMsg("拆包信息还没提交,是否要重新扫描?", res => { + showConfirmMsg("拆标签信息还没提交,是否要重新扫描?", res => { if (res) { this.clearData(); this.$refs.scanPopup.openScanPopup(""); @@ -289,7 +289,7 @@ barcodeBase64: '', }) }) - this.showCommitSuccessMessage("提交成功\n生成拆包记录\n", list) + this.showCommitSuccessMessage("提交成功\n生成拆标签记录\n", list) } else { this.showErrorMessage("提交失败[" + res.msg + "]")