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 + "]")