From 1f89c6eedcd18336f04c3d46c0d5aae8d9d0eee2 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 13 十月 2025 17:33:27 +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