@szjy/workflow 0.1.26 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +3850 -3840
- package/dist/index.umd.js +76 -76
- package/dist/packages/components/Workflow/biz-logic/leave/constant.d.ts +2 -1
- package/package.json +1 -1
@@ -45,10 +45,11 @@ export declare enum SearchWithCompanyType {
|
|
45
45
|
CONSTRUCTION_ORG = "CONSTRUCTION_ORG",// 施工单位
|
46
46
|
SUPERVISORY_ORG = "SUPERVISORY_ORG",// 监理单位
|
47
47
|
BUILD_ORG = "BUILD_ORG",// 建设单位,
|
48
|
+
AGENT_CONSTRUCTION_ORG = "AGENT_CONSTRUCTION_ORG",// 代建单位
|
48
49
|
DESIGN_ORG = "DESIGN_ORG",// 设计单位,
|
49
50
|
CONSULTING_ORG = "CONSULTING_ORG"
|
50
51
|
}
|
51
|
-
export declare const getLabelByComponyType: (type: SearchWithCompanyType) => "" | "本单位" | "施工单位" | "监理单位" | "建设单位" | "设计单位" | "咨询单位";
|
52
|
+
export declare const getLabelByComponyType: (type: SearchWithCompanyType) => "" | "本单位" | "施工单位" | "代建单位" | "监理单位" | "建设单位" | "设计单位" | "咨询单位";
|
52
53
|
export declare const SEARCH_WITH_COMPANY_TYPE_OPTIONS: {
|
53
54
|
label: string;
|
54
55
|
value: SearchWithCompanyType;
|