@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,93 @@
|
|
|
1
|
+
declare const ctCollectApplyInfo: {
|
|
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
|
+
detailById: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
update: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
add: {
|
|
27
|
+
url: string;
|
|
28
|
+
method: string;
|
|
29
|
+
header: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
queryBasicInfo: {
|
|
33
|
+
url: string;
|
|
34
|
+
method: string;
|
|
35
|
+
header: string;
|
|
36
|
+
apiType: string;
|
|
37
|
+
};
|
|
38
|
+
queryByLikeDay: {
|
|
39
|
+
url: string;
|
|
40
|
+
method: string;
|
|
41
|
+
header: string;
|
|
42
|
+
apiType: string;
|
|
43
|
+
};
|
|
44
|
+
queryByLikeInherent: {
|
|
45
|
+
url: string;
|
|
46
|
+
method: string;
|
|
47
|
+
header: string;
|
|
48
|
+
apiType: string;
|
|
49
|
+
};
|
|
50
|
+
selectApp: {
|
|
51
|
+
url: string;
|
|
52
|
+
method: string;
|
|
53
|
+
header: string;
|
|
54
|
+
apiType: string;
|
|
55
|
+
};
|
|
56
|
+
startFlowList: {
|
|
57
|
+
url: string;
|
|
58
|
+
method: string;
|
|
59
|
+
header: string;
|
|
60
|
+
apiType: string;
|
|
61
|
+
};
|
|
62
|
+
selectApps: {
|
|
63
|
+
url: string;
|
|
64
|
+
method: string;
|
|
65
|
+
header: string;
|
|
66
|
+
apiType: string;
|
|
67
|
+
};
|
|
68
|
+
selectDetails: {
|
|
69
|
+
url: string;
|
|
70
|
+
method: string;
|
|
71
|
+
header: string;
|
|
72
|
+
apiType: string;
|
|
73
|
+
};
|
|
74
|
+
updateSuccess: {
|
|
75
|
+
url: string;
|
|
76
|
+
method: string;
|
|
77
|
+
header: string;
|
|
78
|
+
apiType: string;
|
|
79
|
+
};
|
|
80
|
+
updateFail: {
|
|
81
|
+
url: string;
|
|
82
|
+
method: string;
|
|
83
|
+
header: string;
|
|
84
|
+
apiType: string;
|
|
85
|
+
};
|
|
86
|
+
updateDiscard: {
|
|
87
|
+
url: string;
|
|
88
|
+
method: string;
|
|
89
|
+
header: string;
|
|
90
|
+
apiType: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
export default ctCollectApplyInfo;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const ctContTpInfo: {
|
|
2
|
+
selectAllContTp: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
selectContTp: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default ctContTpInfo;
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
declare const CtContractHis: {
|
|
2
|
+
queryChangeBusiness: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
queryChangeInherent: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
queryChangeDaily: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
addChangeApplyInfo: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
queryChangeInfoList: {
|
|
27
|
+
url: string;
|
|
28
|
+
method: string;
|
|
29
|
+
header: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
queryChangeApprovalInfo: {
|
|
33
|
+
url: string;
|
|
34
|
+
method: string;
|
|
35
|
+
header: string;
|
|
36
|
+
apiType: string;
|
|
37
|
+
};
|
|
38
|
+
deleteByIds: {
|
|
39
|
+
url: string;
|
|
40
|
+
method: string;
|
|
41
|
+
header: string;
|
|
42
|
+
apiType: string;
|
|
43
|
+
};
|
|
44
|
+
batchSubmit: {
|
|
45
|
+
url: string;
|
|
46
|
+
method: string;
|
|
47
|
+
header: string;
|
|
48
|
+
apiType: string;
|
|
49
|
+
};
|
|
50
|
+
updateById: {
|
|
51
|
+
url: string;
|
|
52
|
+
method: string;
|
|
53
|
+
header: string;
|
|
54
|
+
apiType: string;
|
|
55
|
+
};
|
|
56
|
+
detailById: {
|
|
57
|
+
url: string;
|
|
58
|
+
method: string;
|
|
59
|
+
header: string;
|
|
60
|
+
apiType: string;
|
|
61
|
+
};
|
|
62
|
+
applySuccess: {
|
|
63
|
+
url: string;
|
|
64
|
+
method: string;
|
|
65
|
+
header: string;
|
|
66
|
+
apiType: string;
|
|
67
|
+
};
|
|
68
|
+
applyFail: {
|
|
69
|
+
url: string;
|
|
70
|
+
method: string;
|
|
71
|
+
header: string;
|
|
72
|
+
apiType: string;
|
|
73
|
+
};
|
|
74
|
+
queryAbolish: {
|
|
75
|
+
url: string;
|
|
76
|
+
method: string;
|
|
77
|
+
header: string;
|
|
78
|
+
apiType: string;
|
|
79
|
+
};
|
|
80
|
+
queryAbolishInfo: {
|
|
81
|
+
url: string;
|
|
82
|
+
method: string;
|
|
83
|
+
header: string;
|
|
84
|
+
apiType: string;
|
|
85
|
+
};
|
|
86
|
+
deleteAbolishByIds: {
|
|
87
|
+
url: string;
|
|
88
|
+
method: string;
|
|
89
|
+
header: string;
|
|
90
|
+
apiType: string;
|
|
91
|
+
};
|
|
92
|
+
addAbolish: {
|
|
93
|
+
url: string;
|
|
94
|
+
method: string;
|
|
95
|
+
header: string;
|
|
96
|
+
apiType: string;
|
|
97
|
+
};
|
|
98
|
+
submitAbolishApply: {
|
|
99
|
+
url: string;
|
|
100
|
+
method: string;
|
|
101
|
+
header: string;
|
|
102
|
+
apiType: string;
|
|
103
|
+
};
|
|
104
|
+
abolishSuccess: {
|
|
105
|
+
url: string;
|
|
106
|
+
method: string;
|
|
107
|
+
header: string;
|
|
108
|
+
apiType: string;
|
|
109
|
+
};
|
|
110
|
+
abolishFail: {
|
|
111
|
+
url: string;
|
|
112
|
+
method: string;
|
|
113
|
+
header: string;
|
|
114
|
+
apiType: string;
|
|
115
|
+
};
|
|
116
|
+
queryChangeMethod: {
|
|
117
|
+
url: string;
|
|
118
|
+
method: string;
|
|
119
|
+
header: string;
|
|
120
|
+
apiType: string;
|
|
121
|
+
};
|
|
122
|
+
abolishDiscard: {
|
|
123
|
+
url: string;
|
|
124
|
+
method: string;
|
|
125
|
+
header: string;
|
|
126
|
+
apiType: string;
|
|
127
|
+
};
|
|
128
|
+
changeDiscard: {
|
|
129
|
+
url: string;
|
|
130
|
+
method: string;
|
|
131
|
+
header: string;
|
|
132
|
+
apiType: string;
|
|
133
|
+
};
|
|
134
|
+
queryInfoByBatchNo: {
|
|
135
|
+
url: string;
|
|
136
|
+
method: string;
|
|
137
|
+
header: string;
|
|
138
|
+
apiType: string;
|
|
139
|
+
};
|
|
140
|
+
detailByBatchNoAndContInfoId: {
|
|
141
|
+
url: string;
|
|
142
|
+
method: string;
|
|
143
|
+
header: string;
|
|
144
|
+
apiType: string;
|
|
145
|
+
};
|
|
146
|
+
updateBachNoForChange: {
|
|
147
|
+
url: string;
|
|
148
|
+
method: string;
|
|
149
|
+
header: string;
|
|
150
|
+
apiType: string;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
export default CtContractHis;
|
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
declare const ctContractInfoApi: {
|
|
2
|
+
queryRcMyCont: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
selectAll: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
selectSupplyAssociate: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
queryByLike: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
addContDraft: {
|
|
27
|
+
url: string;
|
|
28
|
+
method: string;
|
|
29
|
+
header: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
updateContDraft: {
|
|
33
|
+
url: string;
|
|
34
|
+
method: string;
|
|
35
|
+
header: string;
|
|
36
|
+
apiType: string;
|
|
37
|
+
};
|
|
38
|
+
addSuppleDraft: {
|
|
39
|
+
url: string;
|
|
40
|
+
method: string;
|
|
41
|
+
header: string;
|
|
42
|
+
apiType: string;
|
|
43
|
+
};
|
|
44
|
+
updateSuppleDraft: {
|
|
45
|
+
url: string;
|
|
46
|
+
method: string;
|
|
47
|
+
header: string;
|
|
48
|
+
apiType: string;
|
|
49
|
+
};
|
|
50
|
+
detailById: {
|
|
51
|
+
url: string;
|
|
52
|
+
method: string;
|
|
53
|
+
header: string;
|
|
54
|
+
apiType: string;
|
|
55
|
+
};
|
|
56
|
+
deleteByIds: {
|
|
57
|
+
url: string;
|
|
58
|
+
method: string;
|
|
59
|
+
header: string;
|
|
60
|
+
apiType: string;
|
|
61
|
+
};
|
|
62
|
+
bcContUpdate: {
|
|
63
|
+
url: string;
|
|
64
|
+
method: string;
|
|
65
|
+
header: string;
|
|
66
|
+
apiType: string;
|
|
67
|
+
};
|
|
68
|
+
generateContNo: {
|
|
69
|
+
url: string;
|
|
70
|
+
method: string;
|
|
71
|
+
header: string;
|
|
72
|
+
apiType: string;
|
|
73
|
+
};
|
|
74
|
+
selectApplyDetailByconId: {
|
|
75
|
+
url: string;
|
|
76
|
+
method: string;
|
|
77
|
+
header: string;
|
|
78
|
+
apiType: string;
|
|
79
|
+
};
|
|
80
|
+
selectApplyDContract: {
|
|
81
|
+
url: string;
|
|
82
|
+
method: string;
|
|
83
|
+
header: string;
|
|
84
|
+
apiType: string;
|
|
85
|
+
};
|
|
86
|
+
selectApplyByContInfoId: {
|
|
87
|
+
url: string;
|
|
88
|
+
method: string;
|
|
89
|
+
header: string;
|
|
90
|
+
apiType: string;
|
|
91
|
+
};
|
|
92
|
+
querySignList: {
|
|
93
|
+
url: string;
|
|
94
|
+
method: string;
|
|
95
|
+
header: string;
|
|
96
|
+
apiType: string;
|
|
97
|
+
};
|
|
98
|
+
querySignUpList: {
|
|
99
|
+
url: string;
|
|
100
|
+
method: string;
|
|
101
|
+
header: string;
|
|
102
|
+
apiType: string;
|
|
103
|
+
};
|
|
104
|
+
queryAssociatedCont: {
|
|
105
|
+
url: string;
|
|
106
|
+
method: string;
|
|
107
|
+
header: string;
|
|
108
|
+
apiType: string;
|
|
109
|
+
};
|
|
110
|
+
queryDraftListDaily: {
|
|
111
|
+
url: string;
|
|
112
|
+
method: string;
|
|
113
|
+
header: string;
|
|
114
|
+
apiType: string;
|
|
115
|
+
};
|
|
116
|
+
querySignListByPrj: {
|
|
117
|
+
url: string;
|
|
118
|
+
method: string;
|
|
119
|
+
header: string;
|
|
120
|
+
apiType: string;
|
|
121
|
+
};
|
|
122
|
+
querySignListDay: {
|
|
123
|
+
url: string;
|
|
124
|
+
method: string;
|
|
125
|
+
header: string;
|
|
126
|
+
apiType: string;
|
|
127
|
+
};
|
|
128
|
+
queryDraftListInherent: {
|
|
129
|
+
url: string;
|
|
130
|
+
method: string;
|
|
131
|
+
header: string;
|
|
132
|
+
apiType: string;
|
|
133
|
+
};
|
|
134
|
+
selectRcMyCont: {
|
|
135
|
+
url: string;
|
|
136
|
+
method: string;
|
|
137
|
+
header: string;
|
|
138
|
+
apiType: string;
|
|
139
|
+
};
|
|
140
|
+
queryContInfoByLike: {
|
|
141
|
+
url: string;
|
|
142
|
+
method: string;
|
|
143
|
+
header: string;
|
|
144
|
+
apiType: string;
|
|
145
|
+
};
|
|
146
|
+
copyContPrj: {
|
|
147
|
+
url: string;
|
|
148
|
+
method: string;
|
|
149
|
+
header: string;
|
|
150
|
+
apiType: string;
|
|
151
|
+
};
|
|
152
|
+
selectSeriesCont: {
|
|
153
|
+
url: string;
|
|
154
|
+
method: string;
|
|
155
|
+
header: string;
|
|
156
|
+
apiType: string;
|
|
157
|
+
};
|
|
158
|
+
deleteSeriesContRel: {
|
|
159
|
+
url: string;
|
|
160
|
+
method: string;
|
|
161
|
+
header: string;
|
|
162
|
+
apiType: string;
|
|
163
|
+
};
|
|
164
|
+
queryIcMyCont: {
|
|
165
|
+
url: string;
|
|
166
|
+
method: string;
|
|
167
|
+
header: string;
|
|
168
|
+
apiType: string;
|
|
169
|
+
};
|
|
170
|
+
querySignListInherent: {
|
|
171
|
+
url: string;
|
|
172
|
+
method: string;
|
|
173
|
+
header: string;
|
|
174
|
+
apiType: string;
|
|
175
|
+
};
|
|
176
|
+
updateById: {
|
|
177
|
+
url: string;
|
|
178
|
+
method: string;
|
|
179
|
+
header: string;
|
|
180
|
+
apiType: string;
|
|
181
|
+
};
|
|
182
|
+
queryByLikeBus: {
|
|
183
|
+
url: string;
|
|
184
|
+
method: string;
|
|
185
|
+
header: string;
|
|
186
|
+
apiType: string;
|
|
187
|
+
};
|
|
188
|
+
exportTeamInfo: {
|
|
189
|
+
url: string;
|
|
190
|
+
method: string;
|
|
191
|
+
header: string;
|
|
192
|
+
apiType: string;
|
|
193
|
+
};
|
|
194
|
+
judgeCont: {
|
|
195
|
+
url: string;
|
|
196
|
+
method: string;
|
|
197
|
+
header: string;
|
|
198
|
+
apiType: string;
|
|
199
|
+
};
|
|
200
|
+
saveContFilesRel: {
|
|
201
|
+
url: string;
|
|
202
|
+
method: string;
|
|
203
|
+
header: string;
|
|
204
|
+
apiType: string;
|
|
205
|
+
};
|
|
206
|
+
selectUseInfo: {
|
|
207
|
+
url: string;
|
|
208
|
+
method: string;
|
|
209
|
+
header: string;
|
|
210
|
+
apiType: string;
|
|
211
|
+
};
|
|
212
|
+
selectBcContractList: {
|
|
213
|
+
url: string;
|
|
214
|
+
method: string;
|
|
215
|
+
header: string;
|
|
216
|
+
apiType: string;
|
|
217
|
+
};
|
|
218
|
+
selectGyContractList: {
|
|
219
|
+
url: string;
|
|
220
|
+
method: string;
|
|
221
|
+
header: string;
|
|
222
|
+
apiType: string;
|
|
223
|
+
};
|
|
224
|
+
selectRcContractList: {
|
|
225
|
+
url: string;
|
|
226
|
+
method: string;
|
|
227
|
+
header: string;
|
|
228
|
+
apiType: string;
|
|
229
|
+
};
|
|
230
|
+
selectExportCont: {
|
|
231
|
+
url: string;
|
|
232
|
+
method: string;
|
|
233
|
+
header: string;
|
|
234
|
+
apiType: string;
|
|
235
|
+
};
|
|
236
|
+
allExportCont: {
|
|
237
|
+
url: string;
|
|
238
|
+
method: string;
|
|
239
|
+
header: string;
|
|
240
|
+
apiType: string;
|
|
241
|
+
};
|
|
242
|
+
batchCreateContInfo: {
|
|
243
|
+
url: string;
|
|
244
|
+
method: string;
|
|
245
|
+
header: string;
|
|
246
|
+
apiType: string;
|
|
247
|
+
};
|
|
248
|
+
cancelConditionalSeal: {
|
|
249
|
+
url: string;
|
|
250
|
+
method: string;
|
|
251
|
+
header: string;
|
|
252
|
+
apiType: string;
|
|
253
|
+
};
|
|
254
|
+
selectAsConditionalSeal: {
|
|
255
|
+
url: string;
|
|
256
|
+
method: string;
|
|
257
|
+
header: string;
|
|
258
|
+
apiType: string;
|
|
259
|
+
};
|
|
260
|
+
checkConditionalSeal: {
|
|
261
|
+
url: string;
|
|
262
|
+
method: string;
|
|
263
|
+
header: string;
|
|
264
|
+
apiType: string;
|
|
265
|
+
};
|
|
266
|
+
onlyContNo: {
|
|
267
|
+
url: string;
|
|
268
|
+
method: string;
|
|
269
|
+
header: string;
|
|
270
|
+
apiType: string;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
export default ctContractInfoApi;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const ctDeptConfApi: {
|
|
2
|
+
detailByOrgId: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
detailDeptTp: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default ctDeptConfApi;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
declare const ctReissueApplyInfo: {
|
|
2
|
+
saveCtReissueApplyInfoAndContractInfo: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
byReissueApplyIdQueryContract: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
removeReissueApplyPrjAndContractInfo: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
queryByLikeInfo: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
byReissueApplyIdsDeleteInfo: {
|
|
27
|
+
url: string;
|
|
28
|
+
method: string;
|
|
29
|
+
header: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
byReissueApplyIdQueryAllInfo: {
|
|
33
|
+
url: string;
|
|
34
|
+
method: string;
|
|
35
|
+
header: string;
|
|
36
|
+
apiType: string;
|
|
37
|
+
};
|
|
38
|
+
batchUpdateInfo: {
|
|
39
|
+
url: string;
|
|
40
|
+
method: string;
|
|
41
|
+
header: string;
|
|
42
|
+
apiType: string;
|
|
43
|
+
};
|
|
44
|
+
updateAgreeApply: {
|
|
45
|
+
url: string;
|
|
46
|
+
method: string;
|
|
47
|
+
header: string;
|
|
48
|
+
apiType: string;
|
|
49
|
+
};
|
|
50
|
+
updateFailApply: {
|
|
51
|
+
url: string;
|
|
52
|
+
method: string;
|
|
53
|
+
header: string;
|
|
54
|
+
apiType: string;
|
|
55
|
+
};
|
|
56
|
+
updateDiscardApply: {
|
|
57
|
+
url: string;
|
|
58
|
+
method: string;
|
|
59
|
+
header: string;
|
|
60
|
+
apiType: string;
|
|
61
|
+
};
|
|
62
|
+
reissueContractAddAuth: {
|
|
63
|
+
url: string;
|
|
64
|
+
method: string;
|
|
65
|
+
header: string;
|
|
66
|
+
apiType: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export default ctReissueApplyInfo;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const ctSampleFileInfoApi: {
|
|
2
|
+
queryContTemp: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
allExport: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
deleteByIds: {
|
|
15
|
+
url: string;
|
|
16
|
+
method: string;
|
|
17
|
+
header: string;
|
|
18
|
+
apiType: string;
|
|
19
|
+
};
|
|
20
|
+
queryContTempHis: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
header: string;
|
|
24
|
+
apiType: string;
|
|
25
|
+
};
|
|
26
|
+
downloadFiles: {
|
|
27
|
+
url: string;
|
|
28
|
+
method: string;
|
|
29
|
+
header: string;
|
|
30
|
+
apiType: string;
|
|
31
|
+
};
|
|
32
|
+
updateContTempInfo: {
|
|
33
|
+
url: string;
|
|
34
|
+
method: string;
|
|
35
|
+
header: string;
|
|
36
|
+
apiType: string;
|
|
37
|
+
};
|
|
38
|
+
uploadSimple: {
|
|
39
|
+
url: string;
|
|
40
|
+
method: string;
|
|
41
|
+
header: string;
|
|
42
|
+
apiType: string;
|
|
43
|
+
};
|
|
44
|
+
copyContTempFile: {
|
|
45
|
+
url: string;
|
|
46
|
+
method: string;
|
|
47
|
+
header: string;
|
|
48
|
+
apiType: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
export default ctSampleFileInfoApi;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const ctSealFileApi: {
|
|
2
|
+
querySealFile: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
querySealFileIds: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default ctSealFileApi;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const ctSealRecordApi: {
|
|
2
|
+
querySealRecord: {
|
|
3
|
+
url: string;
|
|
4
|
+
method: string;
|
|
5
|
+
header: string;
|
|
6
|
+
apiType: string;
|
|
7
|
+
};
|
|
8
|
+
queryNewSealRecord: {
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
header: string;
|
|
12
|
+
apiType: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default ctSealRecordApi;
|