From 8cfe20288690f2ba46c804f41f39e8aa48c2dea0 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期六, 15 六月 2024 09:08:30 +0800 Subject: [PATCH] 上传逻辑大版本更新 --- jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue | 22 +++++++++++++++++----- 1 files changed, 17 insertions(+), 5 deletions(-) diff --git a/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue b/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue index 2eddd7a..0bec12d 100644 --- a/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue +++ b/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue @@ -245,7 +245,7 @@ import {listWorkReport} from "@/api/main/om/workReport/workReport"; import {listStationConf,getIpv4} from "@/api/main/sc/stationConf"; import { - jrmUpdateResults, + jrmUpdateResults, jrmWorkpieceRelease, listFormulaChild, noPageListFormulaChild, releaseCheck, @@ -518,8 +518,19 @@ console.log(tab, event); }, clearClick(){ - this.$message('杩欐槸涓�鏉℃竻闄ゆ秷鎭彁绀�'); - this.headContent.sfcCode = null + const param = { + workOrderNo: this.workpieceInformation.workOrderNo, + productCode: "1P102S", + locationCode: this.headContent.processesCode, + productBarcode: this.headContent.moduleA+','+this.headContent.moduleB, + } + jrmSaveCampaignTimeParameters(param).then(response => {}); + this.cakeLamp.release = 1; + this.endClear() + // workpieceRelease(param).then(response => {}); + jrmWorkpieceRelease(param).then(response => {}); + // this.$message('杩欐槸涓�鏉℃竻闄ゆ秷鎭彁绀�'); + // this.headContent.sfcCode = null }, scanCompleted(){ this.$message('鎵爜瀹屾垚'+this.content); @@ -609,12 +620,13 @@ workOrderNo: self.workpieceInformation.workOrderNo, productCode: "1P102S", locationCode: self.headContent.processesCode, - productBarcode: self.headContent.sfcCode, + productBarcode: self.headContent.moduleA+','+self.headContent.moduleB, } jrmSaveCampaignTimeParameters(param).then(response => {}); self.cakeLamp.release = 1; self.endClear() - workpieceRelease(param).then(response => {}); + // workpieceRelease(param).then(response => {}); + jrmWorkpieceRelease(param).then(response => {}); } else if (event.data.includes("[")) { let formulaChilds = ""; self.formulaChildList.sort((a, b) => a.stepSort - b.stepSort); -- Gitblit v1.9.3