From c2e92c3bd4fc134b27ba6a6271f63b032b2b9d99 Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期三, 28 八月 2024 15:46:32 +0800
Subject: [PATCH] -打印bug修改

---
 jcdm-ui/src/views/main/cfkb/Instructions/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
index 3cc83a2..7e30a95 100644
--- a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
+++ b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
@@ -368,7 +368,7 @@
         this.$message.error('鍙傛暟涓嶅叏锛�');
       }else {
         let param = {
-          sfcCode: this.headContent.sfcCode,
+          productBarcode: this.headContent.sfcCode,
           weightValue: this.weightValue,
         }
         enterWeighing(param).then(response => {

--
Gitblit v1.9.3