From c1da6d36b8133744017a4f1c5e97821b591f02fc Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期二, 30 七月 2024 13:57:21 +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