From 5a4d79d9765dfca8812638b57d5f5fe21f7a06ee Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 16 七月 2024 17:05:25 +0800
Subject: [PATCH] 工单下发更新

---
 src/api/tigerapi/model/systemModel.ts |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/src/api/tigerapi/model/systemModel.ts b/src/api/tigerapi/model/systemModel.ts
index b5c9a52..fd5366c 100644
--- a/src/api/tigerapi/model/systemModel.ts
+++ b/src/api/tigerapi/model/systemModel.ts
@@ -14,6 +14,7 @@
   ip?: string;
   ad_info?: AD_INFO;
   ORG_CODE: string;
+  PROD_CODE: string;
 };
 
 export type AccountParams = BasicPageParams & {
@@ -50,6 +51,7 @@
   isExt: string;
   isUpdate: boolean;
   show: string;
+  btnType: number;
 };
 
 export type SaveRoleParams = {
@@ -158,6 +160,12 @@
 export interface iSYS_ROLE_ORG {
   ROLE_CODE: string;
   ORG_CODE: string;
+  HALF_CHECK: string;
+}
+
+export interface iSYS_ROLE_PROD {
+  ROLE_CODE: string;
+  PROD_CODE: string;
   HALF_CHECK: string;
 }
 
@@ -323,6 +331,19 @@
 }
 
 /**
+ * @description: 鑷畾涔夊脊鍑烘鍙傛暟绫诲瀷
+ * @return {*}
+ */
+export interface CustModalParams {
+  cType: string; //绫诲瀷
+  values: {}; //Modal妗嗗唴琛ㄥ崟鏁版嵁
+  mValues: {}; //涓昏〃鏁版嵁
+  initFnName: string; //鍒濆鍖栨柟娉曞悕
+  others: {}; //涓�浜涘叾浠栨暟鎹�
+  FnName: string; //鑷畾涔夋柟娉曞悕
+}
+
+/**
  * @description: Request list return value
  */
 
@@ -333,3 +354,5 @@
 export type ParamsListGetResultModel = BasicFetchResult<ParamsListItem>;
 export type LoginLogPageListGetResultModel = BasicFetchResult<LoginLogListItem>;
 export type EntityListGetResultModel = BasicFetchResult<EntityPropertie>;
+
+export type FunctionType = (...args: any[]) => any;

--
Gitblit v1.9.3