@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,66 @@
|
|
|
1
|
+
export declare class DocTemplate {
|
|
2
|
+
tmplId: string;
|
|
3
|
+
docTpId: string;
|
|
4
|
+
tmplSeriesNo: string;
|
|
5
|
+
tmplTp: string;
|
|
6
|
+
tmplNo: string;
|
|
7
|
+
tmplNm: string;
|
|
8
|
+
newestTmplStat: string;
|
|
9
|
+
effTmplVsn: string;
|
|
10
|
+
newestTmplVsn: string;
|
|
11
|
+
effTmplPk: string;
|
|
12
|
+
newestTmplPk: string;
|
|
13
|
+
tmplTxtCntnt: string;
|
|
14
|
+
comId: string;
|
|
15
|
+
deptId: string;
|
|
16
|
+
rmrk: string;
|
|
17
|
+
useState: string;
|
|
18
|
+
createUserNo: string;
|
|
19
|
+
usrNm: string;
|
|
20
|
+
blngDeptNm: string;
|
|
21
|
+
createTime: string;
|
|
22
|
+
updateUserNo: string;
|
|
23
|
+
updateTime: string;
|
|
24
|
+
sourceFileNo: string;
|
|
25
|
+
applyState: string;
|
|
26
|
+
docTpNm: string;
|
|
27
|
+
newestTmplFileNo: string;
|
|
28
|
+
newestTmplFile: string;
|
|
29
|
+
appId: string;
|
|
30
|
+
visibRange: string;
|
|
31
|
+
tmplChar: string;
|
|
32
|
+
idocDocTemplateVersion: string;
|
|
33
|
+
constructor(options?: {
|
|
34
|
+
tmplId?: string;
|
|
35
|
+
docTpId?: string;
|
|
36
|
+
tmplSeriesNo?: string;
|
|
37
|
+
tmplTp?: string;
|
|
38
|
+
tmplNo?: string;
|
|
39
|
+
tmplNm?: string;
|
|
40
|
+
newestTmplStat?: string;
|
|
41
|
+
effTmplVsn?: string;
|
|
42
|
+
newestTmplVsn?: string;
|
|
43
|
+
effTmplPk?: string;
|
|
44
|
+
newestTmplPk?: string;
|
|
45
|
+
tmplTxtCntnt?: string;
|
|
46
|
+
comId?: string;
|
|
47
|
+
deptId?: string;
|
|
48
|
+
rmrk?: string;
|
|
49
|
+
useState?: string;
|
|
50
|
+
createUserNo?: string;
|
|
51
|
+
usrNm?: string;
|
|
52
|
+
blngDeptNm?: string;
|
|
53
|
+
createTime?: string;
|
|
54
|
+
updateUserNo?: string;
|
|
55
|
+
updateTime?: string;
|
|
56
|
+
sourceFileNo?: string;
|
|
57
|
+
applyState?: string;
|
|
58
|
+
docTpNm?: string;
|
|
59
|
+
newestTmplFileNo?: string;
|
|
60
|
+
newestTmplFile?: string;
|
|
61
|
+
appId?: string;
|
|
62
|
+
visibRange?: string;
|
|
63
|
+
tmplChar?: string;
|
|
64
|
+
idocDocTemplateVersion?: string;
|
|
65
|
+
});
|
|
66
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { ApplyBusChangeDetail } from "src/model/entity/ApplyBusChangeDetail";
|
|
2
|
+
import { MulSaveInfo } from "src/model/entity/MulSaveInfo";
|
|
3
|
+
export declare class FlowApplyInfo {
|
|
4
|
+
id: string;
|
|
5
|
+
instBusid: string;
|
|
6
|
+
instId: string;
|
|
7
|
+
taskName: string;
|
|
8
|
+
remark: string;
|
|
9
|
+
flowName: string;
|
|
10
|
+
flowId: string;
|
|
11
|
+
projectCode: string;
|
|
12
|
+
subprojectCode: string;
|
|
13
|
+
projectName: string;
|
|
14
|
+
subprojectName: string;
|
|
15
|
+
objectId: string;
|
|
16
|
+
itemId: string;
|
|
17
|
+
instState: string;
|
|
18
|
+
trackId: string;
|
|
19
|
+
deptId: string;
|
|
20
|
+
dataSource: string;
|
|
21
|
+
useState: string;
|
|
22
|
+
startUser: string;
|
|
23
|
+
startDept: string;
|
|
24
|
+
startTime: string;
|
|
25
|
+
presentUser: string;
|
|
26
|
+
presentTime: string;
|
|
27
|
+
nodeId: string;
|
|
28
|
+
nodeName: string;
|
|
29
|
+
busistate: string;
|
|
30
|
+
nodeVars: string;
|
|
31
|
+
serialNo: string;
|
|
32
|
+
matchRule: string;
|
|
33
|
+
isSkipFirstNode: string;
|
|
34
|
+
processVariables: any;
|
|
35
|
+
applyBusChangeDetails: ApplyBusChangeDetail[];
|
|
36
|
+
projectChangeDesc: string;
|
|
37
|
+
endTime: string;
|
|
38
|
+
duringTime: any;
|
|
39
|
+
mulSaveInfoList: MulSaveInfo[];
|
|
40
|
+
projectChangeReason: string;
|
|
41
|
+
projectChangeAffect: string;
|
|
42
|
+
startUserName: string;
|
|
43
|
+
startPost: string;
|
|
44
|
+
startCom: string;
|
|
45
|
+
constructor(options?: {
|
|
46
|
+
id?: string;
|
|
47
|
+
instBusid?: string;
|
|
48
|
+
instId?: string;
|
|
49
|
+
taskName?: string;
|
|
50
|
+
remark?: string;
|
|
51
|
+
flowName?: string;
|
|
52
|
+
flowId?: string;
|
|
53
|
+
projectCode?: string;
|
|
54
|
+
subprojectCode?: string;
|
|
55
|
+
projectName?: string;
|
|
56
|
+
subprojectName?: string;
|
|
57
|
+
objectId?: string;
|
|
58
|
+
itemId?: string;
|
|
59
|
+
instState?: string;
|
|
60
|
+
trackId?: string;
|
|
61
|
+
deptId?: string;
|
|
62
|
+
dataSource?: string;
|
|
63
|
+
useState?: string;
|
|
64
|
+
startUser?: string;
|
|
65
|
+
startDept?: string;
|
|
66
|
+
startTime?: string;
|
|
67
|
+
presentUser?: string;
|
|
68
|
+
presentTime?: string;
|
|
69
|
+
nodeId?: string;
|
|
70
|
+
nodeName?: string;
|
|
71
|
+
busistate?: string;
|
|
72
|
+
nodeVars?: string;
|
|
73
|
+
serialNo?: string;
|
|
74
|
+
matchRule?: string;
|
|
75
|
+
isSkipFirstNode?: string;
|
|
76
|
+
processVariables?: any;
|
|
77
|
+
applyBusChangeDetails?: ApplyBusChangeDetail[];
|
|
78
|
+
projectChangeDesc?: string;
|
|
79
|
+
endTime?: string;
|
|
80
|
+
duringTime?: any;
|
|
81
|
+
mulSaveInfoList?: MulSaveInfo[];
|
|
82
|
+
projectChangeReason?: string;
|
|
83
|
+
projectChangeAffect?: string;
|
|
84
|
+
startUserName?: string;
|
|
85
|
+
startPost?: string;
|
|
86
|
+
startCom?: string;
|
|
87
|
+
});
|
|
88
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export declare class MulSaveInfo {
|
|
2
|
+
mulId: string;
|
|
3
|
+
objType: string;
|
|
4
|
+
objId: string;
|
|
5
|
+
surveyObjNo: string;
|
|
6
|
+
instId: string;
|
|
7
|
+
projectId: string;
|
|
8
|
+
modelNo: string;
|
|
9
|
+
directoryNo: string;
|
|
10
|
+
fastId: string;
|
|
11
|
+
useSealType: string;
|
|
12
|
+
useSealNum: string;
|
|
13
|
+
useSealCount: string;
|
|
14
|
+
isFocusPrint: string;
|
|
15
|
+
isFinalVersion: string;
|
|
16
|
+
fileLength: string;
|
|
17
|
+
fileType: string;
|
|
18
|
+
fileName: string;
|
|
19
|
+
fileVersion: string;
|
|
20
|
+
uploadTime: string;
|
|
21
|
+
createUser: string;
|
|
22
|
+
userName: string;
|
|
23
|
+
processFileType: string;
|
|
24
|
+
mulSaveInfoChildList: MulSaveInfo[];
|
|
25
|
+
constructor(options?: {
|
|
26
|
+
mulId?: string;
|
|
27
|
+
objType?: string;
|
|
28
|
+
objId?: string;
|
|
29
|
+
surveyObjNo?: string;
|
|
30
|
+
instId?: string;
|
|
31
|
+
projectId?: string;
|
|
32
|
+
modelNo?: string;
|
|
33
|
+
directoryNo?: string;
|
|
34
|
+
fastId?: string;
|
|
35
|
+
useSealType?: string;
|
|
36
|
+
useSealNum?: string;
|
|
37
|
+
useSealCount?: string;
|
|
38
|
+
isFocusPrint?: string;
|
|
39
|
+
isFinalVersion?: string;
|
|
40
|
+
fileLength?: string;
|
|
41
|
+
fileType?: string;
|
|
42
|
+
fileName?: string;
|
|
43
|
+
fileVersion?: string;
|
|
44
|
+
uploadTime?: string;
|
|
45
|
+
createUser?: string;
|
|
46
|
+
userName?: string;
|
|
47
|
+
processFileType?: string;
|
|
48
|
+
mulSaveInfoChildList?: MulSaveInfo[];
|
|
49
|
+
});
|
|
50
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @Author: pengchengjun
|
|
3
|
+
* @Date: 2022-06-16 15:39:18
|
|
4
|
+
* @Description: 业务要素变量
|
|
5
|
+
*/
|
|
6
|
+
export declare class SysDeptInfo {
|
|
7
|
+
deptNo: string;
|
|
8
|
+
deptNm: string;
|
|
9
|
+
suprDeptId: string;
|
|
10
|
+
children: SysDeptInfo[] | null;
|
|
11
|
+
constructor(options?: {
|
|
12
|
+
deptNo?: string;
|
|
13
|
+
deptNm?: string;
|
|
14
|
+
suprDeptId?: string;
|
|
15
|
+
children?: SysDeptInfo[];
|
|
16
|
+
});
|
|
17
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description: 查询人员信息
|
|
3
|
+
* @author hongxuejia
|
|
4
|
+
* @date 2021/8/27 14:08
|
|
5
|
+
*/
|
|
6
|
+
export declare class UserInfoLike {
|
|
7
|
+
userName: string;
|
|
8
|
+
deptName: string;
|
|
9
|
+
postName: string;
|
|
10
|
+
operator: string;
|
|
11
|
+
mpngUserId: string;
|
|
12
|
+
taskInstId: string;
|
|
13
|
+
constructor(options?: {
|
|
14
|
+
userName?: string;
|
|
15
|
+
deptName?: string;
|
|
16
|
+
postName?: string;
|
|
17
|
+
operator?: string;
|
|
18
|
+
mpngUserId?: string;
|
|
19
|
+
taskInstId?: string;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { App } from "@vue/runtime-core";
|
|
2
|
+
import { PaginationConfig } from "ant-design-vue/es/pagination";
|
|
3
|
+
declare class AntdAppService {
|
|
4
|
+
init(app: App<any>): void;
|
|
5
|
+
generalPagination(): Partial<PaginationConfig>;
|
|
6
|
+
}
|
|
7
|
+
declare const antdAppService: AntdAppService;
|
|
8
|
+
export default antdAppService;
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { RestfulResponse } from "../model/domain/RestfulResponse";
|
|
2
|
+
import { Axios, AxiosRequestConfig } from "axios";
|
|
3
|
+
import { CoreConfig } from "@/model";
|
|
4
|
+
interface Query {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* @description: REST请求服务
|
|
9
|
+
* @author ChenRui
|
|
10
|
+
* @date 2020/7/29 18:45
|
|
11
|
+
*/
|
|
12
|
+
declare class ApiService {
|
|
13
|
+
logoutNoticeSign: boolean;
|
|
14
|
+
axiosInner: Axios;
|
|
15
|
+
constructor();
|
|
16
|
+
/**
|
|
17
|
+
* @description: 创建基础消息头
|
|
18
|
+
* @author ChenRui
|
|
19
|
+
* @date 2020/8/28 15:18
|
|
20
|
+
*/
|
|
21
|
+
createBasicHeaders(): any;
|
|
22
|
+
/**
|
|
23
|
+
* @description: 创建认证消息头
|
|
24
|
+
* @author ChenRui
|
|
25
|
+
* @date 2020/8/28 15:18
|
|
26
|
+
*/
|
|
27
|
+
createAuthHeaders(): any;
|
|
28
|
+
/**
|
|
29
|
+
* @description: 创建上传认证消息头
|
|
30
|
+
* @author ChenRui
|
|
31
|
+
* @date 2021/4/6 11:17
|
|
32
|
+
*/
|
|
33
|
+
createFileUploadAuthorizationHeader(): {
|
|
34
|
+
headers: {
|
|
35
|
+
Accept: string;
|
|
36
|
+
Authorization: string;
|
|
37
|
+
"user-identity": string | undefined;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @description: 创建认证下载消息头
|
|
42
|
+
* @author ChenRui
|
|
43
|
+
* @date 2020/8/28 15:18
|
|
44
|
+
*/
|
|
45
|
+
createFileDownloadAuthorizationHeader(): {
|
|
46
|
+
headers: {
|
|
47
|
+
"Content-Type": string;
|
|
48
|
+
Authorization: string;
|
|
49
|
+
"user-identity": string | undefined;
|
|
50
|
+
};
|
|
51
|
+
responseType: string;
|
|
52
|
+
};
|
|
53
|
+
get(path: string, query: Query | undefined, requestConfig: AxiosRequestConfig): any;
|
|
54
|
+
post(path: string, params: any, query: Query | undefined, requestConfig: AxiosRequestConfig): any;
|
|
55
|
+
put(path: string, params: any, query: Query | undefined, requestConfig: AxiosRequestConfig): any;
|
|
56
|
+
delete(path: string, query: Query | undefined, requestConfig: AxiosRequestConfig): any;
|
|
57
|
+
/**
|
|
58
|
+
* @description: 获取全局配置
|
|
59
|
+
* @author ChenRui
|
|
60
|
+
* @date 2020/12/17 16:16
|
|
61
|
+
*/
|
|
62
|
+
get coreConfig(): Partial<CoreConfig>;
|
|
63
|
+
/**
|
|
64
|
+
* @Description: 参数拼接
|
|
65
|
+
* @author GuoXuHui
|
|
66
|
+
* @date 2022-07-13
|
|
67
|
+
* @time 13:55
|
|
68
|
+
*/
|
|
69
|
+
jointApiUrl(api: any): string;
|
|
70
|
+
/**
|
|
71
|
+
* @description: 通用请求函数
|
|
72
|
+
* @author ChenRui
|
|
73
|
+
* @date 2020/8/28 15:19
|
|
74
|
+
* @param api 调用接口的对象
|
|
75
|
+
* @param query 问号?后参数
|
|
76
|
+
* @param params post、put、delete参数 非必须
|
|
77
|
+
* @param requestConfig 请求配置,如果上传文件、form提交等配置 非必须
|
|
78
|
+
*/
|
|
79
|
+
general(api: any, query?: Query | undefined, params?: any | undefined, requestConfig?: AxiosRequestConfig | any, headerConfig?: any): any;
|
|
80
|
+
/**
|
|
81
|
+
* @description: 错误码处理器
|
|
82
|
+
* @author ChenRui
|
|
83
|
+
* @date 2020/8/28 15:19
|
|
84
|
+
*/
|
|
85
|
+
createBusCodeHander(): (response: any) => any;
|
|
86
|
+
/**
|
|
87
|
+
* @description: 异常处理器
|
|
88
|
+
* @author LiuBo
|
|
89
|
+
* @date 2022年10月27日21:33:46
|
|
90
|
+
*/
|
|
91
|
+
createErrorHandler(error: any): RestfulResponse<any>;
|
|
92
|
+
/**
|
|
93
|
+
* @description: 日期格式化
|
|
94
|
+
* @author ChenRui
|
|
95
|
+
* @date 2020/8/28 15:20
|
|
96
|
+
*/
|
|
97
|
+
formatDate(date: any): string;
|
|
98
|
+
/**
|
|
99
|
+
* @description: json格式转表单格式
|
|
100
|
+
* @author ChenRui
|
|
101
|
+
* @date 2020/8/28 15:20
|
|
102
|
+
*/
|
|
103
|
+
jsonToFormData(params: any): FormData | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* @description: url请求参数组装
|
|
106
|
+
* @author ChenRui
|
|
107
|
+
* @date 2020/8/28 15:21
|
|
108
|
+
*/
|
|
109
|
+
urlQueryConvert(url: string, query: Query): string;
|
|
110
|
+
}
|
|
111
|
+
declare const apiService: ApiService;
|
|
112
|
+
export default apiService;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description: 对象拷贝
|
|
3
|
+
* @author ChenRui
|
|
4
|
+
* @date 2020/7/29 18:46
|
|
5
|
+
*/
|
|
6
|
+
declare class BeanUtilsService {
|
|
7
|
+
/**
|
|
8
|
+
* @description: 对象拷贝
|
|
9
|
+
* @author ChenRui
|
|
10
|
+
* @date 2020/8/29 19:54
|
|
11
|
+
*/
|
|
12
|
+
copy(obj: any): any;
|
|
13
|
+
/**
|
|
14
|
+
* @description: 简单属性拷贝
|
|
15
|
+
* @author ChenRui
|
|
16
|
+
* @date 2022/4/8 11:50
|
|
17
|
+
*/
|
|
18
|
+
simpleCopy(target: any, source: any): any;
|
|
19
|
+
/**
|
|
20
|
+
* @description: 字符串转对象
|
|
21
|
+
* @author ChenRui
|
|
22
|
+
* @date 2020/8/29 19:54
|
|
23
|
+
*/
|
|
24
|
+
parse(str: string | null): any;
|
|
25
|
+
/**
|
|
26
|
+
* @description: 对象转字符串
|
|
27
|
+
* @author ChenRui
|
|
28
|
+
* @date 2020/8/29 19:54
|
|
29
|
+
*/
|
|
30
|
+
stringify(obj: any): string;
|
|
31
|
+
}
|
|
32
|
+
declare const beanUtilsService: BeanUtilsService;
|
|
33
|
+
export default beanUtilsService;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare class CacheDictionaryService {
|
|
2
|
+
/**
|
|
3
|
+
* @Description: 获取字典-平层字典
|
|
4
|
+
* @author GuoXuHui
|
|
5
|
+
* @date 2022-06-29
|
|
6
|
+
* @time 10:39
|
|
7
|
+
*/
|
|
8
|
+
obtainDictionary(code: string, key?: string, value?: string): any[];
|
|
9
|
+
/**
|
|
10
|
+
* @Description: 获取字典-树形字典
|
|
11
|
+
* @author GuoXuHui
|
|
12
|
+
* @date 2022-06-29
|
|
13
|
+
* @time 10:39
|
|
14
|
+
*/
|
|
15
|
+
obtainTreeDictionary(code: string, key?: string, value?: string, children?: string): any[];
|
|
16
|
+
recursiveTree(treeNodes: any[], key: string, value: string, children: string): any[] | undefined;
|
|
17
|
+
}
|
|
18
|
+
declare const cacheDictionaryService: CacheDictionaryService;
|
|
19
|
+
export default cacheDictionaryService;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { CtContTpInfoDTO } from "@/model/domain/contract/CtContTpInfoDTO";
|
|
2
|
+
declare class contTpUtilsService {
|
|
3
|
+
private static readonly CONTTPTREE;
|
|
4
|
+
private static readonly CONTTPLIST;
|
|
5
|
+
setContTp(): void;
|
|
6
|
+
get contTpTreeData(): any | undefined;
|
|
7
|
+
get contTpListData(): any | undefined;
|
|
8
|
+
/**
|
|
9
|
+
* @Description: 获取合同类型字典项,并处理字典内容返回
|
|
10
|
+
* @author pengjie
|
|
11
|
+
* @param ctContTpInfoDto CtContTpInfoDTO
|
|
12
|
+
* @date 2023/3/21
|
|
13
|
+
* @time 15:23
|
|
14
|
+
*/
|
|
15
|
+
contTpDict(ctContTpInfoDto: CtContTpInfoDTO): any;
|
|
16
|
+
/**
|
|
17
|
+
* @Description: 根据条件获取不同的合同类型
|
|
18
|
+
* @author pengjie
|
|
19
|
+
* @date 2023/3/27
|
|
20
|
+
* @time 10:46
|
|
21
|
+
*/
|
|
22
|
+
getContTpDict(ctContTpDtos: CtContTpInfoDTO[] | undefined): any;
|
|
23
|
+
/**
|
|
24
|
+
* @Description: 返回使用的合同类型的全信息数据
|
|
25
|
+
* @author pengjie
|
|
26
|
+
* @date 2023/3/27
|
|
27
|
+
* @time 10:36
|
|
28
|
+
*/
|
|
29
|
+
getContTpByCode(code: string): any;
|
|
30
|
+
/**
|
|
31
|
+
* @Description: 返回合同类型名称(列表适用)
|
|
32
|
+
* @author pengjie
|
|
33
|
+
* @date 2023/3/27
|
|
34
|
+
* @time 10:50
|
|
35
|
+
*/
|
|
36
|
+
format: (code: string, defaultVal?: any) => any;
|
|
37
|
+
}
|
|
38
|
+
declare const contTpService: contTpUtilsService;
|
|
39
|
+
export { contTpService };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @Description: 日常合同获取签约方必填校验
|
|
3
|
+
* @author yuqian
|
|
4
|
+
* @date 2022/10/05
|
|
5
|
+
* @time 10:38
|
|
6
|
+
* "signSubjId": "签约主体序号",
|
|
7
|
+
* "contInfoId": "合同信息序号",
|
|
8
|
+
* "contPartTp": "签约方类型",
|
|
9
|
+
* "signSubjNo": "签约主体编号",
|
|
10
|
+
* "signSubjNm": "签约主体名称",
|
|
11
|
+
* "contPartLpsnNm": "签约方法定代表人姓名",
|
|
12
|
+
* "contPartTxprNm": "签约方纳税人名称",
|
|
13
|
+
* "contPartTxprDiscernNo": "签约方纳税人识别号",
|
|
14
|
+
* "contPartTaxRegiNumb": "签约方税务登记号",
|
|
15
|
+
* "liveCntryOrArea": "居住国家或地区",
|
|
16
|
+
* "inbrdLiveArea": "国内居住地区",
|
|
17
|
+
* "inbrdLiveDtlAddr": "国内居住详细地址",
|
|
18
|
+
* "contPartTel": "签约方电话",
|
|
19
|
+
* "contPartFax": "签约方传真",
|
|
20
|
+
* "contPartEmail": "签约方邮箱",
|
|
21
|
+
* "contPartZipcode": "签约方邮政编码",
|
|
22
|
+
* "contPartCtactsNm": "签约方联系人名称",
|
|
23
|
+
* "contPartTechCtactsNm": "签约方技术联系人名称",
|
|
24
|
+
* "contPartTechCtactsTel": "签约方技术联系人电话",
|
|
25
|
+
* "contPartTechCtactsEmail": "签约方技术联系人邮箱",
|
|
26
|
+
* "contPartOpenAccBankNm": "签约方开户银行名称",
|
|
27
|
+
* "contPartAccNm": "签约方账户名称",
|
|
28
|
+
* "contPartAccNo": "签约方账号",
|
|
29
|
+
* "signAmt": "签约金额",
|
|
30
|
+
* "custTp": "客户类型",
|
|
31
|
+
* "certNo": "签约方证件号码",
|
|
32
|
+
* "certTp": "签约方证件类型",
|
|
33
|
+
* "lpsnCertTp": "签约方法定代表人证件类型",
|
|
34
|
+
* "lpsnCertNo": "签约方法定代表人证件号码",
|
|
35
|
+
* "uscc": "统一社会信用代码"
|
|
36
|
+
*/
|
|
37
|
+
declare class DailyContTpService {
|
|
38
|
+
/**
|
|
39
|
+
* @Description: 签约主体所有必填
|
|
40
|
+
* @author yuqian
|
|
41
|
+
* @date 2022/10/05
|
|
42
|
+
* @time 10:38
|
|
43
|
+
*/
|
|
44
|
+
getOurSignRequiredAll(): any[];
|
|
45
|
+
getOtherSignRequiredAll(): any[];
|
|
46
|
+
getOurSignRequired(contTp: any): any[];
|
|
47
|
+
getOtherSignRequired(contTp: any): any[];
|
|
48
|
+
}
|
|
49
|
+
declare const dailyContTpService: DailyContTpService;
|
|
50
|
+
export default dailyContTpService;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare class DateFormatService {
|
|
2
|
+
/**
|
|
3
|
+
* 日期时间格式自定义
|
|
4
|
+
* @param {number|string} value 日期时间值时间戳或时间格式
|
|
5
|
+
* @param {string} format 输出的时间格式
|
|
6
|
+
* @returns {string} 定义好的时间格式
|
|
7
|
+
*/
|
|
8
|
+
formatDateTime(value: any, format?: string): string;
|
|
9
|
+
}
|
|
10
|
+
declare const dateFormat: DateFormatService;
|
|
11
|
+
export { dateFormat };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import dayjs from "dayjs";
|
|
2
|
+
declare class DayjsUtil {
|
|
3
|
+
/**
|
|
4
|
+
* @description: 根据当前时间获取上个月/上季度/上半年/上年起止时间
|
|
5
|
+
* @author yaojun
|
|
6
|
+
* @date 2022/10/4 12:33
|
|
7
|
+
*/
|
|
8
|
+
getLastTimeInterval(type: string): {
|
|
9
|
+
startTime: string;
|
|
10
|
+
endTime: string;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @description: 根据日期获取日期所在季度
|
|
14
|
+
* @author yaojun
|
|
15
|
+
* @date 2022/10/4 14:47
|
|
16
|
+
*/
|
|
17
|
+
getQuarterNum(date: string): string;
|
|
18
|
+
/**
|
|
19
|
+
* @description: 根据日期获取日期当前月份
|
|
20
|
+
* @author yaojun
|
|
21
|
+
* @date 2022/10/4 17:19
|
|
22
|
+
*/
|
|
23
|
+
getCurrentMonth(date: string): string;
|
|
24
|
+
/**
|
|
25
|
+
* @description: 根据日期获取日期当前年份
|
|
26
|
+
* @author yaojun
|
|
27
|
+
* @date 2022/10/4 17:19
|
|
28
|
+
*/
|
|
29
|
+
getCurrentYear(date: string): string;
|
|
30
|
+
/**
|
|
31
|
+
* @description: 根据日期获取日期所在半年 上半年1 下半年2
|
|
32
|
+
* @author yaojun
|
|
33
|
+
* @date 2022/10/4 15:02
|
|
34
|
+
*/
|
|
35
|
+
getHalfYearNum(date: string): string;
|
|
36
|
+
/**
|
|
37
|
+
* @description: 格式化日期,不传参,默认当前日期-YYY-MM-DD
|
|
38
|
+
* @author yaojun
|
|
39
|
+
* @date 2022/10/4 15:02
|
|
40
|
+
*/
|
|
41
|
+
formate(date?: dayjs.Dayjs, formateType?: string): string;
|
|
42
|
+
}
|
|
43
|
+
declare const dayjsUtil: DayjsUtil;
|
|
44
|
+
export { dayjsUtil };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description: 字典中继服务
|
|
3
|
+
* @author ChenRui
|
|
4
|
+
* @date 2021/4/20 10:34
|
|
5
|
+
*/
|
|
6
|
+
import { NzTreeNodeOptions } from "@dhccmobile/vue3-lo-form";
|
|
7
|
+
declare class DictRelayService {
|
|
8
|
+
/**
|
|
9
|
+
* @description: 常规字典
|
|
10
|
+
* @author ChenRui
|
|
11
|
+
* @date 2021/4/20 10:26
|
|
12
|
+
*/
|
|
13
|
+
get dicts(): NzTreeNodeOptions[];
|
|
14
|
+
/**
|
|
15
|
+
* @description: 树形常规字典
|
|
16
|
+
* @author ChenRui
|
|
17
|
+
* @date 2021/4/20 10:27
|
|
18
|
+
*/
|
|
19
|
+
get treeDicts(): NzTreeNodeOptions[];
|
|
20
|
+
/**
|
|
21
|
+
* @description: 获取常规字典项
|
|
22
|
+
* @author ChenRui
|
|
23
|
+
* @date 2021/4/20 10:40
|
|
24
|
+
*/
|
|
25
|
+
getDictByCode(code: string): NzTreeNodeOptions | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* @description: 获取树形字典项
|
|
28
|
+
* @author ChenRui
|
|
29
|
+
* @date 2021/4/20 10:41
|
|
30
|
+
*/
|
|
31
|
+
getTreeDictByCode(code: string): NzTreeNodeOptions | undefined;
|
|
32
|
+
}
|
|
33
|
+
declare const dictRelayService: DictRelayService;
|
|
34
|
+
export default dictRelayService;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare class FileUtilsService {
|
|
2
|
+
/**
|
|
3
|
+
* @Description: 下载文件
|
|
4
|
+
* @author pengjie
|
|
5
|
+
* @date 2022/12/6
|
|
6
|
+
* @time 15:15
|
|
7
|
+
*/
|
|
8
|
+
downloadFile(fileNm: string, url: string): void;
|
|
9
|
+
}
|
|
10
|
+
declare const fileUtilsService: FileUtilsService;
|
|
11
|
+
export default fileUtilsService;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { FormApi } from "@dhccmobile/vue3-lo-form";
|
|
2
|
+
declare class FormChangeFunctionService {
|
|
3
|
+
/**
|
|
4
|
+
* @功能描述: 表单字段属性批量处理
|
|
5
|
+
* @author: fanke
|
|
6
|
+
* @date: 2022/3/25 10:59
|
|
7
|
+
* @param formApi 表单对象实例
|
|
8
|
+
* @param keys 字段数组 eg: ["field1", "field2"]
|
|
9
|
+
* @param attribute 属性 eg: Attribute.IsHideControl
|
|
10
|
+
* @param data 参数 eg: true
|
|
11
|
+
* @修改日志:
|
|
12
|
+
*/
|
|
13
|
+
setAttribute(formApi: FormApi, keys: string[], attribute: any, data: any): void;
|
|
14
|
+
/**
|
|
15
|
+
* @功能描述 表单批量刷新校验
|
|
16
|
+
* @author fanke
|
|
17
|
+
* @param formApi 表单对象实例
|
|
18
|
+
* @param keys 字段数组 eg: ["field1", "field2"]
|
|
19
|
+
* @date 2022/5/24 17:16
|
|
20
|
+
* @修改日志
|
|
21
|
+
*/
|
|
22
|
+
refreshValidateBatch(formApi: FormApi, keys: string[]): void;
|
|
23
|
+
/**
|
|
24
|
+
* @功能描述 表单刷新所有校验
|
|
25
|
+
* @author fanke
|
|
26
|
+
* @date 2022/6/21 14:44
|
|
27
|
+
* @修改日志
|
|
28
|
+
*/
|
|
29
|
+
refreshValidateAllFields(formApi: FormApi): void;
|
|
30
|
+
/**
|
|
31
|
+
* @功能描述: 表单字段值置空批量处理
|
|
32
|
+
* @author: wqj
|
|
33
|
+
* @date: 2022/4/28 10:59
|
|
34
|
+
* @param formApi 表单对象实例
|
|
35
|
+
* @param keys 字段数组 eg: ["field1", "field2"]
|
|
36
|
+
* @param isDefault 是否默认值 eg: true, false
|
|
37
|
+
* @param validate 是否校验 eg: true, false
|
|
38
|
+
* @param data 参数 eg: true
|
|
39
|
+
* @修改日志:
|
|
40
|
+
*/
|
|
41
|
+
setValueNull(formApi: FormApi, keys: string[], isDefault?: boolean, validate?: boolean): void;
|
|
42
|
+
}
|
|
43
|
+
declare const formChangeFunction: FormChangeFunctionService;
|
|
44
|
+
export default formChangeFunction;
|