From 09e6d1cfe124615cbea97140c17630c7b86a0796 Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期五, 28 八月 2026 16:57:49 +0800
Subject: [PATCH] feat(mes): 统一工作台报工记录与报工页面的提交批次号校验逻辑

---
 src/api/mes/pro/workorderparamrecord/index.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/api/mes/pro/workorderparamrecord/index.ts b/src/api/mes/pro/workorderparamrecord/index.ts
index e54b717..90ea727 100644
--- a/src/api/mes/pro/workorderparamrecord/index.ts
+++ b/src/api/mes/pro/workorderparamrecord/index.ts
@@ -13,6 +13,7 @@
     unitMeasureId?: number;
     unitMeasureName?: string;
     paramValue?: string;
+    required?: boolean;
     remark?: string;
   }
 
@@ -42,9 +43,9 @@
   }
 }
 
-/** 鎸夊伐鍗曞垎椤垫煡璇㈠弬鏁拌褰� */
+/** 鎸夊伐鍗�/宸ヤ綔绔欏垎椤垫煡璇㈠弬鏁拌褰� */
 export function getWorkOrderParamRecordPage(
-  params: PageParam & { workOrderId: number; recordNo?: string; templateName?: string; createTime?: string[] },
+  params: PageParam & { taskId?: number; workstationId?: number; recordNo?: string; templateName?: string; createTime?: string[] },
 ) {
   return requestClient.get<PageResult<MesProWorkOrderParamRecordApi.WorkOrderParamRecord>>(
     '/mes/pro/work-order-param-record/page-by-work-order',

--
Gitblit v1.9.3