From 8e977a7ec92bc1845079eda2473e9c3fc4691c8d Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 11 三月 2025 15:45:51 +0800
Subject: [PATCH] 仓库汇总报表

---
 src/api/tigerapi/model/basModel.ts |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/api/tigerapi/model/basModel.ts b/src/api/tigerapi/model/basModel.ts
index 6290318..b659876 100644
--- a/src/api/tigerapi/model/basModel.ts
+++ b/src/api/tigerapi/model/basModel.ts
@@ -112,6 +112,7 @@
   url: string;
   action: string;
   isStep: boolean;
+  isCustEl: boolean;
 }
 
 export type MaterialInfoPageListGetResultModel = BasicFetchResult<MaterialInfoListItem>;
@@ -137,7 +138,7 @@
   KeyFieldValues: (val: string, id: string) => {};
   GetTitle: (type: string | undefined) => {};
   GetCrudColSlots: () => [];
-  nodeChange: ({}) => void;
+  nodeChange: ({}) => Promise<any>;
   CreateIcon: (params: Recordable<any>) => string;
   SelectNode: (selectedNodes: Ref<any[]>) => {};
   GetNavItems: (type: string) => NavItem[];
@@ -157,4 +158,5 @@
   GetCustData: () => {};
   GetRightMenuList: (node: EventDataNode, ...args) => ContextMenuItem[];
   GetNewRow: (type: string) => {};
+  InitCrudFormSchema: (type: string, ...args) => {};
 }

--
Gitblit v1.9.3