From c08fcf0b228fc5dbe3b8a1695a554b7e68632285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Fri, 10 Jan 2025 11:23:56 +0800 Subject: [PATCH] =?UTF-8?q?GP12=E8=A7=A6=E6=91=B8=E5=B1=8F=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=86=85=E5=A4=96=E6=A0=87=E7=AD=BE=E5=8C=BA=E5=88=86?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gp12/touchScreen/workorder/index.vue | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/views/qualityManagement/gp12/touchScreen/workorder/index.vue b/src/views/qualityManagement/gp12/touchScreen/workorder/index.vue index 50e55f7..4367902 100644 --- a/src/views/qualityManagement/gp12/touchScreen/workorder/index.vue +++ b/src/views/qualityManagement/gp12/touchScreen/workorder/index.vue @@ -482,20 +482,6 @@ export default { } QcGp12Api.AnalyzeLabel(params).then(res => { if (res.code === 200 && res.data.isOk) { - // 可能为内标签 - if (res.data.number < 6) { - this.$confirm('标签异常:标签判定为内标签', '提示', { - confirmButtonText: '确定', - cancelButtonText: '取消', - type: 'warning', - center: true - }).then(() => { - }).catch(() => { - }); - this.message = '标签判定为内标签'; - this.messageClass = 'text-red'; - return; - } this.message = '正常'; this.messageClass = 'text-green'; this.startWorkOrderDialog.partnumber = res.data.partnumber; @@ -868,7 +854,7 @@ export default { } // 扫内标签模式 if (this.formStatus === 2) { - // 扫外箱标签模式 + // 扫内标签模式 this.handleScanInnerLabel(LabelCode, ComNo) return; }