@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,20 @@
1
+ declare const HEADER_TYPE = "HeaderType";
2
+ declare const HeaderType: {
3
+ BASE: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ AUTH: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ UPLOAD_AUTH: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ DOWNLOAD_AUTH: {
16
+ code: string;
17
+ name: string;
18
+ };
19
+ };
20
+ export { HEADER_TYPE, HeaderType };
@@ -0,0 +1,12 @@
1
+ declare const MENU_TYPE = "MenuType";
2
+ declare const MenuType: {
3
+ BUTTON: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ LINK: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ };
12
+ export { MENU_TYPE, MenuType };
@@ -0,0 +1,20 @@
1
+ declare const METHOD_TYPE = "MethodType";
2
+ declare const MethodType: {
3
+ GET: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ PUT: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ POST: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ DELETE: {
16
+ code: string;
17
+ name: string;
18
+ };
19
+ };
20
+ export { METHOD_TYPE, MethodType };
@@ -0,0 +1,7 @@
1
+ declare const statusCode: {
2
+ USER_CACHE_DOES_NOT_EXIST: {
3
+ code: string;
4
+ name: string;
5
+ };
6
+ };
7
+ export { statusCode };
@@ -0,0 +1,48 @@
1
+ declare const APPROVALSTATE = "ApprovalState";
2
+ declare const ApprovalState: {
3
+ SINGLE: {
4
+ code: number;
5
+ name: string;
6
+ };
7
+ COLLECTION: {
8
+ code: number;
9
+ name: string;
10
+ };
11
+ weekdaysRule: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ naturalDaysRule: {
16
+ code: string;
17
+ name: string;
18
+ };
19
+ otherTpRule: {
20
+ code: string;
21
+ name: string;
22
+ };
23
+ noClassification: {
24
+ code: string;
25
+ name: string;
26
+ };
27
+ abClass: {
28
+ code: string;
29
+ name: string;
30
+ };
31
+ priorityInferior: {
32
+ code: string;
33
+ name: string;
34
+ };
35
+ genSpeBenRights: {
36
+ code: string;
37
+ name: string;
38
+ };
39
+ rests: {
40
+ code: string;
41
+ name: string;
42
+ };
43
+ noDivDurThePeriod: {
44
+ code: string;
45
+ name: string;
46
+ };
47
+ };
48
+ export { APPROVALSTATE, ApprovalState };
@@ -0,0 +1,12 @@
1
+ declare const TASKSTATEENUM = "TaskStateEnum";
2
+ declare const TaskStateEnum: {
3
+ STATE_COMPLETE: {
4
+ code: number;
5
+ name: string;
6
+ };
7
+ STATE_ACTIVE: {
8
+ code: number;
9
+ name: string;
10
+ };
11
+ };
12
+ export { TASKSTATEENUM, TaskStateEnum };
@@ -0,0 +1,16 @@
1
+ declare const CUSTTYPE = "CustType";
2
+ declare const CustType: {
3
+ pers: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ inst: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ pro: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ };
16
+ export { CUSTTYPE, CustType };
@@ -0,0 +1,92 @@
1
+ declare const FLOW_ITEM = "FlowItem";
2
+ declare const FlowItem: {
3
+ contTmpl: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ tmplChange: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ tmplEnd: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ colElement: {
16
+ code: string;
17
+ name: string;
18
+ };
19
+ termsApply: {
20
+ code: string;
21
+ name: string;
22
+ };
23
+ termsChange: {
24
+ code: string;
25
+ name: string;
26
+ };
27
+ termsEnd: {
28
+ code: string;
29
+ name: string;
30
+ };
31
+ contApply: {
32
+ code: string;
33
+ name: string;
34
+ };
35
+ contCollect: {
36
+ code: string;
37
+ name: string;
38
+ };
39
+ sealEssence: {
40
+ code: string;
41
+ name: string;
42
+ };
43
+ sealSham: {
44
+ code: string;
45
+ name: string;
46
+ };
47
+ contChange: {
48
+ code: string;
49
+ name: string;
50
+ };
51
+ contEnd: {
52
+ code: string;
53
+ name: string;
54
+ };
55
+ taxApply: {
56
+ code: string;
57
+ name: string;
58
+ };
59
+ };
60
+ export { FLOW_ITEM, FlowItem };
61
+ declare const FLOW_CONT = "FlowCont";
62
+ declare const FlowCont: {
63
+ contApply: {
64
+ code: string;
65
+ name: string;
66
+ };
67
+ contCollect: {
68
+ code: string;
69
+ name: string;
70
+ };
71
+ sealEssence: {
72
+ code: string;
73
+ name: string;
74
+ };
75
+ sealSham: {
76
+ code: string;
77
+ name: string;
78
+ };
79
+ contChange: {
80
+ code: string;
81
+ name: string;
82
+ };
83
+ contEnd: {
84
+ code: string;
85
+ name: string;
86
+ };
87
+ taxApply: {
88
+ code: string;
89
+ name: string;
90
+ };
91
+ };
92
+ export { FLOW_CONT, FlowCont };
@@ -0,0 +1,15 @@
1
+ declare const UserOperate: {
2
+ MY_APP: {
3
+ code: string;
4
+ name: string;
5
+ };
6
+ PERSONAL_INFO: {
7
+ code: string;
8
+ name: string;
9
+ };
10
+ LOGOUT: {
11
+ code: string;
12
+ name: string;
13
+ };
14
+ };
15
+ export { UserOperate };
@@ -0,0 +1,16 @@
1
+ declare const DEPT_SIGN_ENUM = "DeptSignEnum";
2
+ declare const DeptSignEnum: {
3
+ UNDER_DEPT: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ UNDER_COM: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ LEADER: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ };
16
+ export { DeptSignEnum, DEPT_SIGN_ENUM };
@@ -0,0 +1,11 @@
1
+ declare const FormUrlTypeEnum: {
2
+ SUB_PATH: {
3
+ code: string;
4
+ name: string;
5
+ };
6
+ FULL_PATH: {
7
+ code: string;
8
+ name: string;
9
+ };
10
+ };
11
+ export { FormUrlTypeEnum };
@@ -0,0 +1,44 @@
1
+ declare const PROC_INST_BUS_STATE = "ProcInstBusStateEnum";
2
+ declare const ProcInstBusStateEnum: {
3
+ WAIT_APPROVAL: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ APPROVAL: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ HANG_PROCESS: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ PASS_APPROVAL: {
16
+ code: string;
17
+ name: string;
18
+ };
19
+ VETO_APPROVAL: {
20
+ code: string;
21
+ name: string;
22
+ };
23
+ ROLLBACK_APPROVAL: {
24
+ code: string;
25
+ name: string;
26
+ };
27
+ ABORT_PROCESS: {
28
+ code: string;
29
+ name: string;
30
+ };
31
+ INVALID_PROCESS: {
32
+ code: string;
33
+ name: string;
34
+ };
35
+ NOT_APPLICABLE_PROCESS: {
36
+ code: string;
37
+ name: string;
38
+ };
39
+ SUBTRACT_SIGN_PROCESS: {
40
+ code: string;
41
+ name: string;
42
+ };
43
+ };
44
+ export { ProcInstBusStateEnum, PROC_INST_BUS_STATE };
@@ -0,0 +1,28 @@
1
+ declare const PROC_INST_STATE = "ProcInstStateEnum";
2
+ declare const ProcInstStateEnum: {
3
+ ACTIVE: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ SUSPENDED: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ POSITIVE_COMPLETED: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ NEGATIVE_COMPLETE: {
16
+ code: string;
17
+ name: string;
18
+ };
19
+ START_FAILURE: {
20
+ code: string;
21
+ name: string;
22
+ };
23
+ ABORT: {
24
+ code: string;
25
+ name: string;
26
+ };
27
+ };
28
+ export { ProcInstStateEnum, PROC_INST_STATE };
@@ -0,0 +1,24 @@
1
+ declare const SDK_DATA_SRC = "SdkDataSrcEnum";
2
+ declare const SdkDataSrcEnum: {
3
+ HT: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ XM: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ XP: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ DOC: {
16
+ code: string;
17
+ name: string;
18
+ };
19
+ EDM: {
20
+ code: string;
21
+ name: string;
22
+ };
23
+ };
24
+ export { SdkDataSrcEnum, SDK_DATA_SRC };
@@ -0,0 +1,7 @@
1
+ declare const submitTypeEnum: {
2
+ SDK: {
3
+ code: string;
4
+ name: string;
5
+ };
6
+ };
7
+ export { submitTypeEnum };
@@ -0,0 +1,3 @@
1
+ declare const TASK_OPER_ENUM = "TaskOperEnum";
2
+ declare const TaskOperEnum: any;
3
+ export { TaskOperEnum, TASK_OPER_ENUM };
@@ -0,0 +1,19 @@
1
+ declare const TaskStateEnum: {
2
+ STATE_ACTIVE: {
3
+ code: string;
4
+ name: string;
5
+ };
6
+ STATE_LOCKED: {
7
+ code: string;
8
+ name: string;
9
+ };
10
+ STATE_HUNG: {
11
+ code: string;
12
+ name: string;
13
+ };
14
+ STATE_COMPLETE: {
15
+ code: string;
16
+ name: string;
17
+ };
18
+ };
19
+ export { TaskStateEnum };
@@ -0,0 +1,41 @@
1
+ declare const TASK_TYPE_ENUM = "TaskTypeEnum";
2
+ declare const TaskTypeEnum: {
3
+ NORMAL: {
4
+ code: string;
5
+ name: string;
6
+ };
7
+ READ: {
8
+ code: string;
9
+ name: string;
10
+ };
11
+ CONSULT: {
12
+ code: string;
13
+ name: string;
14
+ };
15
+ SIGN_TASK: {
16
+ code: string;
17
+ name: string;
18
+ };
19
+ SIGN_COLLECT_OPINION_TASK: {
20
+ code: string;
21
+ name: string;
22
+ };
23
+ SIGN_START_INFORM_TASK: {
24
+ code: string;
25
+ name: string;
26
+ };
27
+ DISPATCH: {
28
+ code: string;
29
+ name: string;
30
+ };
31
+ BATCH_ALLOT: {
32
+ code: string;
33
+ name: string;
34
+ };
35
+ /** 部门会签挂载任务 */
36
+ DEPT_SIGN_MOUNT_TASK: {
37
+ code: string;
38
+ name: string;
39
+ };
40
+ };
41
+ export { TaskTypeEnum, TASK_TYPE_ENUM };
@@ -0,0 +1,6 @@
1
+ export * from "../constants/enum/user-operate.enum";
2
+ export * from "../constants/enum/business/clause-categories.enum";
3
+ export * from "../constants/enum/business/clause-type.enum";
4
+ export * from "../constants/enum/business/docTemplate-type.enum";
5
+ export * from "../constants/enum/business/template-clause.enum";
6
+ export * from "../constants/enum/business/switch-en.enum";
@@ -0,0 +1,12 @@
1
+ import { App } from "@vue/runtime-core";
2
+ /**
3
+ * @Description: 指令工具类
4
+ * @author LiuBo
5
+ * @date 2022/5/30
6
+ * @time 20:05
7
+ */
8
+ declare class DirectiveService {
9
+ init(app: App): void;
10
+ }
11
+ declare const directiveService: DirectiveService;
12
+ export default directiveService;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @description: a-modal实现可拖拽功能【注意!!!vue3中自定义指令不能在组件上使用,只能在div等标签上使用】
3
+ *@使用说明:直接在a-modal 标签中加v-drag-dialog指令
4
+ * @author LiuBo
5
+ * @date 2021/3/30 11:27
6
+ * @update LiuBo 微调改造 2021年8月30日14:46:12
7
+ */
8
+ declare const dragDialog: any;
9
+ /**
10
+ * @description: a-modal实现可拖拽功能
11
+ *@使用说明:直接在a-modal 标签中加v-drag-dialog指令
12
+ * @author LiuBo
13
+ * @date 2021/3/30 11:27
14
+ * @update LiuBo 微调改造 2021年8月30日14:46:12
15
+ */
16
+ export default dragDialog;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @Description: 吸顶指令
3
+ * @author LiuBo
4
+ * @date 2021/1/26
5
+ * @time 17:17
6
+ */
7
+ declare const suctionTop: {
8
+ mounted: (el: any, binding: any) => void;
9
+ updated: () => void;
10
+ onScroll: (element: any, callBack: any) => void;
11
+ canSuction: (element: any, height: number) => void;
12
+ };
13
+ export default suctionTop;
@@ -0,0 +1,8 @@
1
+ declare const tableUpd: any;
2
+ /**
3
+ * @description: 监听table组件的变化
4
+ *@使用说明:直接在table-shell 标签中加 v-table-upd 指令
5
+ * @author LiuBo
6
+ * @date 2021年10月22日20:15:09
7
+ */
8
+ export default tableUpd;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @Description: 动态查询字段
3
+ * @author GuoXuHui
4
+ * @date 2022-06-22
5
+ * @time 11:07
6
+ */
7
+ declare class DictionaryConversionFilter {
8
+ format: (code: string, enumName: any) => any;
9
+ }
10
+ declare const dictionaryConversionFilter: DictionaryConversionFilter;
11
+ export { dictionaryConversionFilter, DictionaryConversionFilter };
@@ -0,0 +1,13 @@
1
+ import { App } from "vue";
2
+ declare class FilterService {
3
+ switchEnumConvert: (code: string, enumName: any, attribute?: string | {
4
+ key: string;
5
+ value: string;
6
+ } | undefined, defaultVal?: any) => any;
7
+ dictionaryConversion: (code: string, enumName: any) => any;
8
+ switchDictConvert: (value: string, code: string, attribute?: string | undefined, defaultVal?: any) => any;
9
+ switchContTpConvert: (code: string, defaultVal?: any) => any;
10
+ install: (app: App, ...options: any[]) => void;
11
+ }
12
+ declare const filterService: FilterService;
13
+ export default filterService;
@@ -0,0 +1,5 @@
1
+ declare class SwitchDictConvertFilter {
2
+ format: (value: string, code: string, attribute?: string | undefined, defaultVal?: any) => any;
3
+ }
4
+ declare const switchDictConvertFilter: SwitchDictConvertFilter;
5
+ export { switchDictConvertFilter, SwitchDictConvertFilter };
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @description: 通用字典转换
3
+ * @author ChenRui
4
+ * @date 2022/6/8 22:01
5
+ */
6
+ declare class SwitchEnumConvertFilter {
7
+ format: (code: string, enumName: any, attribute?: string | {
8
+ key: string;
9
+ value: string;
10
+ } | undefined, defaultVal?: any) => any;
11
+ }
12
+ declare const switchEnumConvertFilter: SwitchEnumConvertFilter;
13
+ export { SwitchEnumConvertFilter, switchEnumConvertFilter };
@@ -0,0 +1,9 @@
1
+ import "./assets/scss/index.scss";
2
+ export * from "./components/index";
3
+ export * from "./constants/index";
4
+ export * from "./model/index";
5
+ export * from "./services/index";
6
+ declare const VueApproval: {
7
+ install: any;
8
+ };
9
+ export default VueApproval;
@@ -0,0 +1,12 @@
1
+ import "/static/icon/general/iconfont.css";
2
+ import "/static/icon/general/iconfont.js";
3
+ import "/static/icon/workflow/iconfont.css";
4
+ import "/static/icon/workflow/iconfont.js";
5
+ import "@/assets/scss/index.scss";
6
+ import "@dhccmobile/vue3-lo-form/dist/vue3-lo-form.css";
7
+ import "ant-design-vue/dist/antd.css";
8
+ import "dayjs/locale/zh-cn";
9
+ declare const _default: {
10
+ appIns: import("vue").App<Element>;
11
+ };
12
+ export default _default;
@@ -0,0 +1,34 @@
1
+ export declare class CoreConfig {
2
+ workflowApi: string;
3
+ apiPrefix: string;
4
+ sdkFlowApi: string;
5
+ submitType: string;
6
+ contractApi: string;
7
+ docApi: string;
8
+ docOfficeApi: string;
9
+ compareApi: string;
10
+ projectApi: string;
11
+ portalApi: string;
12
+ reportApi: string;
13
+ softSailApi: string;
14
+ contractAppId: string;
15
+ netvalApi: string;
16
+ edmApi: string;
17
+ constructor(options?: {
18
+ workflowApi?: string;
19
+ apiPrefix?: string;
20
+ sdkFlowApi?: string;
21
+ submitType?: string;
22
+ contractApi?: string;
23
+ docApi?: string;
24
+ docOfficeApi?: string;
25
+ compareApi?: string;
26
+ projectApi?: string;
27
+ portalApi?: string;
28
+ reportApi?: string;
29
+ softSailApi?: string;
30
+ contractAppId?: string;
31
+ netvalApi?: string;
32
+ edmApi?: string;
33
+ });
34
+ }
@@ -0,0 +1,18 @@
1
+ export declare class DataInput<T = any> {
2
+ data: T | undefined;
3
+ pageNum: number | undefined;
4
+ pageSize: number | undefined;
5
+ param: any;
6
+ searchText: string | undefined;
7
+ sortField: string | undefined;
8
+ sortOrder: string | undefined;
9
+ constructor(options?: {
10
+ data?: T;
11
+ pageNum?: number;
12
+ pageSize?: number;
13
+ param?: any;
14
+ searchText?: string;
15
+ sortField?: string;
16
+ sortOrder?: string;
17
+ });
18
+ }
@@ -0,0 +1,16 @@
1
+ export declare class DataOutput<T = any> {
2
+ code: any;
3
+ msg: string;
4
+ data: T;
5
+ recordsTotal?: number;
6
+ recordsFiltered?: number;
7
+ validator?: any;
8
+ constructor(options?: {
9
+ code?: any;
10
+ msg?: string;
11
+ recordsTotal?: number;
12
+ recordsFiltered?: number;
13
+ data?: T;
14
+ validator?: any;
15
+ });
16
+ }