From 747613d7e856a7c104b8b4709442d34a51cdb9aa Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期六, 11 十月 2025 16:19:05 +0800
Subject: [PATCH] 核磅录入页面的打印功能调试,修复全部打印只出一张的问题,修复首次连接蓝牙后推出页面再进蓝牙无法连接问题

---
 pages/product/report/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/product/report/index.vue b/pages/product/report/index.vue
index ac3a2e4..2c90dc9 100644
--- a/pages/product/report/index.vue
+++ b/pages/product/report/index.vue
@@ -235,7 +235,7 @@
 
 				},
 				reportProductionVolumelist: {},
-				FeedInputProductionVolumeList: {}, //鎶曟枡浜ч噺
+				FeedInputProductionVolumeList: [], //鎶曟枡浜ч噺
 				personList: [],
 				canSelectPerson: false,
 				rules: {
@@ -328,7 +328,7 @@
 							this.$u.toast("鎻愪氦鎴愬姛");
 							this.InventoryReceiptList.unshift(this.form.productOutputList[0]);
 							this.reportProductionVolumelist = {},
-							this.FeedInputProductionVolumeList = {}, //鎶曟枡浜ч噺
+							this.FeedInputProductionVolumeList = [], //鎶曟枡浜ч噺
 							this.form.FeedInputProductionVolume = null, //鎶曟枡浜ч噺
 							this.form.reportProductionVolume = null, //姹囨姤浜ч噺
 							console.log("this.InventoryReceiptList", this.InventoryReceiptList);
@@ -397,7 +397,8 @@
 					return;
 				}
 				uni.navigateTo({
-					url: "/pages/product/report/seachPersonnelNo?moOn=" + this.form.moOn,
+					url: "/pages/product/report/seachPersonnelNo?moOn=" + this.form.moOn + "&workstationId=" + this.form.workstationId,
+
 
 				});
 			},

--
Gitblit v1.9.3