From 704950daf7df2add26bcec4268c67de79e8f5905 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周五, 16 5月 2025 17:54:55 +0800
Subject: [PATCH] 托盘号

---
 PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Models/CallMaterialOrder.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Models/CallMaterialOrder.ts b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Models/CallMaterialOrder.ts
index 2506a38..84fbfe6 100644
--- a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Models/CallMaterialOrder.ts
+++ b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Models/CallMaterialOrder.ts
@@ -22,8 +22,8 @@
     return deleteCallMaterialOrders(ids) 
   } 
 
-  async callMaterialByDataIdentifier(ids: string) { 
-    return callMaterialByDataIdentifier(ids) 
+  async callMaterialByDataIdentifier(data: any) { 
+    return callMaterialByDataIdentifier(data) 
   } 
 
 

--
Gitblit v1.9.3