From 01cdff851f23714ce07b4e966fcb124f1019c26e Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期五, 07 六月 2024 09:23:40 +0800 Subject: [PATCH] - --- jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue b/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue index b4bc0a7..2eddd7a 100644 --- a/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue +++ b/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue @@ -607,7 +607,7 @@ } else if (event.data === "END") { const param = { workOrderNo: self.workpieceInformation.workOrderNo, - productCode: self.workpieceInformation.productCode, + productCode: "1P102S", locationCode: self.headContent.processesCode, productBarcode: self.headContent.sfcCode, } @@ -665,7 +665,7 @@ this.headContent.moduleB = scanValue; this.$message('鎵爜璇嗗埆浜у搧搴忓垪鍙�'+scanValue); this.getList() - this.cakeLamp.InPlace = 1 + // this.cakeLamp.InPlace = 1 this.cakeLamp.scanFinish = 1 this.cakeLamp.startWork = 1 } -- Gitblit v1.9.3