From 6e44e8e00d2fb1c59c1014c75b4c03238abba8ac Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 21 五月 2026 16:55:06 +0800
Subject: [PATCH] 显示生产数据
---
src/views/productionManagement/productionOrder/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 90ca51d..a9f61aa 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -676,6 +676,7 @@
try {
const workOrderRes = await productWorkOrderPage({
npsNo: item.npsNo,
+ isProduction: 1,
size: 100,
});
const workOrders = workOrderRes.data.records || [];
--
Gitblit v1.9.3