From 682919cdb4229973a4917bdb3cb876ec6d5b574a Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期四, 08 八月 2024 15:07:07 +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