@dhccmobile/workflow-approval-center 1.0.0

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.
Files changed (221) hide show
  1. package/README.md +25 -0
  2. package/dist/approval-center.common.js +1 -0
  3. package/dist/approval-center.css +146 -0
  4. package/dist/approval-center.umd.js +1 -0
  5. package/dist/approval-center.umd.min.js +1 -0
  6. package/dist/demo.html +1 -0
  7. package/package.json +74 -0
  8. package/static/icon/general/iconfont.css +191 -0
  9. package/static/icon/general/iconfont.js +1 -0
  10. package/static/icon/general/iconfont.json +317 -0
  11. package/static/icon/general/iconfont.ttf +0 -0
  12. package/static/icon/general/iconfont.woff +0 -0
  13. package/static/icon/general/iconfont.woff2 +0 -0
  14. package/static/icon/workflow/iconfont.css +491 -0
  15. package/static/icon/workflow/iconfont.js +1 -0
  16. package/static/icon/workflow/iconfont.json +842 -0
  17. package/static/icon/workflow/iconfont.ttf +0 -0
  18. package/static/icon/workflow/iconfont.woff +0 -0
  19. package/static/icon/workflow/iconfont.woff2 +0 -0
  20. package/types/components/bpmn-camunda/data/bpmnXml.d.ts +1 -0
  21. package/types/components/bpmn-camunda/data/translate/customTranslate.d.ts +1 -0
  22. package/types/components/bpmn-camunda/data/translate/zn.d.ts +123 -0
  23. package/types/components/bpmn-camunda/module/BpmContextPad.d.ts +6 -0
  24. package/types/components/bpmn-camunda/module/BpmPalette.d.ts +2 -0
  25. package/types/components/bpmn-camunda/module/BpmRenderer.d.ts +13 -0
  26. package/types/components/common/breadcrumb-nav/service/BreadcrumbService.d.ts +29 -0
  27. package/types/components/index.d.ts +19 -0
  28. package/types/constants/api/approval-process/ApprovalProcess.api.d.ts +75 -0
  29. package/types/constants/api/approval-process/default_debt.api.d.ts +33 -0
  30. package/types/constants/api/approval-process/flow_apply_info.api.d.ts +9 -0
  31. package/types/constants/api/approval-process/holder_meeting.d.ts +15 -0
  32. package/types/constants/api/contract/ContAttachFile.api.d.ts +63 -0
  33. package/types/constants/api/contract/ContChangeInfo.api.d.ts +9 -0
  34. package/types/constants/api/contract/ContractFileInfo.api.d.ts +123 -0
  35. package/types/constants/api/contract/CtApplyContractRel.api.d.ts +9 -0
  36. package/types/constants/api/contract/CtApplyInfo.api.d.ts +106 -0
  37. package/types/constants/api/contract/CtCollectApplyInfo.api.d.ts +93 -0
  38. package/types/constants/api/contract/CtContTpInfo.api.d.ts +15 -0
  39. package/types/constants/api/contract/CtContractHis.api.d.ts +153 -0
  40. package/types/constants/api/contract/CtContractInfoApi.api.d.ts +273 -0
  41. package/types/constants/api/contract/CtDeptConf.api.d.ts +15 -0
  42. package/types/constants/api/contract/CtReissueApplyInfo.api.d.ts +69 -0
  43. package/types/constants/api/contract/CtSampleFileInfo.api.d.ts +51 -0
  44. package/types/constants/api/contract/CtSeaFile.d.ts +15 -0
  45. package/types/constants/api/contract/CtSealLogInfo.d.ts +9 -0
  46. package/types/constants/api/contract/CtSealRecord.d.ts +15 -0
  47. package/types/constants/api/contract/CtSignedInfo.api.d.ts +45 -0
  48. package/types/constants/api/contract/CtTaxInfo.api.d.ts +129 -0
  49. package/types/constants/api/contract/CtTaxesConf.api.d.ts +45 -0
  50. package/types/constants/api/contract/CtUnderlyInfo.api.d.ts +9 -0
  51. package/types/constants/api/contract/OaFlowInfo.api.d.ts +99 -0
  52. package/types/constants/api/contract/PreCommunicate.api.d.ts +69 -0
  53. package/types/constants/api/contract/StampDutyMain.api.d.ts +9 -0
  54. package/types/constants/api/contract/SysDeptInfoCont.api.d.ts +9 -0
  55. package/types/constants/api/contract/SysUserInfo.api.d.ts +33 -0
  56. package/types/constants/api/contract/bkcontract/SealApply.api.d.ts +45 -0
  57. package/types/constants/api/contract/workFlowTaskOperator.api.d.ts +9 -0
  58. package/types/constants/api/disclosure/DisclosureMonitoringInfo.api.d.ts +9 -0
  59. package/types/constants/api/disclosure/FlowDetailInfo.api.d.ts +39 -0
  60. package/types/constants/api/disclosure/FlowInfo.api.d.ts +15 -0
  61. package/types/constants/api/disclosure/NetvalDateFormalInfo.api.d.ts +27 -0
  62. package/types/constants/api/disclosure/NetvalRuleDraftTemplInfo.api.d.ts +15 -0
  63. package/types/constants/api/disclosure/PmCooorgInfo.api.d.ts +9 -0
  64. package/types/constants/api/disclosure/PmProjectInfoXP.api.d.ts +15 -0
  65. package/types/constants/api/disclosure/ReportDiscPlanInfo.api.d.ts +33 -0
  66. package/types/constants/api/disclosure/ReportDiscRulesDraftTemplInfo.api.d.ts +15 -0
  67. package/types/constants/api/disclosure/ReportRulesDraftlInfo.api.d.ts +9 -0
  68. package/types/constants/api/disclosure/RptFileInfo.api.d.ts +70 -0
  69. package/types/constants/api/disclosure/RptGenerateInfo.api.d.ts +154 -0
  70. package/types/constants/api/disclosure/idoc-template.api.d.ts +9 -0
  71. package/types/constants/api/disclosure/sys-dept-info-xp.api.d.ts +22 -0
  72. package/types/constants/api/doc/idoc-file.api.d.ts +21 -0
  73. package/types/constants/api/doc/pageoffice.api.d.ts +26 -0
  74. package/types/constants/api/ms-doc/file-compare-info.api.d.ts +27 -0
  75. package/types/constants/api/ms-doc/idoc-bookmark.api.d.ts +9 -0
  76. package/types/constants/api/ms-doc/idoc-collection.api.d.ts +9 -0
  77. package/types/constants/api/ms-doc/idoc-compare.api.d.ts +9 -0
  78. package/types/constants/api/ms-doc/idoc-doc-template.api.d.ts +25 -0
  79. package/types/constants/api/ms-doc/idoc-file.api.d.ts +44 -0
  80. package/types/constants/api/ms-doc/idoc-object-apply.api.d.ts +93 -0
  81. package/types/constants/api/ms-doc/pageoffice.api.d.ts +27 -0
  82. package/types/constants/api/ms-portal/sys-dept-info.api.d.ts +33 -0
  83. package/types/constants/api/ms-workflow/WorkFlowTaskOperator.api.d.ts +9 -0
  84. package/types/constants/api/ms-workflow/appro-center.api.d.ts +148 -0
  85. package/types/constants/api/ms-workflow/model-proc-ver-info.api.d.ts +14 -0
  86. package/types/constants/api/ms-workflow/org.api.d.ts +113 -0
  87. package/types/constants/api/ms-workflow/proc-inst-info.api.d.ts +9 -0
  88. package/types/constants/api/ms-workflow/task-attachment-info.api.d.ts +38 -0
  89. package/types/constants/api/ms-workflow/task-info.api.d.ts +50 -0
  90. package/types/constants/api/pageoffice/pageoffice.api.d.ts +33 -0
  91. package/types/constants/api/pmprojectinfo/PmProjectInfo.api.d.ts +51 -0
  92. package/types/constants/api/pmprojectinfo/SysDeptInfo.api.d.ts +9 -0
  93. package/types/constants/api/system/SysDeptInfo.api.d.ts +27 -0
  94. package/types/constants/api/system/SysUserInfo.api.d.ts +21 -0
  95. package/types/constants/config/base.config.d.ts +30 -0
  96. package/types/constants/config/storage.config.d.ts +4 -0
  97. package/types/constants/enum/approval-process/cont-state.d.ts +10 -0
  98. package/types/constants/enum/approval-process/node-type.enum.d.ts +12 -0
  99. package/types/constants/enum/approval-process/process-operation-type.enum.d.ts +124 -0
  100. package/types/constants/enum/business/approval-state.d.ts +16 -0
  101. package/types/constants/enum/business/clause-categories.enum.d.ts +12 -0
  102. package/types/constants/enum/business/clause-type.enum.d.ts +40 -0
  103. package/types/constants/enum/business/docTemplate-type.enum.d.ts +12 -0
  104. package/types/constants/enum/business/process-management.enum.d.ts +47 -0
  105. package/types/constants/enum/business/submit-type.enum.d.ts +21 -0
  106. package/types/constants/enum/business/switch-en.enum.d.ts +12 -0
  107. package/types/constants/enum/business/template-clause.enum.d.ts +17 -0
  108. package/types/constants/enum/code.enum.d.ts +12 -0
  109. package/types/constants/enum/contract/apply-state.enum.d.ts +72 -0
  110. package/types/constants/enum/contract/compare-type.enum.d.ts +16 -0
  111. package/types/constants/enum/contract/cont-mod-type.enum.d.ts +28 -0
  112. package/types/constants/enum/contract/cont-stat.enum.d.ts +100 -0
  113. package/types/constants/enum/contract/cont-type.enum.d.ts +669 -0
  114. package/types/constants/enum/contract/currency.enum.d.ts +39 -0
  115. package/types/constants/enum/contract/file-tp.d.ts +24 -0
  116. package/types/constants/enum/contract/usedEnum.enum.d.ts +24 -0
  117. package/types/constants/enum/disclosure/ImportBusinessType.d.ts +73 -0
  118. package/types/constants/enum/disclosure/check-status-cd.enum.d.ts +17 -0
  119. package/types/constants/enum/disclosure/delete-rpt-type.enum.d.ts +16 -0
  120. package/types/constants/enum/disclosure/detail-type.enum.d.ts +17 -0
  121. package/types/constants/enum/disclosure/mod-tp.enum.d.ts +29 -0
  122. package/types/constants/enum/disclosure/ows-publ-data.enum.d.ts +63 -0
  123. package/types/constants/enum/disclosure/pcs-type.enum.d.ts +91 -0
  124. package/types/constants/enum/disclosure/publ-end-dt-tp.enum.d.ts +19 -0
  125. package/types/constants/enum/disclosure/publ-frq.enum.d.ts +36 -0
  126. package/types/constants/enum/disclosure/publ-start-dt-tp.enum.d.ts +19 -0
  127. package/types/constants/enum/disclosure/row-select-type.enum.d.ts +17 -0
  128. package/types/constants/enum/disclosure/rpt-cgy-cd.enum.d.ts +29 -0
  129. package/types/constants/enum/disclosure/rpt-tp.enum.d.ts +49 -0
  130. package/types/constants/enum/disclosure/rule-pcs-type-enum.d.ts +20 -0
  131. package/types/constants/enum/disclosure/special-dept-enum.d.ts +20 -0
  132. package/types/constants/enum/disclosure/use-seal-options.enum.d.ts +12 -0
  133. package/types/constants/enum/disclosure/yes-no.enum.d.ts +12 -0
  134. package/types/constants/enum/enum.service.d.ts +9 -0
  135. package/types/constants/enum/general/api.enum.d.ts +48 -0
  136. package/types/constants/enum/general/code.enum.d.ts +12 -0
  137. package/types/constants/enum/general/enable-type.enum.d.ts +12 -0
  138. package/types/constants/enum/general/header-type.enum.d.ts +20 -0
  139. package/types/constants/enum/general/menu-type.enum.d.ts +12 -0
  140. package/types/constants/enum/general/method-type.enum.d.ts +20 -0
  141. package/types/constants/enum/general/status-code.enum.d.ts +7 -0
  142. package/types/constants/enum/project/approval-state.enum.d.ts +48 -0
  143. package/types/constants/enum/project/task-state.enum.d.ts +12 -0
  144. package/types/constants/enum/public/cust-type.enum.d.ts +16 -0
  145. package/types/constants/enum/public/flow-item.d.ts +92 -0
  146. package/types/constants/enum/user-operate.enum.d.ts +15 -0
  147. package/types/constants/enum/workflow/dept-sign.enum.d.ts +16 -0
  148. package/types/constants/enum/workflow/form-url-type.enum.d.ts +11 -0
  149. package/types/constants/enum/workflow/proc-inst-bus-state.enum.d.ts +44 -0
  150. package/types/constants/enum/workflow/proc-inst-state.enum.d.ts +28 -0
  151. package/types/constants/enum/workflow/sdk-data-src.enum.d.ts +24 -0
  152. package/types/constants/enum/workflow/submit-type.enum.d.ts +7 -0
  153. package/types/constants/enum/workflow/task-oper.enum.d.ts +3 -0
  154. package/types/constants/enum/workflow/task-state.enum.d.ts +19 -0
  155. package/types/constants/enum/workflow/task-type.enum.d.ts +41 -0
  156. package/types/constants/index.d.ts +6 -0
  157. package/types/directives/directive.service.d.ts +12 -0
  158. package/types/directives/drag-dialog.directive.d.ts +16 -0
  159. package/types/directives/suction-top.directive.d.ts +13 -0
  160. package/types/directives/tabal-upd.directive.d.ts +8 -0
  161. package/types/filtres/dictionary-conversion.filter.d.ts +11 -0
  162. package/types/filtres/filter.service.d.ts +13 -0
  163. package/types/filtres/switch-dict-convert.filter.d.ts +5 -0
  164. package/types/filtres/switch-enum-convert.filter.d.ts +13 -0
  165. package/types/index.d.ts +9 -0
  166. package/types/main.d.ts +12 -0
  167. package/types/model/CoreConfig.d.ts +34 -0
  168. package/types/model/DataInput.d.ts +18 -0
  169. package/types/model/DataOutput.d.ts +16 -0
  170. package/types/model/domain/DtTypeConfigInfo.d.ts +21 -0
  171. package/types/model/domain/ModalVar.d.ts +6 -0
  172. package/types/model/domain/RestfulResponse.d.ts +14 -0
  173. package/types/model/domain/SealApply.d.ts +17 -0
  174. package/types/model/domain/TabData.d.ts +14 -0
  175. package/types/model/domain/contract/BusFileInfo.d.ts +63 -0
  176. package/types/model/domain/contract/BusFileParam.d.ts +42 -0
  177. package/types/model/domain/contract/ContFileInfo.d.ts +27 -0
  178. package/types/model/domain/contract/ContTempLike.d.ts +25 -0
  179. package/types/model/domain/contract/CtContTpInfoDTO.d.ts +22 -0
  180. package/types/model/domain/contract/OaFlowInfoLike.d.ts +12 -0
  181. package/types/model/domain/contract/OpenFileInfo.d.ts +12 -0
  182. package/types/model/domain/contract/OurSignInfo.d.ts +26 -0
  183. package/types/model/domain/contract/PmProjectInfo.d.ts +31 -0
  184. package/types/model/domain/contract/UnderlyInfo.d.ts +23 -0
  185. package/types/model/domain/disclosure/BusFileInfo.d.ts +61 -0
  186. package/types/model/domain/disclosure/BusFileParam.d.ts +42 -0
  187. package/types/model/domain/disclosure/DocTemplateLike.d.ts +12 -0
  188. package/types/model/domain/disclosure/ReportRulesFormalInfo.d.ts +137 -0
  189. package/types/model/entity/ApplyBusChangeDetail.d.ts +25 -0
  190. package/types/model/entity/DocTemplate.d.ts +66 -0
  191. package/types/model/entity/FlowApplyInfo.d.ts +88 -0
  192. package/types/model/entity/MulSaveInfo.d.ts +50 -0
  193. package/types/model/entity/SysDeptInfo.d.ts +17 -0
  194. package/types/model/entity/circulate/UserInfoLike.d.ts +21 -0
  195. package/types/model/index.d.ts +3 -0
  196. package/types/router/index.d.ts +2 -0
  197. package/types/services/antd-vue.service.d.ts +8 -0
  198. package/types/services/api.service.d.ts +112 -0
  199. package/types/services/bean-utils.service.d.ts +33 -0
  200. package/types/services/cache-dictionary.service.d.ts +19 -0
  201. package/types/services/cont-tp-utils.service.d.ts +39 -0
  202. package/types/services/dailyContTp.service.d.ts +50 -0
  203. package/types/services/date-format.service.d.ts +11 -0
  204. package/types/services/dayjs-util.service.d.ts +44 -0
  205. package/types/services/dict-relay.service.d.ts +34 -0
  206. package/types/services/file-download.service.d.ts +5 -0
  207. package/types/services/file-utils.service.d.ts +11 -0
  208. package/types/services/form-change-function.service.d.ts +44 -0
  209. package/types/services/form-handler-service.d.ts +66 -0
  210. package/types/services/index.d.ts +2 -0
  211. package/types/services/list-util.service.d.ts +55 -0
  212. package/types/services/math.service.d.ts +19 -0
  213. package/types/services/money-format.d.ts +15 -0
  214. package/types/services/number-fomat.d.ts +16 -0
  215. package/types/services/pageoffice-deal-data.service.d.ts +35 -0
  216. package/types/services/process.service.d.ts +16 -0
  217. package/types/services/role-util.service.d.ts +12 -0
  218. package/types/services/size-util.service.d.ts +15 -0
  219. package/types/services/tip-ui.service.d.ts +52 -0
  220. package/types/services/tree-node-convert.service.d.ts +178 -0
  221. package/types/services/waiting.service.d.ts +96 -0
@@ -0,0 +1,148 @@
1
+ /**
2
+ * @description:分支策略信息api
3
+ * @author dhcc
4
+ * @date 2022/6/17 16:26
5
+ */
6
+ declare const approCenterApi: {
7
+ /** 查询流程实例信息 */
8
+ queryProcDetail: {
9
+ url: string;
10
+ method: string;
11
+ header: string;
12
+ apiType: string;
13
+ };
14
+ /** 查询下一节点及其办理人列表信息 */
15
+ queryNextActivitiesAndCandidates: {
16
+ url: string;
17
+ method: string;
18
+ header: string;
19
+ apiType: string;
20
+ };
21
+ /** 处理流程 */
22
+ taskHdl: {
23
+ url: string;
24
+ method: string;
25
+ header: string;
26
+ apiType: string;
27
+ };
28
+ /** 处理流程(sdk方式,业务mq调用) */
29
+ taskHdlAsync: {
30
+ url: string;
31
+ method: string;
32
+ header: string;
33
+ apiType: string;
34
+ };
35
+ /************************************************************处理流程******************************************************************/
36
+ /** 处理流程(sdk方式,feign调用 内置) */
37
+ taskHdlSync: {
38
+ url: string;
39
+ method: string;
40
+ header: string;
41
+ apiType: string;
42
+ };
43
+ /** 处理流程(sdk方式,feign调用 HT) */
44
+ taskHdlSyncHt: {
45
+ url: string;
46
+ method: string;
47
+ header: string;
48
+ apiType: string;
49
+ };
50
+ /** 处理流程(sdk方式,feign调用 XP) */
51
+ taskHdlSyncXP: {
52
+ url: string;
53
+ method: string;
54
+ header: string;
55
+ apiType: string;
56
+ };
57
+ /** 处理流程(sdk方式,feign调用 XM)暂定 */
58
+ taskHdlSyncXM: {
59
+ url: string;
60
+ method: string;
61
+ header: string;
62
+ apiType: string;
63
+ };
64
+ /** 处理流程(sdk方式,feign调用 XM)暂定 */
65
+ taskHdlSyncDOC: {
66
+ url: string;
67
+ method: string;
68
+ header: string;
69
+ apiType: string;
70
+ };
71
+ /******************************************************************************************************************************/
72
+ /** 查询流程图 */
73
+ queryXML: {
74
+ url: string;
75
+ method: string;
76
+ header: string;
77
+ apiType: string;
78
+ };
79
+ /** 查询转办人 */
80
+ queryUserList: {
81
+ url: string;
82
+ method: string;
83
+ header: string;
84
+ apiType: string;
85
+ };
86
+ detailById: {
87
+ url: string;
88
+ method: string;
89
+ header: string;
90
+ apiType: string;
91
+ };
92
+ /** 查询用户列表(老系统账号) */
93
+ queryUserListOld: {
94
+ url: string;
95
+ method: string;
96
+ header: string;
97
+ apiType: string;
98
+ };
99
+ addBatchTaskCirculateDetail: {
100
+ url: string;
101
+ method: string;
102
+ header: string;
103
+ apiType: string;
104
+ };
105
+ /** 查询用户 */
106
+ queryOrgUserList: {
107
+ url: string;
108
+ method: string;
109
+ header: string;
110
+ apiType: string;
111
+ };
112
+ /** 查询用户 (排除登录人)*/
113
+ queryOrgUserListClearLoginUser: {
114
+ url: string;
115
+ method: string;
116
+ header: string;
117
+ apiType: string;
118
+ };
119
+ /** 批分人员信息查询 */
120
+ queryBatchUserInfoList: {
121
+ url: string;
122
+ method: string;
123
+ header: string;
124
+ apiType: string;
125
+ };
126
+ /** 查询老系统审批意见 */
127
+ queryRtProcCommentByProcInstId: {
128
+ url: string;
129
+ method: string;
130
+ header: string;
131
+ apiType: string;
132
+ };
133
+ /** 查询老系统任务审批意见 */
134
+ queryRtProcCommentByTaskInstId: {
135
+ url: string;
136
+ method: string;
137
+ header: string;
138
+ apiType: string;
139
+ };
140
+ /** 流程任务批量催办**/
141
+ urgeBatch: {
142
+ url: string;
143
+ method: string;
144
+ header: string;
145
+ apiType: string;
146
+ };
147
+ };
148
+ export default approCenterApi;
@@ -0,0 +1,14 @@
1
+ declare const modelProcVerInfoApi: {
2
+ queryFlowInfo: {
3
+ url: string;
4
+ method: string;
5
+ header: string;
6
+ apiType: string;
7
+ };
8
+ queryFlowInfoAll: {
9
+ url: string;
10
+ method: string;
11
+ header: string;
12
+ };
13
+ };
14
+ export default modelProcVerInfoApi;
@@ -0,0 +1,113 @@
1
+ /**
2
+ * @description: 组织机构管理相关服务接口配置
3
+ * @author Haoming
4
+ * @date 2022/6/24 16:26
5
+ */
6
+ declare const orgApi: {
7
+ /** 查询公司列表 */
8
+ queryCompanyByLike: {
9
+ url: string;
10
+ method: string;
11
+ header: string;
12
+ apiType: string;
13
+ };
14
+ /** 查询部门树 */
15
+ queryDepartmentTree: {
16
+ url: string;
17
+ method: string;
18
+ header: string;
19
+ apiType: string;
20
+ };
21
+ /** 查询部门、虚拟团队树 */
22
+ queryDepartmentTeamTree: {
23
+ url: string;
24
+ method: string;
25
+ header: string;
26
+ apiType: string;
27
+ };
28
+ /** 查询部门列表 */
29
+ queryDepartmentByLike: {
30
+ url: string;
31
+ method: string;
32
+ header: string;
33
+ apiType: string;
34
+ };
35
+ /** 根据部门号查询岗位列表 */
36
+ queryPostByDeptId: {
37
+ url: string;
38
+ method: string;
39
+ header: string;
40
+ apiType: string;
41
+ };
42
+ /** 查询岗位列表 */
43
+ queryPostListByLike: {
44
+ url: string;
45
+ method: string;
46
+ header: string;
47
+ apiType: string;
48
+ };
49
+ /** 查询虚拟部门 */
50
+ queryOrgTeamByLike: {
51
+ url: string;
52
+ method: string;
53
+ header: string;
54
+ apiType: string;
55
+ };
56
+ /** 查询用户 */
57
+ queryOrgUserList: {
58
+ url: string;
59
+ method: string;
60
+ header: string;
61
+ apiType: string;
62
+ };
63
+ /** 查询部门树,下拉树使用 */
64
+ queryDepartmentTree4Select: {
65
+ url: string;
66
+ method: string;
67
+ header: string;
68
+ apiType: string;
69
+ };
70
+ /** 查询部门树,权限转移下拉树使用 */
71
+ queryDepartmentTreeAuthTransfer: {
72
+ url: string;
73
+ method: string;
74
+ header: string;
75
+ apiType: string;
76
+ };
77
+ /** 按照编号查询所在部门 */
78
+ queryDetailById: {
79
+ url: string;
80
+ method: string;
81
+ header: string;
82
+ apiType: string;
83
+ };
84
+ /** 查询用户列表(老系统账号) */
85
+ queryUserListOld: {
86
+ url: string;
87
+ method: string;
88
+ header: string;
89
+ apiType: string;
90
+ };
91
+ /** 查询用户列表(老系统账号)(带当前登录用户权限校验) */
92
+ queryUserListOldByCache: {
93
+ url: string;
94
+ method: string;
95
+ header: string;
96
+ apiType: string;
97
+ };
98
+ /** 查询所有相同姓名的用户部门关联信息 */
99
+ queryUserDeptByUserName: {
100
+ url: string;
101
+ method: string;
102
+ header: string;
103
+ apiType: string;
104
+ };
105
+ /** 查询所有相同姓名的用户信息(模糊查询) */
106
+ queryUserByUserNameLike: {
107
+ url: string;
108
+ method: string;
109
+ header: string;
110
+ apiType: string;
111
+ };
112
+ };
113
+ export default orgApi;
@@ -0,0 +1,9 @@
1
+ declare const ProcInstInfo: {
2
+ getDeptSignDeptInfo: {
3
+ url: string;
4
+ method: string;
5
+ header: string;
6
+ apiType: string;
7
+ };
8
+ };
9
+ export default ProcInstInfo;
@@ -0,0 +1,38 @@
1
+ /**
2
+ * @description: 审批任务附件接口
3
+ * @author wangkai
4
+ * @date 2022/8/10 16:18
5
+ */
6
+ declare const taskAttachmentInfoApi: {
7
+ queryAttachmentInfoList: {
8
+ url: string;
9
+ method: string;
10
+ header: string;
11
+ apiType: string;
12
+ };
13
+ downloadAttachment: {
14
+ url: string;
15
+ method: string;
16
+ header: string;
17
+ apiType: string;
18
+ };
19
+ uploadFileBatch: {
20
+ url: string;
21
+ method: string;
22
+ header: string;
23
+ apiType: string;
24
+ };
25
+ deleteById: {
26
+ url: string;
27
+ method: string;
28
+ header: string;
29
+ apiType: string;
30
+ };
31
+ batchDownloadAttachment: {
32
+ url: string;
33
+ method: string;
34
+ header: string;
35
+ apiType: string;
36
+ };
37
+ };
38
+ export default taskAttachmentInfoApi;
@@ -0,0 +1,50 @@
1
+ /**
2
+ * @description: 流程任务相关服务接口配置
3
+ * @author wangkai
4
+ * @date 2022/7/18 16:20
5
+ */
6
+ declare const taskInfoApi: {
7
+ queryAddSignDetailOfDeptSign: {
8
+ url: string;
9
+ method: string;
10
+ header: string;
11
+ apiType: string;
12
+ };
13
+ queryRunningAddedDeptSignProcs: {
14
+ url: string;
15
+ method: string;
16
+ header: string;
17
+ apiType: string;
18
+ };
19
+ addCountersignForDeptsign: {
20
+ url: string;
21
+ method: string;
22
+ header: string;
23
+ apiType: string;
24
+ };
25
+ removeCountersignForDeptsign: {
26
+ url: string;
27
+ method: string;
28
+ header: string;
29
+ apiType: string;
30
+ };
31
+ sendFoticEsbmq4BatchApprove: {
32
+ url: string;
33
+ method: string;
34
+ header: string;
35
+ apiType: string;
36
+ };
37
+ queryCandidateRuleList: {
38
+ url: string;
39
+ method: string;
40
+ header: string;
41
+ apiType: string;
42
+ };
43
+ updateCountersignForGeneralSign: {
44
+ url: string;
45
+ method: string;
46
+ header: string;
47
+ apiType: string;
48
+ };
49
+ };
50
+ export default taskInfoApi;
@@ -0,0 +1,33 @@
1
+ declare const pageofficeApi: {
2
+ template: {
3
+ url: string;
4
+ method: string;
5
+ header: string;
6
+ apiType: string;
7
+ };
8
+ docEditTemplate: {
9
+ url: string;
10
+ method: string;
11
+ header: string;
12
+ apiType: string;
13
+ };
14
+ editTemplate: {
15
+ url: string;
16
+ method: string;
17
+ header: string;
18
+ apiType: string;
19
+ };
20
+ previewFile: {
21
+ url: string;
22
+ method: string;
23
+ header: string;
24
+ apiType: string;
25
+ };
26
+ previewTemplate: {
27
+ url: string;
28
+ method: string;
29
+ header: string;
30
+ apiType: string;
31
+ };
32
+ };
33
+ export default pageofficeApi;
@@ -0,0 +1,51 @@
1
+ declare const pmProjectInfo: {
2
+ selectByLike: {
3
+ url: string;
4
+ method: string;
5
+ header: string;
6
+ apiType: string;
7
+ };
8
+ selectProjectContract: {
9
+ url: string;
10
+ method: string;
11
+ header: string;
12
+ apiType: string;
13
+ };
14
+ selectProjectInfoCont: {
15
+ url: string;
16
+ method: string;
17
+ header: string;
18
+ apiType: string;
19
+ };
20
+ selectSeriesPrj: {
21
+ url: string;
22
+ method: string;
23
+ header: string;
24
+ apiType: string;
25
+ };
26
+ detailByPrjId: {
27
+ url: string;
28
+ method: string;
29
+ header: string;
30
+ apiType: string;
31
+ };
32
+ queryReissuePrjInfo: {
33
+ url: string;
34
+ method: string;
35
+ header: string;
36
+ apiType: string;
37
+ };
38
+ byPrjIdAndOaPrjIdQueryData: {
39
+ url: string;
40
+ method: string;
41
+ header: string;
42
+ apiType: string;
43
+ };
44
+ batchUpdateForOther: {
45
+ url: string;
46
+ method: string;
47
+ header: string;
48
+ apiType: string;
49
+ };
50
+ };
51
+ export default pmProjectInfo;
@@ -0,0 +1,9 @@
1
+ declare const sysDeptInfo: {
2
+ queryByLike: {
3
+ url: string;
4
+ method: string;
5
+ header: string;
6
+ apiType: string;
7
+ };
8
+ };
9
+ export default sysDeptInfo;
@@ -0,0 +1,27 @@
1
+ declare const sysDeptInfo: {
2
+ queryByLike: {
3
+ url: string;
4
+ method: string;
5
+ header: string;
6
+ apiType: string;
7
+ };
8
+ searchByLike: {
9
+ url: string;
10
+ method: string;
11
+ header: string;
12
+ apiType: string;
13
+ };
14
+ searchReportSettingByLike: {
15
+ url: string;
16
+ method: string;
17
+ header: string;
18
+ apiType: string;
19
+ };
20
+ searchDeptListByDeptNos: {
21
+ url: string;
22
+ method: string;
23
+ header: string;
24
+ apiType: string;
25
+ };
26
+ };
27
+ export default sysDeptInfo;
@@ -0,0 +1,21 @@
1
+ declare const sysUserInfo: {
2
+ queryByLike: {
3
+ url: string;
4
+ method: string;
5
+ header: string;
6
+ apiType: string;
7
+ };
8
+ searchByLike: {
9
+ url: string;
10
+ method: string;
11
+ header: string;
12
+ apiType: string;
13
+ };
14
+ searchTrustManager: {
15
+ url: string;
16
+ method: string;
17
+ header: string;
18
+ apiType: string;
19
+ };
20
+ };
21
+ export default sysUserInfo;
@@ -0,0 +1,30 @@
1
+ declare const ROOT_MOUNT_CONTAINER = "subapp-viewport";
2
+ declare const ST_APP_ID = "workbench";
3
+ declare const FORM_URL: {
4
+ "/first-cont-draft": string;
5
+ "/bc-cont-draft": string;
6
+ "/bc-cont-change": string;
7
+ "/bc-cont-collect": string;
8
+ "/abolish-info": string;
9
+ "/cont-tax-detail": string;
10
+ "/rei-cont-apply": string;
11
+ "/clause-process-detail-edit": string;
12
+ "/clause-process-detail": string;
13
+ "/clause-process-change-edit": string;
14
+ "/clause-process-change": string;
15
+ "/clause-process-abolish-edit": string;
16
+ "/clause-process-abolish": string;
17
+ "/template-process-detail-edit": string;
18
+ "/template-process-detail": string;
19
+ "/template-process-change-edit": string;
20
+ "/template-process-change": string;
21
+ "/template-process-abolish-edit": string;
22
+ "/template-process-abolish": string;
23
+ "/report-application-submit": string;
24
+ "/private-equity-process": string;
25
+ "/rule-review-approval-process": string;
26
+ "/default-debt-approval-process": string;
27
+ "/holder-meeting-approval-process": string;
28
+ };
29
+ declare const XP_FUN_APP_ID = "1028015525370548224";
30
+ export { ST_APP_ID, FORM_URL, ROOT_MOUNT_CONTAINER, XP_FUN_APP_ID };
@@ -0,0 +1,4 @@
1
+ declare const NAMESPACE = "approval:";
2
+ declare const TAB_PREFIX: string;
3
+ declare const THEME_KEY: string;
4
+ export { NAMESPACE, TAB_PREFIX, THEME_KEY };
@@ -0,0 +1,10 @@
1
+ declare const ContState: {
2
+ draft: string[];
3
+ approval: string[];
4
+ collect: string[];
5
+ seal: string[];
6
+ signed: string[];
7
+ change: string[];
8
+ abolish: string[];
9
+ };
10
+ export default ContState;
@@ -0,0 +1,12 @@
1
+ declare const NODE_TYPE = "NodeType";
2
+ declare const NodeType: {
3
+ user: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ end: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ };
12
+ export { NODE_TYPE, NodeType };
@@ -0,0 +1,124 @@
1
+ declare const PROCESS_OPERATION_TYPE = "ProcessOperationType";
2
+ declare const ProcessOperationType: {
3
+ activate: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ suspend: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ recall: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ discard: {
16
+ code: string;
17
+ name: string;
18
+ };
19
+ revoke: {
20
+ code: string;
21
+ name: string;
22
+ };
23
+ claim: {
24
+ code: string;
25
+ name: string;
26
+ };
27
+ withdraw: {
28
+ code: string;
29
+ name: string;
30
+ };
31
+ agree: {
32
+ code: string;
33
+ name: string;
34
+ };
35
+ autoAgree: {
36
+ code: string;
37
+ name: string;
38
+ };
39
+ jump: {
40
+ code: string;
41
+ name: string;
42
+ };
43
+ veto: {
44
+ code: string;
45
+ name: string;
46
+ };
47
+ rollbackTo: {
48
+ code: string;
49
+ name: string;
50
+ };
51
+ rollbackToPrevious: {
52
+ code: string;
53
+ name: string;
54
+ };
55
+ rollbackToFirst: {
56
+ code: string;
57
+ name: string;
58
+ };
59
+ delegate: {
60
+ code: string;
61
+ name: string;
62
+ };
63
+ consult: {
64
+ code: string;
65
+ name: string;
66
+ };
67
+ abort: {
68
+ code: string;
69
+ name: string;
70
+ };
71
+ circulate: {
72
+ code: string;
73
+ name: string;
74
+ };
75
+ completeProcess: {
76
+ code: string;
77
+ name: string;
78
+ };
79
+ dispatch: {
80
+ code: string;
81
+ name: string;
82
+ };
83
+ processing: {
84
+ code: string;
85
+ name: string;
86
+ };
87
+ start: {
88
+ code: string;
89
+ name: string;
90
+ };
91
+ stgnTaskAgree: {
92
+ code: string;
93
+ name: string;
94
+ };
95
+ stgnTaskAgainst: {
96
+ code: string;
97
+ name: string;
98
+ };
99
+ signOneVoteBy: {
100
+ code: string;
101
+ name: string;
102
+ };
103
+ signOneVoteVeto: {
104
+ code: string;
105
+ name: string;
106
+ };
107
+ summaryVotingTask: {
108
+ code: string;
109
+ name: string;
110
+ };
111
+ addAssignee: {
112
+ code: string;
113
+ name: string;
114
+ };
115
+ removeAssignee: {
116
+ code: string;
117
+ name: string;
118
+ };
119
+ changeAssignee: {
120
+ code: string;
121
+ name: string;
122
+ };
123
+ };
124
+ export { PROCESS_OPERATION_TYPE, ProcessOperationType };