From 3074896ee2977e9f5d7cd87d4a33dd109bd9c240 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 16 十月 2025 10:53:16 +0800
Subject: [PATCH] BUG修改

---
 components/WorkOrderPrint.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index 3c0f8d8..a02c636 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -292,10 +292,10 @@
 			/* 鏂板锛氳幏鍙栧巻鍙叉姤宸ヨ褰� */
 			getReportingHistory() {
 				if (!this.orderNo) { this.reportingHistory = []; return; }
-				this.$post({
-					// 鍚庣闇�瑕佹彁渚涙寜 BILL_NO 鏌ヨ鐨勬帴鍙o紝绀轰緥璺緞锛�
+                this.$post({
                     url: "/Womdaa/GetByBillNoBG",
-					data: { billNo: this.orderNo }
+                    data: { billNo: this.orderNo, machineNo: this.machineNo || null }
+                })
 				}).then(res => {
 					const list = res?.data?.tbBillList || res?.data || [];
 					this.reportingHistory = list.map(r => {

--
Gitblit v1.9.3