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