@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.
- package/README.md +25 -0
- package/dist/approval-center.common.js +1 -0
- package/dist/approval-center.css +146 -0
- package/dist/approval-center.umd.js +1 -0
- package/dist/approval-center.umd.min.js +1 -0
- package/dist/demo.html +1 -0
- package/package.json +74 -0
- package/static/icon/general/iconfont.css +191 -0
- package/static/icon/general/iconfont.js +1 -0
- package/static/icon/general/iconfont.json +317 -0
- package/static/icon/general/iconfont.ttf +0 -0
- package/static/icon/general/iconfont.woff +0 -0
- package/static/icon/general/iconfont.woff2 +0 -0
- package/static/icon/workflow/iconfont.css +491 -0
- package/static/icon/workflow/iconfont.js +1 -0
- package/static/icon/workflow/iconfont.json +842 -0
- package/static/icon/workflow/iconfont.ttf +0 -0
- package/static/icon/workflow/iconfont.woff +0 -0
- package/static/icon/workflow/iconfont.woff2 +0 -0
- package/types/components/bpmn-camunda/data/bpmnXml.d.ts +1 -0
- package/types/components/bpmn-camunda/data/translate/customTranslate.d.ts +1 -0
- package/types/components/bpmn-camunda/data/translate/zn.d.ts +123 -0
- package/types/components/bpmn-camunda/module/BpmContextPad.d.ts +6 -0
- package/types/components/bpmn-camunda/module/BpmPalette.d.ts +2 -0
- package/types/components/bpmn-camunda/module/BpmRenderer.d.ts +13 -0
- package/types/components/common/breadcrumb-nav/service/BreadcrumbService.d.ts +29 -0
- package/types/components/index.d.ts +19 -0
- package/types/constants/api/approval-process/ApprovalProcess.api.d.ts +75 -0
- package/types/constants/api/approval-process/default_debt.api.d.ts +33 -0
- package/types/constants/api/approval-process/flow_apply_info.api.d.ts +9 -0
- package/types/constants/api/approval-process/holder_meeting.d.ts +15 -0
- package/types/constants/api/contract/ContAttachFile.api.d.ts +63 -0
- package/types/constants/api/contract/ContChangeInfo.api.d.ts +9 -0
- package/types/constants/api/contract/ContractFileInfo.api.d.ts +123 -0
- package/types/constants/api/contract/CtApplyContractRel.api.d.ts +9 -0
- package/types/constants/api/contract/CtApplyInfo.api.d.ts +106 -0
- package/types/constants/api/contract/CtCollectApplyInfo.api.d.ts +93 -0
- package/types/constants/api/contract/CtContTpInfo.api.d.ts +15 -0
- package/types/constants/api/contract/CtContractHis.api.d.ts +153 -0
- package/types/constants/api/contract/CtContractInfoApi.api.d.ts +273 -0
- package/types/constants/api/contract/CtDeptConf.api.d.ts +15 -0
- package/types/constants/api/contract/CtReissueApplyInfo.api.d.ts +69 -0
- package/types/constants/api/contract/CtSampleFileInfo.api.d.ts +51 -0
- package/types/constants/api/contract/CtSeaFile.d.ts +15 -0
- package/types/constants/api/contract/CtSealLogInfo.d.ts +9 -0
- package/types/constants/api/contract/CtSealRecord.d.ts +15 -0
- package/types/constants/api/contract/CtSignedInfo.api.d.ts +45 -0
- package/types/constants/api/contract/CtTaxInfo.api.d.ts +129 -0
- package/types/constants/api/contract/CtTaxesConf.api.d.ts +45 -0
- package/types/constants/api/contract/CtUnderlyInfo.api.d.ts +9 -0
- package/types/constants/api/contract/OaFlowInfo.api.d.ts +99 -0
- package/types/constants/api/contract/PreCommunicate.api.d.ts +69 -0
- package/types/constants/api/contract/StampDutyMain.api.d.ts +9 -0
- package/types/constants/api/contract/SysDeptInfoCont.api.d.ts +9 -0
- package/types/constants/api/contract/SysUserInfo.api.d.ts +33 -0
- package/types/constants/api/contract/bkcontract/SealApply.api.d.ts +45 -0
- package/types/constants/api/contract/workFlowTaskOperator.api.d.ts +9 -0
- package/types/constants/api/disclosure/DisclosureMonitoringInfo.api.d.ts +9 -0
- package/types/constants/api/disclosure/FlowDetailInfo.api.d.ts +39 -0
- package/types/constants/api/disclosure/FlowInfo.api.d.ts +15 -0
- package/types/constants/api/disclosure/NetvalDateFormalInfo.api.d.ts +27 -0
- package/types/constants/api/disclosure/NetvalRuleDraftTemplInfo.api.d.ts +15 -0
- package/types/constants/api/disclosure/PmCooorgInfo.api.d.ts +9 -0
- package/types/constants/api/disclosure/PmProjectInfoXP.api.d.ts +15 -0
- package/types/constants/api/disclosure/ReportDiscPlanInfo.api.d.ts +33 -0
- package/types/constants/api/disclosure/ReportDiscRulesDraftTemplInfo.api.d.ts +15 -0
- package/types/constants/api/disclosure/ReportRulesDraftlInfo.api.d.ts +9 -0
- package/types/constants/api/disclosure/RptFileInfo.api.d.ts +70 -0
- package/types/constants/api/disclosure/RptGenerateInfo.api.d.ts +154 -0
- package/types/constants/api/disclosure/idoc-template.api.d.ts +9 -0
- package/types/constants/api/disclosure/sys-dept-info-xp.api.d.ts +22 -0
- package/types/constants/api/doc/idoc-file.api.d.ts +21 -0
- package/types/constants/api/doc/pageoffice.api.d.ts +26 -0
- package/types/constants/api/ms-doc/file-compare-info.api.d.ts +27 -0
- package/types/constants/api/ms-doc/idoc-bookmark.api.d.ts +9 -0
- package/types/constants/api/ms-doc/idoc-collection.api.d.ts +9 -0
- package/types/constants/api/ms-doc/idoc-compare.api.d.ts +9 -0
- package/types/constants/api/ms-doc/idoc-doc-template.api.d.ts +25 -0
- package/types/constants/api/ms-doc/idoc-file.api.d.ts +44 -0
- package/types/constants/api/ms-doc/idoc-object-apply.api.d.ts +93 -0
- package/types/constants/api/ms-doc/pageoffice.api.d.ts +27 -0
- package/types/constants/api/ms-portal/sys-dept-info.api.d.ts +33 -0
- package/types/constants/api/ms-workflow/WorkFlowTaskOperator.api.d.ts +9 -0
- package/types/constants/api/ms-workflow/appro-center.api.d.ts +148 -0
- package/types/constants/api/ms-workflow/model-proc-ver-info.api.d.ts +14 -0
- package/types/constants/api/ms-workflow/org.api.d.ts +113 -0
- package/types/constants/api/ms-workflow/proc-inst-info.api.d.ts +9 -0
- package/types/constants/api/ms-workflow/task-attachment-info.api.d.ts +38 -0
- package/types/constants/api/ms-workflow/task-info.api.d.ts +50 -0
- package/types/constants/api/pageoffice/pageoffice.api.d.ts +33 -0
- package/types/constants/api/pmprojectinfo/PmProjectInfo.api.d.ts +51 -0
- package/types/constants/api/pmprojectinfo/SysDeptInfo.api.d.ts +9 -0
- package/types/constants/api/system/SysDeptInfo.api.d.ts +27 -0
- package/types/constants/api/system/SysUserInfo.api.d.ts +21 -0
- package/types/constants/config/base.config.d.ts +30 -0
- package/types/constants/config/storage.config.d.ts +4 -0
- package/types/constants/enum/approval-process/cont-state.d.ts +10 -0
- package/types/constants/enum/approval-process/node-type.enum.d.ts +12 -0
- package/types/constants/enum/approval-process/process-operation-type.enum.d.ts +124 -0
- package/types/constants/enum/business/approval-state.d.ts +16 -0
- package/types/constants/enum/business/clause-categories.enum.d.ts +12 -0
- package/types/constants/enum/business/clause-type.enum.d.ts +40 -0
- package/types/constants/enum/business/docTemplate-type.enum.d.ts +12 -0
- package/types/constants/enum/business/process-management.enum.d.ts +47 -0
- package/types/constants/enum/business/submit-type.enum.d.ts +21 -0
- package/types/constants/enum/business/switch-en.enum.d.ts +12 -0
- package/types/constants/enum/business/template-clause.enum.d.ts +17 -0
- package/types/constants/enum/code.enum.d.ts +12 -0
- package/types/constants/enum/contract/apply-state.enum.d.ts +72 -0
- package/types/constants/enum/contract/compare-type.enum.d.ts +16 -0
- package/types/constants/enum/contract/cont-mod-type.enum.d.ts +28 -0
- package/types/constants/enum/contract/cont-stat.enum.d.ts +100 -0
- package/types/constants/enum/contract/cont-type.enum.d.ts +669 -0
- package/types/constants/enum/contract/currency.enum.d.ts +39 -0
- package/types/constants/enum/contract/file-tp.d.ts +24 -0
- package/types/constants/enum/contract/usedEnum.enum.d.ts +24 -0
- package/types/constants/enum/disclosure/ImportBusinessType.d.ts +73 -0
- package/types/constants/enum/disclosure/check-status-cd.enum.d.ts +17 -0
- package/types/constants/enum/disclosure/delete-rpt-type.enum.d.ts +16 -0
- package/types/constants/enum/disclosure/detail-type.enum.d.ts +17 -0
- package/types/constants/enum/disclosure/mod-tp.enum.d.ts +29 -0
- package/types/constants/enum/disclosure/ows-publ-data.enum.d.ts +63 -0
- package/types/constants/enum/disclosure/pcs-type.enum.d.ts +91 -0
- package/types/constants/enum/disclosure/publ-end-dt-tp.enum.d.ts +19 -0
- package/types/constants/enum/disclosure/publ-frq.enum.d.ts +36 -0
- package/types/constants/enum/disclosure/publ-start-dt-tp.enum.d.ts +19 -0
- package/types/constants/enum/disclosure/row-select-type.enum.d.ts +17 -0
- package/types/constants/enum/disclosure/rpt-cgy-cd.enum.d.ts +29 -0
- package/types/constants/enum/disclosure/rpt-tp.enum.d.ts +49 -0
- package/types/constants/enum/disclosure/rule-pcs-type-enum.d.ts +20 -0
- package/types/constants/enum/disclosure/special-dept-enum.d.ts +20 -0
- package/types/constants/enum/disclosure/use-seal-options.enum.d.ts +12 -0
- package/types/constants/enum/disclosure/yes-no.enum.d.ts +12 -0
- package/types/constants/enum/enum.service.d.ts +9 -0
- package/types/constants/enum/general/api.enum.d.ts +48 -0
- package/types/constants/enum/general/code.enum.d.ts +12 -0
- package/types/constants/enum/general/enable-type.enum.d.ts +12 -0
- package/types/constants/enum/general/header-type.enum.d.ts +20 -0
- package/types/constants/enum/general/menu-type.enum.d.ts +12 -0
- package/types/constants/enum/general/method-type.enum.d.ts +20 -0
- package/types/constants/enum/general/status-code.enum.d.ts +7 -0
- package/types/constants/enum/project/approval-state.enum.d.ts +48 -0
- package/types/constants/enum/project/task-state.enum.d.ts +12 -0
- package/types/constants/enum/public/cust-type.enum.d.ts +16 -0
- package/types/constants/enum/public/flow-item.d.ts +92 -0
- package/types/constants/enum/user-operate.enum.d.ts +15 -0
- package/types/constants/enum/workflow/dept-sign.enum.d.ts +16 -0
- package/types/constants/enum/workflow/form-url-type.enum.d.ts +11 -0
- package/types/constants/enum/workflow/proc-inst-bus-state.enum.d.ts +44 -0
- package/types/constants/enum/workflow/proc-inst-state.enum.d.ts +28 -0
- package/types/constants/enum/workflow/sdk-data-src.enum.d.ts +24 -0
- package/types/constants/enum/workflow/submit-type.enum.d.ts +7 -0
- package/types/constants/enum/workflow/task-oper.enum.d.ts +3 -0
- package/types/constants/enum/workflow/task-state.enum.d.ts +19 -0
- package/types/constants/enum/workflow/task-type.enum.d.ts +41 -0
- package/types/constants/index.d.ts +6 -0
- package/types/directives/directive.service.d.ts +12 -0
- package/types/directives/drag-dialog.directive.d.ts +16 -0
- package/types/directives/suction-top.directive.d.ts +13 -0
- package/types/directives/tabal-upd.directive.d.ts +8 -0
- package/types/filtres/dictionary-conversion.filter.d.ts +11 -0
- package/types/filtres/filter.service.d.ts +13 -0
- package/types/filtres/switch-dict-convert.filter.d.ts +5 -0
- package/types/filtres/switch-enum-convert.filter.d.ts +13 -0
- package/types/index.d.ts +9 -0
- package/types/main.d.ts +12 -0
- package/types/model/CoreConfig.d.ts +34 -0
- package/types/model/DataInput.d.ts +18 -0
- package/types/model/DataOutput.d.ts +16 -0
- package/types/model/domain/DtTypeConfigInfo.d.ts +21 -0
- package/types/model/domain/ModalVar.d.ts +6 -0
- package/types/model/domain/RestfulResponse.d.ts +14 -0
- package/types/model/domain/SealApply.d.ts +17 -0
- package/types/model/domain/TabData.d.ts +14 -0
- package/types/model/domain/contract/BusFileInfo.d.ts +63 -0
- package/types/model/domain/contract/BusFileParam.d.ts +42 -0
- package/types/model/domain/contract/ContFileInfo.d.ts +27 -0
- package/types/model/domain/contract/ContTempLike.d.ts +25 -0
- package/types/model/domain/contract/CtContTpInfoDTO.d.ts +22 -0
- package/types/model/domain/contract/OaFlowInfoLike.d.ts +12 -0
- package/types/model/domain/contract/OpenFileInfo.d.ts +12 -0
- package/types/model/domain/contract/OurSignInfo.d.ts +26 -0
- package/types/model/domain/contract/PmProjectInfo.d.ts +31 -0
- package/types/model/domain/contract/UnderlyInfo.d.ts +23 -0
- package/types/model/domain/disclosure/BusFileInfo.d.ts +61 -0
- package/types/model/domain/disclosure/BusFileParam.d.ts +42 -0
- package/types/model/domain/disclosure/DocTemplateLike.d.ts +12 -0
- package/types/model/domain/disclosure/ReportRulesFormalInfo.d.ts +137 -0
- package/types/model/entity/ApplyBusChangeDetail.d.ts +25 -0
- package/types/model/entity/DocTemplate.d.ts +66 -0
- package/types/model/entity/FlowApplyInfo.d.ts +88 -0
- package/types/model/entity/MulSaveInfo.d.ts +50 -0
- package/types/model/entity/SysDeptInfo.d.ts +17 -0
- package/types/model/entity/circulate/UserInfoLike.d.ts +21 -0
- package/types/model/index.d.ts +3 -0
- package/types/router/index.d.ts +2 -0
- package/types/services/antd-vue.service.d.ts +8 -0
- package/types/services/api.service.d.ts +112 -0
- package/types/services/bean-utils.service.d.ts +33 -0
- package/types/services/cache-dictionary.service.d.ts +19 -0
- package/types/services/cont-tp-utils.service.d.ts +39 -0
- package/types/services/dailyContTp.service.d.ts +50 -0
- package/types/services/date-format.service.d.ts +11 -0
- package/types/services/dayjs-util.service.d.ts +44 -0
- package/types/services/dict-relay.service.d.ts +34 -0
- package/types/services/file-download.service.d.ts +5 -0
- package/types/services/file-utils.service.d.ts +11 -0
- package/types/services/form-change-function.service.d.ts +44 -0
- package/types/services/form-handler-service.d.ts +66 -0
- package/types/services/index.d.ts +2 -0
- package/types/services/list-util.service.d.ts +55 -0
- package/types/services/math.service.d.ts +19 -0
- package/types/services/money-format.d.ts +15 -0
- package/types/services/number-fomat.d.ts +16 -0
- package/types/services/pageoffice-deal-data.service.d.ts +35 -0
- package/types/services/process.service.d.ts +16 -0
- package/types/services/role-util.service.d.ts +12 -0
- package/types/services/size-util.service.d.ts +15 -0
- package/types/services/tip-ui.service.d.ts +52 -0
- package/types/services/tree-node-convert.service.d.ts +178 -0
- package/types/services/waiting.service.d.ts +96 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
declare const rptFileInfo: {
|
|
2
|
+
selectByRptDvlpNo: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
selectReport: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
selectReportAndFile: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
add: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
addReport: {
|
|
27
|
+
url: string;
|
|
28
|
+
method: string;
|
|
29
|
+
header: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
pcsNoAddBatchReport: {
|
|
33
|
+
url: string;
|
|
34
|
+
method: string;
|
|
35
|
+
header: string;
|
|
36
|
+
apiType: string;
|
|
37
|
+
};
|
|
38
|
+
exportExcel: {
|
|
39
|
+
url: string;
|
|
40
|
+
method: string;
|
|
41
|
+
header: string;
|
|
42
|
+
responseType: string;
|
|
43
|
+
apiType: string;
|
|
44
|
+
};
|
|
45
|
+
addFile: {
|
|
46
|
+
url: string;
|
|
47
|
+
method: string;
|
|
48
|
+
header: string;
|
|
49
|
+
apiType: string;
|
|
50
|
+
};
|
|
51
|
+
queryByFileName: {
|
|
52
|
+
url: string;
|
|
53
|
+
method: string;
|
|
54
|
+
header: string;
|
|
55
|
+
apiType: string;
|
|
56
|
+
};
|
|
57
|
+
getReportByRptDvlps: {
|
|
58
|
+
url: string;
|
|
59
|
+
method: string;
|
|
60
|
+
header: string;
|
|
61
|
+
apiType: string;
|
|
62
|
+
};
|
|
63
|
+
saveFilesForReport: {
|
|
64
|
+
url: string;
|
|
65
|
+
method: string;
|
|
66
|
+
header: string;
|
|
67
|
+
apiType: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
export default rptFileInfo;
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
declare const rptGenerateInfo: {
|
|
2
|
+
queryByLike: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
deleteByIds: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
batchUpdateUsestate: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
updateCon: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
updateCan: {
|
|
27
|
+
url: string;
|
|
28
|
+
method: string;
|
|
29
|
+
header: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
updateById: {
|
|
33
|
+
url: string;
|
|
34
|
+
method: string;
|
|
35
|
+
header: string;
|
|
36
|
+
apiType: string;
|
|
37
|
+
};
|
|
38
|
+
importExcel: {
|
|
39
|
+
url: string;
|
|
40
|
+
method: string;
|
|
41
|
+
header: string;
|
|
42
|
+
apiType: string;
|
|
43
|
+
};
|
|
44
|
+
exportExcel: {
|
|
45
|
+
url: string;
|
|
46
|
+
method: string;
|
|
47
|
+
header: string;
|
|
48
|
+
responseType: string;
|
|
49
|
+
apiType: string;
|
|
50
|
+
};
|
|
51
|
+
add: {
|
|
52
|
+
url: string;
|
|
53
|
+
method: string;
|
|
54
|
+
header: string;
|
|
55
|
+
apiType: string;
|
|
56
|
+
};
|
|
57
|
+
batchAdd: {
|
|
58
|
+
url: string;
|
|
59
|
+
method: string;
|
|
60
|
+
header: string;
|
|
61
|
+
apiType: string;
|
|
62
|
+
};
|
|
63
|
+
selectByIds: {
|
|
64
|
+
url: string;
|
|
65
|
+
method: string;
|
|
66
|
+
header: string;
|
|
67
|
+
apiType: string;
|
|
68
|
+
};
|
|
69
|
+
updatBatchByIds: {
|
|
70
|
+
url: string;
|
|
71
|
+
method: string;
|
|
72
|
+
header: string;
|
|
73
|
+
apiType: string;
|
|
74
|
+
};
|
|
75
|
+
updateConByIds: {
|
|
76
|
+
url: string;
|
|
77
|
+
method: string;
|
|
78
|
+
header: string;
|
|
79
|
+
apiType: string;
|
|
80
|
+
};
|
|
81
|
+
downloadFiles: {
|
|
82
|
+
url: string;
|
|
83
|
+
method: string;
|
|
84
|
+
header: string;
|
|
85
|
+
apiType: string;
|
|
86
|
+
};
|
|
87
|
+
uploadFile: {
|
|
88
|
+
url: string;
|
|
89
|
+
method: string;
|
|
90
|
+
header: string;
|
|
91
|
+
apiType: string;
|
|
92
|
+
};
|
|
93
|
+
updateRptInSrc: {
|
|
94
|
+
url: string;
|
|
95
|
+
method: string;
|
|
96
|
+
header: string;
|
|
97
|
+
apiType: string;
|
|
98
|
+
};
|
|
99
|
+
downloadFilesList: {
|
|
100
|
+
url: string;
|
|
101
|
+
method: string;
|
|
102
|
+
header: string;
|
|
103
|
+
apiType: string;
|
|
104
|
+
};
|
|
105
|
+
deleteByNo: {
|
|
106
|
+
url: string;
|
|
107
|
+
method: string;
|
|
108
|
+
header: string;
|
|
109
|
+
apiType: string;
|
|
110
|
+
};
|
|
111
|
+
queryByIds: {
|
|
112
|
+
url: string;
|
|
113
|
+
method: string;
|
|
114
|
+
header: string;
|
|
115
|
+
apiType: string;
|
|
116
|
+
};
|
|
117
|
+
queryFilteredInfos: {
|
|
118
|
+
url: string;
|
|
119
|
+
method: string;
|
|
120
|
+
header: string;
|
|
121
|
+
apiType: string;
|
|
122
|
+
};
|
|
123
|
+
updateByRptDvlpNo: {
|
|
124
|
+
url: string;
|
|
125
|
+
method: string;
|
|
126
|
+
header: string;
|
|
127
|
+
apiType: string;
|
|
128
|
+
};
|
|
129
|
+
detailById: {
|
|
130
|
+
url: string;
|
|
131
|
+
method: string;
|
|
132
|
+
header: string;
|
|
133
|
+
apiType: string;
|
|
134
|
+
};
|
|
135
|
+
selectByFileNms: {
|
|
136
|
+
url: string;
|
|
137
|
+
method: string;
|
|
138
|
+
header: string;
|
|
139
|
+
apiType: string;
|
|
140
|
+
};
|
|
141
|
+
queryBatchTempLateInfo: {
|
|
142
|
+
url: string;
|
|
143
|
+
method: string;
|
|
144
|
+
header: string;
|
|
145
|
+
apiType: string;
|
|
146
|
+
};
|
|
147
|
+
batchDel: {
|
|
148
|
+
url: string;
|
|
149
|
+
method: string;
|
|
150
|
+
header: string;
|
|
151
|
+
apiType: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
export default rptGenerateInfo;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @Description: 部门关联表接口配置
|
|
3
|
+
* @author pengjie
|
|
4
|
+
* @date 2022/8/31
|
|
5
|
+
* @time 9:48
|
|
6
|
+
*/
|
|
7
|
+
declare const sysDeptInfoApiXp: {
|
|
8
|
+
/**
|
|
9
|
+
* @Description: 根据条件查询部门
|
|
10
|
+
* @author xiaoxiong
|
|
11
|
+
* @date 2022/8/25
|
|
12
|
+
* @time 19:42
|
|
13
|
+
*/
|
|
14
|
+
queryNumByLike: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
des: string;
|
|
19
|
+
apiType: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default sysDeptInfoApiXp;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const idocFileApi: {
|
|
2
|
+
filesBatchDownload: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
contFilesBatchDownload: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
queryTmplInfoById: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default idocFileApi;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const pageofficeApi: {
|
|
2
|
+
template: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
};
|
|
7
|
+
editTemplate: {
|
|
8
|
+
url: string;
|
|
9
|
+
method: string;
|
|
10
|
+
header: string;
|
|
11
|
+
apiType: string;
|
|
12
|
+
};
|
|
13
|
+
readFile: {
|
|
14
|
+
url: string;
|
|
15
|
+
method: string;
|
|
16
|
+
header: string;
|
|
17
|
+
apiType: string;
|
|
18
|
+
};
|
|
19
|
+
readEncryptFile: {
|
|
20
|
+
url: string;
|
|
21
|
+
method: string;
|
|
22
|
+
header: string;
|
|
23
|
+
apiType: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default pageofficeApi;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const fileCompareInfoApi: {
|
|
2
|
+
filePublish: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
compTask: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
compBatchTask: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
compResult: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default fileCompareInfoApi;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const idocDocTemplateApi: {
|
|
2
|
+
queryByLike: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
queryById: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
checkVarFlag: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
};
|
|
19
|
+
checkVar: {
|
|
20
|
+
url: string;
|
|
21
|
+
method: string;
|
|
22
|
+
header: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export default idocDocTemplateApi;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const idocFileApi: {
|
|
2
|
+
uploadFile: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
deleteByIds: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
filesBatchDownload: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
contFilesBatchDownload: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
filesBusBatchDownload: {
|
|
27
|
+
url: string;
|
|
28
|
+
method: string;
|
|
29
|
+
header: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
queryTmplInfoById: {
|
|
33
|
+
url: string;
|
|
34
|
+
method: string;
|
|
35
|
+
header: string;
|
|
36
|
+
apiType: string;
|
|
37
|
+
};
|
|
38
|
+
detailById: {
|
|
39
|
+
url: string;
|
|
40
|
+
method: string;
|
|
41
|
+
header: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export default idocFileApi;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @Description: 流程发起接口
|
|
3
|
+
* @author LingFox
|
|
4
|
+
* @date 2022-07-09
|
|
5
|
+
* @time 11:32
|
|
6
|
+
*/
|
|
7
|
+
declare const idocObjectApplyApi: {
|
|
8
|
+
processBatch: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
generateTest: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
processTemplateDetails: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
processClauseDetails: {
|
|
27
|
+
url: string;
|
|
28
|
+
method: string;
|
|
29
|
+
header: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
processEnds: {
|
|
33
|
+
url: string;
|
|
34
|
+
method: string;
|
|
35
|
+
header: string;
|
|
36
|
+
apiType: string;
|
|
37
|
+
};
|
|
38
|
+
queryByLike: {
|
|
39
|
+
url: string;
|
|
40
|
+
method: string;
|
|
41
|
+
header: string;
|
|
42
|
+
apiType: string;
|
|
43
|
+
};
|
|
44
|
+
templateQueryByLike: {
|
|
45
|
+
url: string;
|
|
46
|
+
method: string;
|
|
47
|
+
header: string;
|
|
48
|
+
apiType: string;
|
|
49
|
+
};
|
|
50
|
+
abolishProcessBatch: {
|
|
51
|
+
url: string;
|
|
52
|
+
method: string;
|
|
53
|
+
header: string;
|
|
54
|
+
apiType: string;
|
|
55
|
+
};
|
|
56
|
+
processVersion: {
|
|
57
|
+
url: string;
|
|
58
|
+
method: string;
|
|
59
|
+
header: string;
|
|
60
|
+
apiType: string;
|
|
61
|
+
};
|
|
62
|
+
searchFlowField: {
|
|
63
|
+
url: string;
|
|
64
|
+
method: string;
|
|
65
|
+
header: string;
|
|
66
|
+
apiType: string;
|
|
67
|
+
};
|
|
68
|
+
searchClauseProcessDetail: {
|
|
69
|
+
url: string;
|
|
70
|
+
method: string;
|
|
71
|
+
header: string;
|
|
72
|
+
apiType: string;
|
|
73
|
+
};
|
|
74
|
+
searchTemplateProcessDetail: {
|
|
75
|
+
url: string;
|
|
76
|
+
method: string;
|
|
77
|
+
header: string;
|
|
78
|
+
apiType: string;
|
|
79
|
+
};
|
|
80
|
+
processEnd: {
|
|
81
|
+
url: string;
|
|
82
|
+
method: string;
|
|
83
|
+
header: string;
|
|
84
|
+
apiType: string;
|
|
85
|
+
};
|
|
86
|
+
detailByOrgId: {
|
|
87
|
+
url: string;
|
|
88
|
+
method: string;
|
|
89
|
+
header: string;
|
|
90
|
+
apiType: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
export default idocObjectApplyApi;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const pageofficeApi: {
|
|
2
|
+
editTemplate: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
readFile: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
previewFile: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
readEncryptFile: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default pageofficeApi;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const sysDeptInfoApi: {
|
|
2
|
+
/**
|
|
3
|
+
* @Description: 根据条件查询部门
|
|
4
|
+
* @author LiuBo
|
|
5
|
+
* @date 2022/8/25
|
|
6
|
+
* @time 19:42
|
|
7
|
+
*/
|
|
8
|
+
queryNumByLike: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
des: string;
|
|
13
|
+
apiType: string;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* @Description: 查询全部部门
|
|
17
|
+
*/
|
|
18
|
+
selectAllDept: {
|
|
19
|
+
url: string;
|
|
20
|
+
method: string;
|
|
21
|
+
header: string;
|
|
22
|
+
des: string;
|
|
23
|
+
apiType: string;
|
|
24
|
+
};
|
|
25
|
+
queryByLike: {
|
|
26
|
+
url: string;
|
|
27
|
+
method: string;
|
|
28
|
+
header: string;
|
|
29
|
+
des: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export default sysDeptInfoApi;
|