From 4a53ae7900954ef581b45a9c742f01ded1a66db5 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期五, 07 六月 2024 09:38:02 +0800 Subject: [PATCH] 打印 --- jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue b/jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue index 2dd794b..c637493 100644 --- a/jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue +++ b/jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue @@ -189,6 +189,7 @@ <script> import {getIpv4, listStationConf} from "@/api/main/sc/stationConf"; import { + fistSetpNumber, noPageListFormulaChild, workpieceRelease, yzUpdateResults, @@ -420,6 +421,10 @@ }, /** 鏌ヨ宸ュ崟鍒楄〃 */ async getList() { + const param = { + processesCode: this.headContent.processesCode, + } + fistSetpNumber(param).then(response => {}); this.getListFormulaChild() this.addOverStationCollection() }, @@ -528,6 +533,10 @@ locationCode: self.headContent.processesCode, productBarcode: self.headContent.sfcCode, } + if(formulaChilds.paramCode === null||formulaChilds.paramCode ===''){ + self.$message('鏈壘鍒板弬鏁扮爜锛岃妫�鏌ュ弬鏁扮爜鏄惁姝g‘'); + return; + } addTighteningParameters(param).then(response => {}); yzUpdateTighteningFormula(param).then(response => { console.log(response) -- Gitblit v1.9.3