From 391c4168a4f6a531aaa2a913c83df4f264d8f439 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期二, 06 八月 2024 19:54:55 +0800 Subject: [PATCH] -打印bug修改 --- jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue | 5 +++-- 1 files changed, 3 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 38f81c4..64f90bd 100644 --- a/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue +++ b/jcdm-ui/src/views/main/kb/heatingFilmTerminal/index.vue @@ -425,7 +425,7 @@ let formulaChildParams = { scanBarcode: value, sfcBarcode: this.headContent.module, - // workOrderNo: this.workpieceInformation.workOrderNo, + // workOrderNo: '-', productCode: 'PE01B', locationCode: this.headContent.processesCode, collectionTime: new Date() @@ -633,7 +633,8 @@ productCode: "PE01B", locationCode: self.headContent.processesCode, productBarcode: self.headContent.module, - inboundTime: self.workpieceInformation.inboundTime + inboundTime: self.workpieceInformation.inboundTime, + workOrderNo: '-' } jrmSaveCampaignTimeParameters(param).then(response => {}); self.cakeLamp.release = 1; -- Gitblit v1.9.3