@ningboyz/types 1.2.145 → 1.2.147
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/es/_virtual/index.interface.js +4 -0
- package/es/_virtual/index.js +5 -0
- package/es/_virtual/index2.js +4 -0
- package/es/antv/IAntvCnfgResponse.d.ts +68 -0
- package/es/antv/IAntvCnfgResponse.js +37 -0
- package/es/antv/IAntvMainResponse.d.ts +66 -0
- package/es/antv/IAntvMainResponse.js +36 -0
- package/es/antv/IAntvParaResponse.d.ts +48 -0
- package/es/antv/IAntvParaResponse.js +27 -0
- package/es/antv/index.d.ts +4 -0
- package/es/antv/index.js +8 -0
- package/es/app/ITab.d.ts +51 -0
- package/es/app/ITab.js +30 -0
- package/es/app/IUserData.d.ts +6 -0
- package/es/app/index.d.ts +3 -0
- package/es/app/index.js +5 -0
- package/es/base/IBaseResponse.d.ts +24 -0
- package/es/base/IBaseResponse.js +15 -0
- package/es/bill/IBillCnfgResponse.d.ts +93 -0
- package/es/bill/IBillCnfgResponse.js +51 -0
- package/es/bill/IBillMainResponse.d.ts +240 -0
- package/es/bill/IBillMainResponse.js +132 -0
- package/es/bill/index.d.ts +3 -0
- package/es/bill/index.js +6 -0
- package/es/card/ICardBookResponse.d.ts +119 -0
- package/es/card/ICardBookResponse.js +62 -0
- package/es/card/ICardDataResponse.d.ts +172 -0
- package/es/card/ICardDataResponse.js +104 -0
- package/es/card/ICardFromResponse.d.ts +66 -0
- package/es/card/ICardFromResponse.js +31 -0
- package/es/card/ICardFwczResponse.d.ts +163 -0
- package/es/card/ICardFwczResponse.js +91 -0
- package/es/card/ICardHyhbBillResponse.d.ts +91 -0
- package/es/card/ICardHyhbBillResponse.js +48 -0
- package/es/card/ICardHyhbResponse.d.ts +79 -0
- package/es/card/ICardHyhbResponse.js +41 -0
- package/es/card/ICardMainFindResponse.d.ts +91 -0
- package/es/card/ICardMainFindResponse.js +48 -0
- package/es/card/ICardMainResponse.d.ts +654 -0
- package/es/card/ICardMainResponse.js +261 -0
- package/es/card/ICardRoomResponse.d.ts +171 -0
- package/es/card/ICardRoomResponse.js +88 -0
- package/es/card/IGblbResponse.d.ts +92 -0
- package/es/card/IGblbResponse.js +65 -0
- package/es/card/IP4pzResponse.d.ts +66 -0
- package/es/card/IP4pzResponse.js +38 -0
- package/es/card/ISyszclbgblbResponse.d.ts +57 -0
- package/es/card/ISyszclbgblbResponse.js +35 -0
- package/es/card/IZcbdResponse.d.ts +145 -0
- package/es/card/IZcbdResponse.js +86 -0
- package/es/card/IZccfResponse.d.ts +176 -0
- package/es/card/IZccfResponse.js +98 -0
- package/es/card/IZcczResponse.d.ts +156 -0
- package/es/card/IZcczResponse.js +94 -0
- package/es/card/IZcdbResponse.d.ts +172 -0
- package/es/card/IZcdbResponse.js +99 -0
- package/es/card/IZclbResponse.d.ts +99 -0
- package/es/card/IZclbResponse.js +61 -0
- package/es/card/IZczjPropResponse.d.ts +91 -0
- package/es/card/IZczjPropResponse.js +42 -0
- package/es/card/IZczjResponse.d.ts +101 -0
- package/es/card/IZczjResponse.js +58 -0
- package/es/card/index.d.ts +20 -0
- package/es/card/index.js +41 -0
- package/es/cggz/ICggzBillResponse.d.ts +68 -0
- package/es/cggz/ICggzBillResponse.js +37 -0
- package/es/cggz/ICggzMainResponse.d.ts +178 -0
- package/es/cggz/ICggzMainResponse.js +88 -0
- package/es/cggz/index.d.ts +3 -0
- package/es/cggz/index.js +6 -0
- package/es/clas/IClasAttrResponse.d.ts +64 -0
- package/es/clas/IClasMainResponse.d.ts +62 -0
- package/es/conf/ICnfgMainResponse.d.ts +76 -0
- package/es/conf/ICnfgMainResponse.js +42 -0
- package/es/conf/IConfig.d.ts +47 -0
- package/es/conf/index.d.ts +2 -0
- package/es/conf/index.js +4 -0
- package/es/const/const_align.d.ts +10 -0
- package/es/const/const_align.js +14 -0
- package/es/const/const_audit.d.ts +32 -0
- package/es/const/const_audit.js +11 -0
- package/es/const/const_bizCode.d.ts +2 -0
- package/es/const/const_card.d.ts +5 -0
- package/es/const/const_card.js +8 -0
- package/es/const/const_clas.d.ts +70 -0
- package/es/const/const_clas.js +73 -0
- package/es/const/const_cnfg.d.ts +73 -0
- package/es/const/const_cnfg.js +76 -0
- package/es/const/const_data_from.d.ts +7 -0
- package/es/const/const_data_from.js +9 -0
- package/es/const/const_elem.d.ts +48 -0
- package/es/const/const_elem.js +49 -0
- package/es/const/const_flow.d.ts +7 -0
- package/es/const/const_flow.js +10 -0
- package/es/const/const_gams_mode.d.ts +4 -0
- package/es/const/const_gams_mode.js +7 -0
- package/es/const/const_glpz_mode.d.ts +2 -0
- package/es/const/const_glpz_mode.js +5 -0
- package/es/const/const_gzlm.d.ts +24 -0
- package/es/const/const_gzlm.js +39 -0
- package/es/const/const_hznk.d.ts +17 -0
- package/es/const/const_hznt.d.ts +57 -0
- package/es/const/const_module.d.ts +92 -0
- package/es/const/const_module.js +26 -0
- package/es/const/const_myoa.d.ts +62 -0
- package/es/const/const_myoa.js +32 -0
- package/es/const/const_p4pt.d.ts +6 -0
- package/es/const/const_part.d.ts +17 -0
- package/es/const/const_part.js +20 -0
- package/es/const/const_stat.d.ts +278 -0
- package/es/const/const_stat.js +89 -0
- package/es/const/const_take_type.d.ts +9 -0
- package/es/const/const_take_type.js +9 -0
- package/es/const/const_todo.d.ts +27 -0
- package/es/const/const_todo.js +30 -0
- package/es/const/const_travel.d.ts +4 -0
- package/es/const/const_travel.js +7 -0
- package/es/const/const_type.d.ts +59 -0
- package/es/const/const_type.js +62 -0
- package/es/const/const_type_name.d.ts +210 -0
- package/es/const/const_type_name.js +209 -0
- package/es/const/const_user.d.ts +2 -0
- package/es/const/const_user.js +5 -0
- package/es/const/const_user_acno.d.ts +5 -0
- package/es/const/const_user_acno.js +7 -0
- package/es/const/const_wldy_item_type.d.ts +4 -0
- package/es/const/const_wldy_item_type.js +7 -0
- package/es/const/const_wtui_item_type.d.ts +21 -0
- package/es/const/const_wtui_item_type.js +24 -0
- package/es/const/const_yiha.d.ts +22 -0
- package/es/const/const_yiha.js +25 -0
- package/es/const/const_zbzd.d.ts +8 -0
- package/es/const/const_zbzd.js +11 -0
- package/es/const/index.d.ts +32 -0
- package/es/const/index.js +54 -0
- package/es/core/ICoreValidResponse.d.ts +20 -0
- package/es/core/ICoreValidResponse.js +13 -0
- package/es/core/IDeptLiteResponse.d.ts +33 -0
- package/es/core/IDeptLiteResponse.js +29 -0
- package/es/core/IDeptResponse.d.ts +118 -0
- package/es/core/IDeptResponse.js +79 -0
- package/es/core/IDictResponse.d.ts +132 -0
- package/es/core/IDictResponse.js +94 -0
- package/es/core/IDictResponseConf.d.ts +10 -0
- package/es/core/IDictResponseDictPara.d.ts +41 -0
- package/es/core/IDictResponseDictPara.js +20 -0
- package/es/core/IEnvrResponse.d.ts +94 -0
- package/es/core/IEnvrResponse.js +50 -0
- package/es/core/ILaidResponse.d.ts +114 -0
- package/es/core/ILaidResponse.js +73 -0
- package/es/core/IPartResponse.d.ts +91 -0
- package/es/core/IPartResponse.js +57 -0
- package/es/core/IPathResponse.d.ts +124 -0
- package/es/core/IPathResponse.js +67 -0
- package/es/core/ISourceItem.d.ts +54 -0
- package/es/core/ISourceItem.js +30 -0
- package/es/core/IStypResponse.d.ts +44 -0
- package/es/core/IStypResponse.js +25 -0
- package/es/core/ISysClasResponse.d.ts +56 -0
- package/es/core/ISysClasResponse.js +31 -0
- package/es/core/ISysMenuWithCoreResponse.d.ts +136 -0
- package/es/core/ISysMenuWithCoreResponse.js +79 -0
- package/es/core/ISysMenuWithCoreResponseMenuPara.d.ts +4 -0
- package/es/core/ISysMenuWithCoreResponseMenuPara.js +5 -0
- package/es/core/ISysMenuWithExpdResponse.d.ts +316 -0
- package/es/core/ISysMenuWithExpdResponse.js +157 -0
- package/es/core/ISysTravelResponse.d.ts +99 -0
- package/es/core/ISysTravelResponse.js +73 -0
- package/es/core/ITypeResponse.d.ts +94 -0
- package/es/core/ITypeResponse.js +65 -0
- package/es/core/IUnitBindResponse.d.ts +60 -0
- package/es/core/IUnitBindResponse.js +36 -0
- package/es/core/IUnitResponse.d.ts +189 -0
- package/es/core/IUnitResponse.js +118 -0
- package/es/core/IUnitResponseElemPara.d.ts +10 -0
- package/es/core/IUnitResponseElemPara.js +8 -0
- package/es/core/IUserAcnoResponse.d.ts +164 -0
- package/es/core/IUserAcnoResponse.js +96 -0
- package/es/core/IUserFindResponse.d.ts +55 -0
- package/es/core/IUserFindResponse.js +84 -0
- package/es/core/IUserLiteResponse.d.ts +124 -0
- package/es/core/IUserLiteResponse.js +112 -0
- package/es/core/IUserPartResponse.d.ts +148 -0
- package/es/core/IUserPartResponse.js +92 -0
- package/es/core/IUserResponse.d.ts +355 -0
- package/es/core/IUserResponse.js +192 -0
- package/es/core/IUserSzdwResponse.d.ts +151 -0
- package/es/core/IUserSzdwResponse.js +95 -0
- package/es/core/index.d.ts +24 -0
- package/es/core/index.js +49 -0
- package/es/cron/ICronMainResponse.d.ts +151 -0
- package/es/cron/ICronMainResponse.js +89 -0
- package/es/cron/index.d.ts +2 -0
- package/es/cron/index.js +4 -0
- package/es/decorators/DConfigManager.d.ts +7 -0
- package/es/decorators/DConfigManager.js +15 -0
- package/es/decorators/DConfigProperty.d.ts +2 -0
- package/es/decorators/DConfigProperty.js +8 -0
- package/es/decorators/IConfigProperty.d.ts +21 -0
- package/es/decorators/IConfigProperty.js +4 -0
- package/es/decorators/index.d.ts +4 -0
- package/es/decorators/index.js +8 -0
- package/es/elem/IElemDataResponse.d.ts +90 -0
- package/es/elem/IElemDataResponse.js +59 -0
- package/es/elem/IElemElemResponse.d.ts +98 -0
- package/es/elem/IElemElemResponse.js +57 -0
- package/es/elem/ISysElemResponse.d.ts +50 -0
- package/es/elem/ISysElemResponse.js +28 -0
- package/es/elem/index.d.ts +4 -0
- package/es/elem/index.js +8 -0
- package/es/enums/btnMode.d.ts +135 -0
- package/es/enums/btnMode.js +5 -0
- package/es/enums/cardMode.d.ts +26 -0
- package/es/enums/cardMode.js +4 -0
- package/es/enums/doneMode.d.ts +5 -0
- package/es/enums/doneMode.js +4 -0
- package/es/enums/editMode.d.ts +19 -0
- package/es/enums/editMode.js +4 -0
- package/es/enums/emitterType.d.ts +4 -0
- package/es/enums/emitterType.js +4 -0
- package/es/enums/formType.d.ts +8 -0
- package/es/enums/formType.js +4 -0
- package/es/enums/index.d.ts +10 -0
- package/es/enums/index.js +22 -0
- package/es/enums/storeId.d.ts +11 -0
- package/es/enums/storeId.js +4 -0
- package/es/enums/usesStat.d.ts +12 -0
- package/es/enums/usesStat.js +5 -0
- package/es/enums/viewMode.d.ts +5 -0
- package/es/enums/viewMode.js +4 -0
- package/es/enums/whatDone.d.ts +25 -0
- package/es/expd/IExpdBAXQResponse.d.ts +60 -0
- package/es/expd/IExpdBAXQResponse.js +33 -0
- package/es/expd/IExpdCallResponse.d.ts +56 -0
- package/es/expd/IExpdCallResponse.js +31 -0
- package/es/expd/IExpdCardResponse.d.ts +94 -0
- package/es/expd/IExpdCardResponse.js +58 -0
- package/es/expd/IExpdCashResponse.d.ts +74 -0
- package/es/expd/IExpdCashResponse.js +40 -0
- package/es/expd/IExpdHYHBResponse.d.ts +52 -0
- package/es/expd/IExpdHYHBResponse.js +29 -0
- package/es/expd/IExpdHYMXResponse.d.ts +58 -0
- package/es/expd/IExpdHYMXResponse.js +32 -0
- package/es/expd/IExpdLfmxResponse.d.ts +54 -0
- package/es/expd/IExpdLfmxResponse.js +30 -0
- package/es/expd/IExpdMainResponse.d.ts +513 -0
- package/es/expd/IExpdMainResponse.js +268 -0
- package/es/expd/IExpdP2pzResponse.d.ts +58 -0
- package/es/expd/IExpdP2pzResponse.js +32 -0
- package/es/expd/IExpdP5pzResponse.d.ts +54 -0
- package/es/expd/IExpdP5pzResponse.js +30 -0
- package/es/expd/IExpdSZMXResponse.d.ts +65 -0
- package/es/expd/IViewLockResponse.d.ts +58 -0
- package/es/expd/IViewLockResponse.js +35 -0
- package/es/expd/index.d.ts +12 -0
- package/es/expd/index.js +24 -0
- package/es/flow/IFlowCnfgResponse.d.ts +59 -0
- package/es/flow/IFlowCnfgResponse.js +34 -0
- package/es/flow/IFlowDataResponse.d.ts +142 -0
- package/es/flow/IFlowDataResponse.js +86 -0
- package/es/flow/IFlowDutyNodeParaConv.d.ts +6 -0
- package/es/flow/IFlowDutyNodeParaConv.js +6 -0
- package/es/flow/IFlowDutyResponse.d.ts +63 -0
- package/es/flow/IFlowDutyResponse.js +46 -0
- package/es/flow/IFlowMainResponse.d.ts +116 -0
- package/es/flow/IFlowMainResponse.js +52 -0
- package/es/flow/IFlowNodeResponse.d.ts +233 -0
- package/es/flow/IFlowNodeResponse.js +108 -0
- package/es/flow/IFlowTypeResponse.d.ts +4 -0
- package/es/flow/IFlowTypeResponse.js +5 -0
- package/es/flow/IFlowUservoidResponse.d.ts +34 -0
- package/es/flow/IFlowUservoidResponse.js +20 -0
- package/es/flow/IFlowVoidResponse.d.ts +70 -0
- package/es/flow/IFlowVoidResponse.js +38 -0
- package/es/flow/index.d.ts +9 -0
- package/es/flow/index.js +18 -0
- package/es/gams/IGamsBillResponse.d.ts +321 -0
- package/es/gams/IGamsBillResponse.js +187 -0
- package/es/gams/IGamsCnfgResponse.d.ts +73 -0
- package/es/gams/IGamsCnfgResponse.js +41 -0
- package/es/gams/IGamsEachResponse.d.ts +66 -0
- package/es/gams/IGamsEachResponse.js +37 -0
- package/es/gams/IGamsItemResponse.d.ts +99 -0
- package/es/gams/IGamsItemResponse.js +47 -0
- package/es/gams/IGamsK0kmResponse.d.ts +80 -0
- package/es/gams/IGamsK0kmResponse.js +53 -0
- package/es/gams/IGamsK8kmResponse.d.ts +147 -0
- package/es/gams/IGamsK8kmResponse.js +73 -0
- package/es/gams/IGamsMainResponse.d.ts +217 -0
- package/es/gams/IGamsMainResponse.js +124 -0
- package/es/gams/IGamsTypeResponse.d.ts +103 -0
- package/es/gams/IGamsTypeResponse.js +59 -0
- package/es/gams/IGamsWtdwResponse.d.ts +60 -0
- package/es/gams/index.d.ts +9 -0
- package/es/gams/index.js +18 -0
- package/es/gzjg/IGzjgBodyLockResponse.d.ts +64 -0
- package/es/gzjg/IGzjgBodyLockResponse.js +35 -0
- package/es/gzjg/IGzjgGzlmLandResponse.d.ts +82 -0
- package/es/gzjg/IGzjgGzlmLandResponse.js +62 -0
- package/es/gzjg/IGzjgGzlmResponse.d.ts +156 -0
- package/es/gzjg/IGzjgGzlmResponse.js +101 -0
- package/es/gzjg/IGzjgGzlmResponseGzlmPara.d.ts +24 -0
- package/es/gzjg/IGzjgGzlmResponseGzlmPara.js +15 -0
- package/es/gzjg/IGzjgGzlmWithResponse.d.ts +85 -0
- package/es/gzjg/IGzjgGzlmWithResponse.js +45 -0
- package/es/gzjg/IGzjgMainResponse.d.ts +199 -0
- package/es/gzjg/IGzjgMainResponse.js +116 -0
- package/es/gzjg/IGzjgMainResponseGzjgPara.d.ts +25 -0
- package/es/gzjg/IGzjgMainResponseGzjgPara.js +14 -0
- package/es/gzjg/IGzjgMainResponseWithYZPZ.d.ts +40 -0
- package/es/gzjg/IGzjgMainResponseWithYZPZ.js +23 -0
- package/es/gzjg/IGzjgQzgsResponse.d.ts +54 -0
- package/es/gzjg/IGzjgQzgsResponse.js +30 -0
- package/es/gzjg/index.d.ts +9 -0
- package/es/gzjg/index.js +18 -0
- package/es/gztb/IGztbMainResponse.d.ts +102 -0
- package/es/gztb/IGztbMainResponse.js +52 -0
- package/es/gztb/index.d.ts +2 -0
- package/es/gztb/index.js +4 -0
- package/es/gzzd/ICellEditResponse.d.ts +46 -0
- package/es/gzzd/ICellEditResponse.js +26 -0
- package/es/gzzd/IGzzdBillResponse.d.ts +144 -0
- package/es/gzzd/IGzzdBillResponse.js +74 -0
- package/es/gzzd/IGzzdLineResponse.d.ts +17 -0
- package/es/gzzd/IGzzdLineResponse.js +10 -0
- package/es/gzzd/IGzzdMainResponse.d.ts +174 -0
- package/es/gzzd/IGzzdMainResponse.js +100 -0
- package/es/gzzd/index.d.ts +5 -0
- package/es/gzzd/index.js +10 -0
- package/es/hzcb/IHzcbMainResponse.d.ts +227 -0
- package/es/hzcb/IHzcbMainResponse.js +123 -0
- package/es/hzcb/IHzcbRypqResponse.d.ts +232 -0
- package/es/hzcb/IHzcbRypqResponse.js +129 -0
- package/es/hzcb/IHzcbXmtzBillResponse.d.ts +104 -0
- package/es/hzcb/IHzcbXmtzResponse.d.ts +160 -0
- package/es/hzcb/IHzcbXmtzResponse.js +92 -0
- package/es/hzcb/IHzcbXmykResponse.d.ts +158 -0
- package/es/hzcb/IHzcbXmykResponse.js +93 -0
- package/es/hzcb/IHzcbZjlyResponse.d.ts +70 -0
- package/es/hzcb/IHzcbZjlyResponse.js +36 -0
- package/es/hzcb/index.d.ts +6 -0
- package/es/hzcb/index.js +12 -0
- package/es/hznj/IHznjBaseItemResponse.d.ts +60 -0
- package/es/hznj/IHznjBaseItemResponse.js +33 -0
- package/es/hznj/IHznjBasePathResponse.d.ts +44 -0
- package/es/hznj/IHznjBasePathResponse.js +25 -0
- package/es/hznj/IHznjBaseResponse.d.ts +116 -0
- package/es/hznj/IHznjBaseResponse.js +56 -0
- package/es/hznj/index.d.ts +4 -0
- package/es/hznj/index.js +8 -0
- package/es/hznk/IHznkBaseNbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkBaseNbyhResponse.js +27 -0
- package/es/hznk/IHznkBasePathResponse.d.ts +46 -0
- package/es/hznk/IHznkBasePathResponse.js +26 -0
- package/es/hznk/IHznkBaseResponse.d.ts +154 -0
- package/es/hznk/IHznkBaseResponse.js +80 -0
- package/es/hznk/IHznkBaseWbdwResponse.d.ts +47 -0
- package/es/hznk/IHznkBaseWbdwResponse.js +30 -0
- package/es/hznk/IHznkBaseWbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkBaseWbyhResponse.js +27 -0
- package/es/hznk/IHznkDataEachResponse.d.ts +48 -0
- package/es/hznk/IHznkDataEachResponse.js +27 -0
- package/es/hznk/IHznkDataItemResponse.d.ts +48 -0
- package/es/hznk/IHznkDataItemResponse.js +27 -0
- package/es/hznk/IHznkDataNbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkDataNbyhResponse.js +30 -0
- package/es/hznk/IHznkDataPathResponse.d.ts +46 -0
- package/es/hznk/IHznkDataPathResponse.js +26 -0
- package/es/hznk/IHznkDataResponse.d.ts +249 -0
- package/es/hznk/IHznkDataResponse.js +115 -0
- package/es/hznk/IHznkFydwBillResponse.d.ts +52 -0
- package/es/hznk/IHznkFydwBillResponse.js +29 -0
- package/es/hznk/IHznkFydwFromResponse.d.ts +46 -0
- package/es/hznk/IHznkFydwFromResponse.js +26 -0
- package/es/hznk/IHznkFydwItemResponse.d.ts +48 -0
- package/es/hznk/IHznkFydwItemResponse.js +27 -0
- package/es/hznk/IHznkFydwPathResponse.d.ts +46 -0
- package/es/hznk/IHznkFydwPathResponse.js +26 -0
- package/es/hznk/IHznkFydwResponse.d.ts +140 -0
- package/es/hznk/IHznkFydwResponse.js +77 -0
- package/es/hznk/IHznkFytqResponse.d.ts +1 -0
- package/es/hznk/IHznkMainNbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkMainResponse.d.ts +176 -0
- package/es/hznk/IHznkMainResponse.js +86 -0
- package/es/hznk/IHznkMainRwzbResponse.d.ts +49 -0
- package/es/hznk/IHznkMainWbdwResponse.d.ts +47 -0
- package/es/hznk/IHznkMainWbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkNoteFromResponse.d.ts +46 -0
- package/es/hznk/IHznkNoteFromResponse.js +26 -0
- package/es/hznk/IHznkNotePathResponse.d.ts +46 -0
- package/es/hznk/IHznkNotePathResponse.js +26 -0
- package/es/hznk/IHznkNoteResponse.d.ts +97 -0
- package/es/hznk/IHznkNoteResponse.js +50 -0
- package/es/hznk/IHznkXmysItemResponse.d.ts +48 -0
- package/es/hznk/IHznkXmysItemResponse.js +27 -0
- package/es/hznk/IHznkXmysResponse.d.ts +106 -0
- package/es/hznk/IHznkXmysResponse.js +53 -0
- package/es/hznk/IHznkXmysYsxqResponse.d.ts +50 -0
- package/es/hznk/IHznkXmysYsxqResponse.js +28 -0
- package/es/hznk/IHznkYssqResponse.d.ts +100 -0
- package/es/hznk/IHznkYssqResponse.js +51 -0
- package/es/hznk/index.d.ts +24 -0
- package/es/hznk/index.js +48 -0
- package/es/index.d.ts +47 -0
- package/es/index.js +88 -0
- package/es/japz/IJapzCnfgResponse.d.ts +68 -0
- package/es/japz/IJapzCnfgResponse.js +35 -0
- package/es/japz/IJapzItemResponse.d.ts +66 -0
- package/es/japz/IJapzItemResponse.js +35 -0
- package/es/japz/IJapzK0kmResponse.d.ts +62 -0
- package/es/japz/IJapzK0kmResponse.js +33 -0
- package/es/japz/IJapzK7kmResponse.d.ts +62 -0
- package/es/japz/IJapzK7kmResponse.js +33 -0
- package/es/japz/IJapzK8kmResponse.d.ts +68 -0
- package/es/japz/IJapzK8kmResponse.js +35 -0
- package/es/japz/IJapzK9kmResponse.d.ts +61 -0
- package/es/japz/IJapzK9kmResponse.js +33 -0
- package/es/japz/index.d.ts +7 -0
- package/es/japz/index.js +14 -0
- package/es/load/ILoadCellResponse.d.ts +52 -0
- package/es/load/ILoadCellResponse.js +29 -0
- package/es/load/ILoadDataResponse.d.ts +48 -0
- package/es/load/ILoadDataResponse.js +26 -0
- package/es/load/ILoadLineResponse.d.ts +10 -0
- package/es/load/ILoadLineResponse.js +8 -0
- package/es/load/ILoadMainResponse.d.ts +112 -0
- package/es/load/ILoadMainResponse.js +58 -0
- package/es/load/ILoadZydwResponse.d.ts +54 -0
- package/es/load/ILoadZydwResponse.js +31 -0
- package/es/load/IYqdwResponse.d.ts +63 -0
- package/es/load/IYqdwResponse.js +35 -0
- package/es/load/IYqkbResponse.d.ts +64 -0
- package/es/load/IYqkbResponse.js +35 -0
- package/es/load/IYqkmResponse.d.ts +50 -0
- package/es/load/IYqkmResponse.js +28 -0
- package/es/load/index.d.ts +9 -0
- package/es/load/index.js +18 -0
- package/es/micro/appData.d.ts +24 -0
- package/es/micro/appData.js +15 -0
- package/es/micro/appName.d.ts +6 -0
- package/es/micro/appName.js +4 -0
- package/es/micro/appTab.d.ts +11 -0
- package/es/micro/appTab.js +8 -0
- package/es/micro/index.d.ts +5 -0
- package/es/micro/index.js +9 -0
- package/es/myoa/IMyoaCashResponse.d.ts +59 -0
- package/es/myoa/IMyoaCashResponse.js +45 -0
- package/es/myoa/IMyoaMainResponse.d.ts +341 -0
- package/es/myoa/IMyoaMainResponse.js +224 -0
- package/es/myoa/IMyoaPGDWResponse.d.ts +46 -0
- package/es/myoa/IMyoaPGDWResponse.js +26 -0
- package/es/myoa/IMyoaRoomResponse.d.ts +89 -0
- package/es/myoa/IMyoaRoomResponse.js +53 -0
- package/es/myoa/index.d.ts +5 -0
- package/es/myoa/index.js +10 -0
- package/es/node_modules/.pnpm/@aximario_json-tree@2.2.4/node_modules/@aximario/json-tree/dist/index.interface.js +14 -0
- package/es/node_modules/.pnpm/@aximario_json-tree@2.2.4/node_modules/@aximario/json-tree/dist/index.js +59 -0
- package/es/noti/INotiMainResponse.d.ts +335 -0
- package/es/noti/INotiMainResponse.js +152 -0
- package/es/noti/index.d.ts +2 -0
- package/es/noti/index.js +4 -0
- package/es/pzpt/IPzptCnfgMoreResponse.d.ts +58 -0
- package/es/pzpt/IPzptCnfgMoreResponse.js +32 -0
- package/es/pzpt/IPzptCnfgResponse.d.ts +161 -0
- package/es/pzpt/IPzptCnfgResponse.js +83 -0
- package/es/pzpt/IPzptGlfaResponse.d.ts +82 -0
- package/es/pzpt/IPzptGlfaResponse.js +46 -0
- package/es/pzpt/IPzptGlkmResponse.d.ts +92 -0
- package/es/pzpt/IPzptGlkmResponse.js +48 -0
- package/es/pzpt/IPzptGlkmfdResponse.d.ts +57 -0
- package/es/pzpt/IPzptGlkmzdResponse.d.ts +57 -0
- package/es/pzpt/IPzptItemResponse.d.ts +97 -0
- package/es/pzpt/IPzptItemResponse.js +51 -0
- package/es/pzpt/IPzptK0kmResponse.d.ts +66 -0
- package/es/pzpt/IPzptK0kmResponse.js +36 -0
- package/es/pzpt/IPzptK8kmResponse.d.ts +169 -0
- package/es/pzpt/IPzptK8kmResponse.js +98 -0
- package/es/pzpt/IPzptKbkmResponse.d.ts +125 -0
- package/es/pzpt/IPzptKbkmResponse.js +65 -0
- package/es/pzpt/IPzptPzpzDataResponse.d.ts +78 -0
- package/es/pzpt/IPzptPzpzDataResponse.js +42 -0
- package/es/pzpt/IPzptPzpzP6pzResponse.d.ts +122 -0
- package/es/pzpt/IPzptPzpzP6pzResponse.js +60 -0
- package/es/pzpt/IPzptPzpzResponse.d.ts +114 -0
- package/es/pzpt/IPzptPzpzResponse.js +67 -0
- package/es/pzpt/IPzptTypeResponse.d.ts +85 -0
- package/es/pzpt/IPzptTypeResponse.js +45 -0
- package/es/pzpt/IPzptUkkmResponse.d.ts +82 -0
- package/es/pzpt/IPzptUkkmResponse.js +43 -0
- package/es/pzpt/index.d.ts +14 -0
- package/es/pzpt/index.js +28 -0
- package/es/response/IResponse.d.ts +16 -0
- package/es/store/dateState.d.ts +42 -0
- package/es/store/index.d.ts +7 -0
- package/es/store/index.js +11 -0
- package/es/store/menuState.d.ts +7 -0
- package/es/store/menuState.js +6 -0
- package/es/store/tabsState.d.ts +11 -0
- package/es/store/tabsState.js +9 -0
- package/es/store/userState.d.ts +46 -0
- package/es/store/userState.js +26 -0
- package/es/store/viewState.d.ts +7 -0
- package/es/store/viewState.js +6 -0
- package/es/tabl/ITablDataResponse.d.ts +59 -0
- package/es/tabl/ITablDataResponse.js +32 -0
- package/es/tabl/ITablLineResponse.d.ts +12 -0
- package/es/tabl/ITablLineResponse.js +9 -0
- package/es/tabl/ITablMainResponse.d.ts +148 -0
- package/es/tabl/ITablMainResponse.js +87 -0
- package/es/tabl/index.d.ts +4 -0
- package/es/tabl/index.js +8 -0
- package/es/take/ITakeBillResponse.d.ts +136 -0
- package/es/take/ITakeBillResponse.js +73 -0
- package/es/take/ITakeMainResponse.d.ts +192 -0
- package/es/take/ITakeMainResponse.js +97 -0
- package/es/take/index.d.ts +3 -0
- package/es/take/index.js +6 -0
- package/es/talk/ITalkMainResponse.d.ts +91 -0
- package/es/task/ITaskMainResponse.d.ts +109 -0
- package/es/task/ITaskMainResponse.js +56 -0
- package/es/task/index.d.ts +2 -0
- package/es/task/index.js +4 -0
- package/es/wldy/IWldyDataResponse.d.ts +69 -0
- package/es/wldy/IWldyDataResponse.js +35 -0
- package/es/wldy/IWldyItemResponse.d.ts +72 -0
- package/es/wldy/IWldyItemResponse.js +39 -0
- package/es/wldy/IWldyPageParaResponse.d.ts +19 -0
- package/es/wldy/IWldyPageParaResponse.js +34 -0
- package/es/wldy/IWldyPageResponse.d.ts +89 -0
- package/es/wldy/IWldyPageResponse.js +59 -0
- package/es/wldy/index.d.ts +5 -0
- package/es/wldy/index.js +12 -0
- package/es/wlzf/IWlzfEnvrResponse.d.ts +112 -0
- package/es/wlzf/IWlzfEnvrResponse.js +59 -0
- package/es/wlzf/index.d.ts +2 -0
- package/es/wlzf/index.js +4 -0
- package/es/wtui/ITodoResponse.d.ts +14 -0
- package/es/wtui/IViewCtrlResponse.d.ts +84 -0
- package/es/wtui/IViewCtrlResponse.js +64 -0
- package/es/wtui/IWtuiColWidthResponse.d.ts +52 -0
- package/es/wtui/IWtuiColWidthResponse.js +29 -0
- package/es/wtui/IWtuiFormParaResponse.d.ts +16 -0
- package/es/wtui/IWtuiFormParaResponse.js +17 -0
- package/es/wtui/IWtuiFormResponse.d.ts +72 -0
- package/es/wtui/IWtuiFormResponse.js +48 -0
- package/es/wtui/IWtuiItemCalc.d.ts +34 -0
- package/es/wtui/IWtuiItemCalc.js +8 -0
- package/es/wtui/IWtuiItemEffect.d.ts +38 -0
- package/es/wtui/IWtuiItemEffect.js +24 -0
- package/es/wtui/IWtuiItemParaResponse.d.ts +56 -0
- package/es/wtui/IWtuiItemParaResponse.js +41 -0
- package/es/wtui/IWtuiItemResponse.d.ts +97 -0
- package/es/wtui/IWtuiItemResponse.js +56 -0
- package/es/wtui/IWtuiMainResponse.d.ts +110 -0
- package/es/wtui/IWtuiMainResponse.js +56 -0
- package/es/wtui/IWtuiNodeResponse.d.ts +74 -0
- package/es/wtui/IWtuiNodeResponse.js +40 -0
- package/es/wtui/IWtuiOperateResponse.d.ts +65 -0
- package/es/wtui/IWtuiOperateResponse.js +43 -0
- package/es/wtui/IWtuiRootResponse.d.ts +61 -0
- package/es/wtui/IWtuiRootResponse.js +33 -0
- package/es/wtui/IWtuiTodoResponse.d.ts +74 -0
- package/es/wtui/IWtuiTodoResponse.js +62 -0
- package/es/wtui/IWtuiTodoResponseTodoPara.d.ts +6 -0
- package/es/wtui/IWtuiTodoResponseTodoPara.js +6 -0
- package/es/wtui/IWtuiTodoResponseWithPara.d.ts +31 -0
- package/es/wtui/IWtuiTodoResponseWithPara.js +18 -0
- package/es/wtui/IWtuiUserCnfgResponse.d.ts +95 -0
- package/es/wtui/IWtuiUserCnfgResponse.js +44 -0
- package/es/wtui/IWtuiViewResponse.d.ts +83 -0
- package/es/wtui/IWtuiViewResponse.js +49 -0
- package/es/wtui/IWtuiZoneResponse.d.ts +56 -0
- package/es/wtui/IWtuiZoneResponse.js +29 -0
- package/es/wtui/index.d.ts +22 -0
- package/es/wtui/index.js +36 -0
- package/es/wzpz/IWzWithParaResponse.d.ts +104 -0
- package/es/wzpz/IWzWithParaResponse.js +70 -0
- package/es/wzpz/IWzpzCnfgResponse.d.ts +101 -0
- package/es/wzpz/IWzpzCnfgResponse.js +53 -0
- package/es/wzpz/IWzpzItemResponse.d.ts +77 -0
- package/es/wzpz/IWzpzItemResponse.js +42 -0
- package/es/wzpz/IWzpzK0kmResponse.d.ts +91 -0
- package/es/wzpz/IWzpzK0kmResponse.js +48 -0
- package/es/wzpz/IWzpzK8kmResponse.d.ts +132 -0
- package/es/wzpz/IWzpzK8kmResponse.js +67 -0
- package/es/wzpz/IWzpzKbkmResponse.d.ts +121 -0
- package/es/wzpz/IWzpzKbkmResponse.js +64 -0
- package/es/wzpz/IWzpzPckmResponse.d.ts +48 -0
- package/es/wzpz/IWzpzPckmResponse.js +27 -0
- package/es/wzpz/IWzpzTypeResponse.d.ts +86 -0
- package/es/wzpz/IWzpzTypeResponse.js +46 -0
- package/es/wzpz/index.d.ts +9 -0
- package/es/wzpz/index.js +18 -0
- package/es/yzcb/ICbjgMainResponse.d.ts +131 -0
- package/es/yzcb/ICbjgMainResponse.js +67 -0
- package/es/yzcb/IYzcbBillResponse.d.ts +48 -0
- package/es/yzcb/IYzcbBillResponse.js +27 -0
- package/es/yzcb/IYzcbMainResponse.d.ts +167 -0
- package/es/yzcb/IYzcbMainResponse.js +89 -0
- package/es/yzcb/index.d.ts +4 -0
- package/es/yzcb/index.js +8 -0
- package/es/yzcg/IYzcgBillResponse.d.ts +68 -0
- package/es/yzcg/IYzcgBillResponse.js +40 -0
- package/es/yzcg/IYzcgGshdResponse.d.ts +58 -0
- package/es/yzcg/IYzcgGshdResponse.js +32 -0
- package/es/yzcg/IYzcgLockResponse.d.ts +40 -0
- package/es/yzcg/IYzcgLockResponse.js +23 -0
- package/es/yzcg/IYzcgMainResponse.d.ts +259 -0
- package/es/yzcg/IYzcgMainResponse.js +142 -0
- package/es/yzcg/index.d.ts +5 -0
- package/es/yzcg/index.js +10 -0
- package/es/yzcq/IYzcqMainResponse.d.ts +94 -0
- package/es/yzcq/index.d.ts +2 -0
- package/es/yzht/IYzhtBillResponse.d.ts +179 -0
- package/es/yzht/IYzhtBillResponse.js +92 -0
- package/es/yzht/IYzhtDzmxResponse.d.ts +56 -0
- package/es/yzht/IYzhtFymxResponse.d.ts +98 -0
- package/es/yzht/IYzhtGlfdResponse.d.ts +52 -0
- package/es/yzht/IYzhtGlfdResponse.js +29 -0
- package/es/yzht/IYzhtGlpzResponse.d.ts +48 -0
- package/es/yzht/IYzhtGlpzResponse.js +26 -0
- package/es/yzht/IYzhtGlzdResponse.d.ts +45 -0
- package/es/yzht/IYzhtGlzdResponse.js +32 -0
- package/es/yzht/IYzhtMainResponse.d.ts +631 -0
- package/es/yzht/IYzhtMainResponse.js +315 -0
- package/es/yzht/index.d.ts +6 -0
- package/es/yzht/index.js +12 -0
- package/es/yzpz/IYzpzCnfgResponse.d.ts +93 -0
- package/es/yzpz/IYzpzCnfgResponse.js +49 -0
- package/es/yzpz/IYzpzItemResponse.d.ts +73 -0
- package/es/yzpz/IYzpzItemResponse.js +47 -0
- package/es/yzpz/IYzpzK0kmResponse.d.ts +72 -0
- package/es/yzpz/IYzpzK0kmResponse.js +39 -0
- package/es/yzpz/IYzpzK8kmResponse.d.ts +144 -0
- package/es/yzpz/IYzpzK8kmResponse.js +77 -0
- package/es/yzpz/IYzpzKbkmResponse.d.ts +85 -0
- package/es/yzpz/IYzpzKbkmResponse.js +46 -0
- package/es/yzpz/IYzpzTypeResponse.d.ts +94 -0
- package/es/yzpz/IYzpzTypeResponse.js +50 -0
- package/es/yzpz/IYzpzTypeResponseConf.d.ts +10 -0
- package/es/yzpz/IYzpzTypeResponseConf.js +40 -0
- package/es/yzpz/index.d.ts +8 -0
- package/es/yzpz/index.js +16 -0
- package/es/zbhd/IZbhdMainResponese.d.ts +229 -0
- package/es/zbhd/IZbhdMainResponese.js +115 -0
- package/es/zbhd/IZbzdCnfgResponse.d.ts +80 -0
- package/es/zbhd/IZbzdCnfgResponse.js +42 -0
- package/es/zbhd/index.d.ts +3 -0
- package/es/zbhd/index.js +6 -0
- package/es/zbzd/IZbzbZbflResponse.d.ts +216 -0
- package/es/zbzd/IZbzbZbflResponse.js +105 -0
- package/es/zbzd/IZbzdMainResponse.d.ts +282 -0
- package/es/zbzd/IZbzdMainResponse.js +115 -0
- package/es/zbzd/index.d.ts +3 -0
- package/es/zbzd/index.js +6 -0
- package/es/zfht/IZfhtResponse.d.ts +100 -0
- package/es/zfht/IZfhtResponse.js +53 -0
- package/es/zfht/index.d.ts +2 -0
- package/es/zfht/index.js +4 -0
- package/es/zfsq/IZfsqResponse.d.ts +188 -0
- package/es/zfsq/IZfsqResponse.js +97 -0
- package/es/zfsq/index.d.ts +2 -0
- package/es/zfsq/index.js +4 -0
- package/package.json +20 -8
- package/.prettierignore +0 -0
- package/.prettierrc +0 -15
- package/eslint.config.js +0 -30
- package/index.ts +0 -98
- package/pnpm-lock.yaml +0 -966
- package/src/antv/IAntvCnfgResponse.ts +0 -69
- package/src/antv/IAntvMainResponse.ts +0 -67
- package/src/antv/IAntvParaResponse.ts +0 -49
- package/src/antv/index.ts +0 -5
- package/src/app/ITab.ts +0 -57
- package/src/app/IUserData.ts +0 -7
- package/src/app/index.ts +0 -4
- package/src/base/IBaseResponse.ts +0 -25
- package/src/bill/IBillCnfgResponse.ts +0 -113
- package/src/bill/IBillMainResponse.ts +0 -284
- package/src/bill/index.ts +0 -4
- package/src/card/ICardBookResponse.ts +0 -123
- package/src/card/ICardDataResponse.ts +0 -249
- package/src/card/ICardFromResponse.ts +0 -68
- package/src/card/ICardFwczResponse.ts +0 -197
- package/src/card/ICardHyhbBillResponse.ts +0 -95
- package/src/card/ICardHyhbResponse.ts +0 -85
- package/src/card/ICardMainFindResponse.ts +0 -95
- package/src/card/ICardMainResponse.ts +0 -762
- package/src/card/ICardRoomResponse.ts +0 -177
- package/src/card/IGblbResponse.ts +0 -133
- package/src/card/IP4pzResponse.ts +0 -68
- package/src/card/ISyszclbgblbResponse.ts +0 -67
- package/src/card/IZcbdResponse.ts +0 -205
- package/src/card/IZccfResponse.ts +0 -232
- package/src/card/IZcczResponse.ts +0 -222
- package/src/card/IZcdbResponse.ts +0 -237
- package/src/card/IZclbResponse.ts +0 -138
- package/src/card/IZczjPropResponse.ts +0 -94
- package/src/card/IZczjResponse.ts +0 -121
- package/src/card/index.ts +0 -63
- package/src/cggz/ICggzBillResponse.ts +0 -69
- package/src/cggz/ICggzMainResponse.ts +0 -188
- package/src/cggz/index.ts +0 -4
- package/src/clas/IClasAttrResponse.ts +0 -69
- package/src/clas/IClasMainResponse.ts +0 -67
- package/src/clas/readme.md +0 -1
- package/src/conf/ICnfgMainResponse.ts +0 -83
- package/src/conf/IConfig.ts +0 -50
- package/src/conf/index.ts +0 -3
- package/src/const/const_align.ts +0 -15
- package/src/const/const_audit.ts +0 -34
- package/src/const/const_bizCode.ts +0 -3
- package/src/const/const_card.ts +0 -6
- package/src/const/const_clas.ts +0 -72
- package/src/const/const_cnfg.ts +0 -92
- package/src/const/const_data_from.ts +0 -14
- package/src/const/const_elem.ts +0 -99
- package/src/const/const_flow.ts +0 -7
- package/src/const/const_gams_mode.ts +0 -5
- package/src/const/const_glpz_mode.ts +0 -2
- package/src/const/const_gzlm.ts +0 -39
- package/src/const/const_hznk.ts +0 -19
- package/src/const/const_hznt.ts +0 -71
- package/src/const/const_module.ts +0 -112
- package/src/const/const_myoa.ts +0 -79
- package/src/const/const_p4pt.ts +0 -8
- package/src/const/const_part.ts +0 -25
- package/src/const/const_stat.ts +0 -400
- package/src/const/const_take_type.ts +0 -9
- package/src/const/const_todo.ts +0 -28
- package/src/const/const_travel.ts +0 -8
- package/src/const/const_type.ts +0 -66
- package/src/const/const_type_name.ts +0 -245
- package/src/const/const_user.ts +0 -2
- package/src/const/const_user_acno.ts +0 -6
- package/src/const/const_wldy_item_type.ts +0 -4
- package/src/const/const_wtui_item_type.ts +0 -24
- package/src/const/const_yiha.ts +0 -32
- package/src/const/const_zbzd.ts +0 -10
- package/src/const/index.ts +0 -60
- package/src/core/ICoreValidResponse.ts +0 -21
- package/src/core/IDeptLiteResponse.ts +0 -43
- package/src/core/IDeptResponse.ts +0 -171
- package/src/core/IDictResponse.ts +0 -183
- package/src/core/IDictResponseConf.ts +0 -36
- package/src/core/IDictResponseDictPara.ts +0 -42
- package/src/core/IEnvrResponse.ts +0 -95
- package/src/core/ILaidResponse.ts +0 -161
- package/src/core/IPartResponse.ts +0 -120
- package/src/core/IPathResponse.ts +0 -133
- package/src/core/ISourceItem.ts +0 -55
- package/src/core/IStypResponse.ts +0 -45
- package/src/core/ISysClasResponse.ts +0 -57
- package/src/core/ISysMenuWithCoreResponse.ts +0 -152
- package/src/core/ISysMenuWithCoreResponseMenuPara.ts +0 -3
- package/src/core/ISysMenuWithExpdResponse.ts +0 -320
- package/src/core/ISysTravelResponse.ts +0 -133
- package/src/core/ITypeResponse.ts +0 -127
- package/src/core/IUnitBindResponse.ts +0 -62
- package/src/core/IUnitResponse.ts +0 -257
- package/src/core/IUnitResponseElemPara.ts +0 -11
- package/src/core/IUserAcnoResponse.ts +0 -182
- package/src/core/IUserFindResponse.ts +0 -140
- package/src/core/IUserLiteResponse.ts +0 -141
- package/src/core/IUserPartResponse.ts +0 -170
- package/src/core/IUserResponse.ts +0 -421
- package/src/core/IUserSzdwResponse.ts +0 -165
- package/src/core/index.ts +0 -77
- package/src/cron/ICronMainResponse.ts +0 -174
- package/src/cron/index.ts +0 -3
- package/src/decorators/DConfigManager.ts +0 -23
- package/src/decorators/DConfigProperty.ts +0 -7
- package/src/decorators/IConfigProperty.ts +0 -32
- package/src/decorators/index.ts +0 -4
- package/src/elem/IElemDataResponse.ts +0 -101
- package/src/elem/IElemElemResponse.ts +0 -102
- package/src/elem/ISysElemResponse.ts +0 -51
- package/src/elem/index.ts +0 -4
- package/src/enums/btnMode.ts +0 -137
- package/src/enums/cardMode.ts +0 -28
- package/src/enums/doneMode.ts +0 -8
- package/src/enums/editMode.ts +0 -22
- package/src/enums/emitterType.ts +0 -6
- package/src/enums/formType.ts +0 -10
- package/src/enums/index.ts +0 -13
- package/src/enums/storeId.ts +0 -12
- package/src/enums/usesStat.ts +0 -14
- package/src/enums/viewMode.ts +0 -7
- package/src/enums/whatDone.ts +0 -30
- package/src/expd/IExpdBAXQResponse.ts +0 -61
- package/src/expd/IExpdCallResponse.ts +0 -57
- package/src/expd/IExpdCardResponse.ts +0 -102
- package/src/expd/IExpdCashResponse.ts +0 -75
- package/src/expd/IExpdHYHBResponse.ts +0 -53
- package/src/expd/IExpdHYMXResponse.ts +0 -61
- package/src/expd/IExpdLfmxResponse.ts +0 -56
- package/src/expd/IExpdMainResponse.ts +0 -552
- package/src/expd/IExpdP2pzResponse.ts +0 -59
- package/src/expd/IExpdP5pzResponse.ts +0 -57
- package/src/expd/IExpdSZMXResponse.ts +0 -66
- package/src/expd/IViewLockResponse.ts +0 -63
- package/src/expd/index.ts +0 -36
- package/src/flow/IFlowCnfgResponse.ts +0 -69
- package/src/flow/IFlowDataResponse.ts +0 -193
- package/src/flow/IFlowDutyNodeParaConv.ts +0 -7
- package/src/flow/IFlowDutyResponse.ts +0 -85
- package/src/flow/IFlowMainResponse.ts +0 -126
- package/src/flow/IFlowNodeResponse.ts +0 -473
- package/src/flow/IFlowTypeResponse.ts +0 -3
- package/src/flow/IFlowUservoidResponse.ts +0 -35
- package/src/flow/IFlowVoidResponse.ts +0 -73
- package/src/flow/index.ts +0 -27
- package/src/gams/IGamsBillResponse.ts +0 -348
- package/src/gams/IGamsCnfgResponse.ts +0 -79
- package/src/gams/IGamsEachResponse.ts +0 -67
- package/src/gams/IGamsItemResponse.ts +0 -109
- package/src/gams/IGamsK0kmResponse.ts +0 -97
- package/src/gams/IGamsK8kmResponse.ts +0 -158
- package/src/gams/IGamsMainResponse.ts +0 -223
- package/src/gams/IGamsTypeResponse.ts +0 -113
- package/src/gams/IGamsWtdwResponse.ts +0 -62
- package/src/gams/index.ts +0 -27
- package/src/gzjg/IGzjgBodyLockResponse.ts +0 -65
- package/src/gzjg/IGzjgGzlmLandResponse.ts +0 -88
- package/src/gzjg/IGzjgGzlmResponse.ts +0 -193
- package/src/gzjg/IGzjgGzlmResponseGzlmPara.ts +0 -25
- package/src/gzjg/IGzjgGzlmWithResponse.ts +0 -88
- package/src/gzjg/IGzjgMainResponse.ts +0 -240
- package/src/gzjg/IGzjgMainResponseGzjgPara.ts +0 -31
- package/src/gzjg/IGzjgMainResponseWithYZPZ.ts +0 -41
- package/src/gzjg/IGzjgQzgsResponse.ts +0 -55
- package/src/gzjg/index.ts +0 -27
- package/src/gztb/IGztbMainResponse.ts +0 -110
- package/src/gztb/index.ts +0 -3
- package/src/gzzd/ICellEditResponse.ts +0 -47
- package/src/gzzd/IGzzdBillResponse.ts +0 -160
- package/src/gzzd/IGzzdLineResponse.ts +0 -19
- package/src/gzzd/IGzzdMainResponse.ts +0 -218
- package/src/gzzd/index.ts +0 -6
- package/src/hzcb/IHzcbMainResponse.ts +0 -263
- package/src/hzcb/IHzcbRypqResponse.ts +0 -258
- package/src/hzcb/IHzcbXmtzBillResponse.ts +0 -105
- package/src/hzcb/IHzcbXmtzResponse.ts +0 -195
- package/src/hzcb/IHzcbXmykResponse.ts +0 -197
- package/src/hzcb/IHzcbZjlyResponse.ts +0 -73
- package/src/hzcb/index.ts +0 -18
- package/src/hznj/IHznjBaseItemResponse.ts +0 -61
- package/src/hznj/IHznjBasePathResponse.ts +0 -45
- package/src/hznj/IHznjBaseResponse.ts +0 -120
- package/src/hznj/index.ts +0 -12
- package/src/hznk/IHznkBaseNbyhResponse.ts +0 -49
- package/src/hznk/IHznkBasePathResponse.ts +0 -47
- package/src/hznk/IHznkBaseResponse.ts +0 -189
- package/src/hznk/IHznkBaseWbdwResponse.ts +0 -55
- package/src/hznk/IHznkBaseWbyhResponse.ts +0 -49
- package/src/hznk/IHznkDataEachResponse.ts +0 -49
- package/src/hznk/IHznkDataItemResponse.ts +0 -49
- package/src/hznk/IHznkDataNbyhResponse.ts +0 -56
- package/src/hznk/IHznkDataPathResponse.ts +0 -47
- package/src/hznk/IHznkDataResponse.ts +0 -293
- package/src/hznk/IHznkFydwBillResponse.ts +0 -53
- package/src/hznk/IHznkFydwFromResponse.ts +0 -47
- package/src/hznk/IHznkFydwItemResponse.ts +0 -49
- package/src/hznk/IHznkFydwPathResponse.ts +0 -47
- package/src/hznk/IHznkFydwResponse.ts +0 -181
- package/src/hznk/IHznkFytqResponse.ts +0 -0
- package/src/hznk/IHznkMainNbyhResponse.ts +0 -49
- package/src/hznk/IHznkMainResponse.ts +0 -210
- package/src/hznk/IHznkMainRwzbResponse.ts +0 -57
- package/src/hznk/IHznkMainWbdwResponse.ts +0 -54
- package/src/hznk/IHznkMainWbyhResponse.ts +0 -49
- package/src/hznk/IHznkNoteFromResponse.ts +0 -47
- package/src/hznk/IHznkNotePathResponse.ts +0 -47
- package/src/hznk/IHznkNoteResponse.ts +0 -101
- package/src/hznk/IHznkXmysItemResponse.ts +0 -49
- package/src/hznk/IHznkXmysResponse.ts +0 -110
- package/src/hznk/IHznkXmysYsxqResponse.ts +0 -51
- package/src/hznk/IHznkYssqResponse.ts +0 -104
- package/src/hznk/index.ts +0 -78
- package/src/hznk/readme.md +0 -1
- package/src/japz/IJapzCnfgResponse.ts +0 -73
- package/src/japz/IJapzItemResponse.ts +0 -69
- package/src/japz/IJapzK0kmResponse.ts +0 -64
- package/src/japz/IJapzK7kmResponse.ts +0 -64
- package/src/japz/IJapzK8kmResponse.ts +0 -71
- package/src/japz/IJapzK9kmResponse.ts +0 -64
- package/src/japz/index.ts +0 -21
- package/src/japz/readme.md +0 -8
- package/src/load/ILoadCellResponse.ts +0 -53
- package/src/load/ILoadDataResponse.ts +0 -54
- package/src/load/ILoadLineResponse.ts +0 -11
- package/src/load/ILoadMainResponse.ts +0 -116
- package/src/load/ILoadZydwResponse.ts +0 -57
- package/src/load/IYqdwResponse.ts +0 -65
- package/src/load/IYqkbResponse.ts +0 -65
- package/src/load/IYqkmResponse.ts +0 -51
- package/src/load/index.ts +0 -27
- package/src/micro/appData.ts +0 -29
- package/src/micro/appName.ts +0 -8
- package/src/micro/appTab.ts +0 -15
- package/src/micro/index.ts +0 -6
- package/src/myoa/IMyoaCashResponse.ts +0 -107
- package/src/myoa/IMyoaMainResponse.ts +0 -479
- package/src/myoa/IMyoaPGDWResponse.ts +0 -49
- package/src/myoa/IMyoaRoomResponse.ts +0 -99
- package/src/myoa/index.ts +0 -6
- package/src/noti/INotiMainResponse.ts +0 -394
- package/src/noti/index.ts +0 -3
- package/src/pzpt/IPzptCnfgMoreResponse.ts +0 -59
- package/src/pzpt/IPzptCnfgResponse.ts +0 -171
- package/src/pzpt/IPzptGlfaResponse.ts +0 -84
- package/src/pzpt/IPzptGlkmResponse.ts +0 -98
- package/src/pzpt/IPzptGlkmfdResponse.ts +0 -59
- package/src/pzpt/IPzptGlkmzdResponse.ts +0 -59
- package/src/pzpt/IPzptItemResponse.ts +0 -104
- package/src/pzpt/IPzptK0kmResponse.ts +0 -69
- package/src/pzpt/IPzptK8kmResponse.ts +0 -183
- package/src/pzpt/IPzptKbkmResponse.ts +0 -139
- package/src/pzpt/IPzptPzpzDataResponse.ts +0 -79
- package/src/pzpt/IPzptPzpzP6pzResponse.ts +0 -136
- package/src/pzpt/IPzptPzpzResponse.ts +0 -116
- package/src/pzpt/IPzptTypeResponse.ts +0 -88
- package/src/pzpt/IPzptUkkmResponse.ts +0 -87
- package/src/pzpt/index.ts +0 -42
- package/src/response/IResponse.ts +0 -48
- package/src/store/dateState.ts +0 -49
- package/src/store/index.ts +0 -8
- package/src/store/menuState.ts +0 -9
- package/src/store/tabsState.ts +0 -13
- package/src/store/userState.ts +0 -50
- package/src/store/viewState.ts +0 -9
- package/src/tabl/ITablDataResponse.ts +0 -72
- package/src/tabl/ITablLineResponse.ts +0 -13
- package/src/tabl/ITablMainResponse.ts +0 -184
- package/src/tabl/index.ts +0 -5
- package/src/take/ITakeBillResponse.ts +0 -144
- package/src/take/ITakeMainResponse.ts +0 -205
- package/src/take/index.ts +0 -4
- package/src/talk/ITalkMainResponse.ts +0 -95
- package/src/task/ITaskMainResponse.ts +0 -121
- package/src/task/index.ts +0 -3
- package/src/wldy/IWldyDataResponse.ts +0 -70
- package/src/wldy/IWldyItemResponse.ts +0 -74
- package/src/wldy/IWldyPageParaResponse.ts +0 -42
- package/src/wldy/IWldyPageResponse.ts +0 -104
- package/src/wldy/index.ts +0 -18
- package/src/wlzf/IWlzfEnvrResponse.ts +0 -116
- package/src/wlzf/index.ts +0 -3
- package/src/wtui/ITodoResponse.ts +0 -15
- package/src/wtui/IViewCtrlResponse.ts +0 -111
- package/src/wtui/IWtuiColWidthResponse.ts +0 -53
- package/src/wtui/IWtuiFormParaResponse.ts +0 -17
- package/src/wtui/IWtuiFormResponse.ts +0 -92
- package/src/wtui/IWtuiItemCalc.ts +0 -36
- package/src/wtui/IWtuiItemEffect.ts +0 -43
- package/src/wtui/IWtuiItemParaResponse.ts +0 -59
- package/src/wtui/IWtuiItemResponse.ts +0 -116
- package/src/wtui/IWtuiMainResponse.ts +0 -114
- package/src/wtui/IWtuiNodeResponse.ts +0 -75
- package/src/wtui/IWtuiOperateResponse.ts +0 -80
- package/src/wtui/IWtuiRootResponse.ts +0 -62
- package/src/wtui/IWtuiTodoResponse.ts +0 -99
- package/src/wtui/IWtuiTodoResponseTodoPara.ts +0 -7
- package/src/wtui/IWtuiTodoResponseWithPara.ts +0 -32
- package/src/wtui/IWtuiUserCnfgResponse.ts +0 -100
- package/src/wtui/IWtuiViewResponse.ts +0 -91
- package/src/wtui/IWtuiZoneResponse.ts +0 -61
- package/src/wtui/index.ts +0 -57
- package/src/wzpz/IWzWithParaResponse.ts +0 -147
- package/src/wzpz/IWzpzCnfgResponse.ts +0 -106
- package/src/wzpz/IWzpzItemResponse.ts +0 -78
- package/src/wzpz/IWzpzK0kmResponse.ts +0 -94
- package/src/wzpz/IWzpzK8kmResponse.ts +0 -141
- package/src/wzpz/IWzpzKbkmResponse.ts +0 -124
- package/src/wzpz/IWzpzPckmResponse.ts +0 -49
- package/src/wzpz/IWzpzTypeResponse.ts +0 -87
- package/src/wzpz/index.ts +0 -27
- package/src/yzcb/ICbjgMainResponse.ts +0 -133
- package/src/yzcb/IYzcbBillResponse.ts +0 -49
- package/src/yzcb/IYzcbMainResponse.ts +0 -189
- package/src/yzcb/index.ts +0 -5
- package/src/yzcg/IYzcgBillResponse.ts +0 -72
- package/src/yzcg/IYzcgGshdResponse.ts +0 -59
- package/src/yzcg/IYzcgLockResponse.ts +0 -41
- package/src/yzcg/IYzcgMainResponse.ts +0 -308
- package/src/yzcg/index.ts +0 -6
- package/src/yzcq/IYzcqMainResponse.ts +0 -120
- package/src/yzcq/index.ts +0 -3
- package/src/yzht/IYzhtBillResponse.ts +0 -188
- package/src/yzht/IYzhtDzmxResponse.ts +0 -57
- package/src/yzht/IYzhtFymxResponse.ts +0 -99
- package/src/yzht/IYzhtGlfdResponse.ts +0 -53
- package/src/yzht/IYzhtGlpzResponse.ts +0 -52
- package/src/yzht/IYzhtGlzdResponse.ts +0 -56
- package/src/yzht/IYzhtMainResponse.ts +0 -679
- package/src/yzht/index.ts +0 -18
- package/src/yzpz/IYzpzCnfgResponse.ts +0 -95
- package/src/yzpz/IYzpzItemResponse.ts +0 -83
- package/src/yzpz/IYzpzK0kmResponse.ts +0 -73
- package/src/yzpz/IYzpzK8kmResponse.ts +0 -162
- package/src/yzpz/IYzpzKbkmResponse.ts +0 -86
- package/src/yzpz/IYzpzTypeResponse.ts +0 -96
- package/src/yzpz/IYzpzTypeResponseConf.ts +0 -36
- package/src/yzpz/index.ts +0 -24
- package/src/zbhd/IZbhdMainResponese.ts +0 -246
- package/src/zbhd/IZbzdCnfgResponse.ts +0 -84
- package/src/zbhd/index.ts +0 -4
- package/src/zbzd/IZbzbZbflResponse.ts +0 -226
- package/src/zbzd/IZbzdMainResponse.ts +0 -321
- package/src/zbzd/index.ts +0 -4
- package/src/zfht/IZfhtResponse.ts +0 -103
- package/src/zfht/index.ts +0 -3
- package/src/zfsq/IZfsqResponse.ts +0 -193
- package/src/zfsq/index.ts +0 -3
- package/tsconfig.json +0 -22
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 新增、修改、审核、查询、确定---蓝色(primary)
|
|
3
|
+
*
|
|
4
|
+
* 导出、打印 ---黄色(warning)
|
|
5
|
+
*
|
|
6
|
+
* 导入、其他---绿色(success)
|
|
7
|
+
*
|
|
8
|
+
* 删除、退回---红色(error)
|
|
9
|
+
*/
|
|
10
|
+
export declare enum TBtnActive {
|
|
11
|
+
/** 新增、修改、审核、查询、确定、刷新---蓝色 */
|
|
12
|
+
primary = "primary",
|
|
13
|
+
/** 导出、打印 ---黄色*/
|
|
14
|
+
warning = "warning",
|
|
15
|
+
/** 导入、其他、角色---绿色 */
|
|
16
|
+
success = "success",
|
|
17
|
+
/** 删除、退回---红色 */
|
|
18
|
+
error = "error",
|
|
19
|
+
info = "info",
|
|
20
|
+
danger = "danger",
|
|
21
|
+
perfect = "perfect"
|
|
22
|
+
}
|
|
23
|
+
/** 按钮类型 */
|
|
24
|
+
export declare enum TButtonType {
|
|
25
|
+
/** 空 */
|
|
26
|
+
null = "",
|
|
27
|
+
/** 关闭 */
|
|
28
|
+
close = "close",
|
|
29
|
+
/** 取消支付 */
|
|
30
|
+
cancelPayment = "cancelPayment",
|
|
31
|
+
/** 确认支付 */
|
|
32
|
+
confirmPayment = "confirmPayment",
|
|
33
|
+
/** 筛选 */
|
|
34
|
+
filter = "filter",
|
|
35
|
+
/** 发布 */
|
|
36
|
+
publish = "publish",
|
|
37
|
+
/** 统计 */
|
|
38
|
+
statistics = "statistics",
|
|
39
|
+
/** 确认 */
|
|
40
|
+
confirm = "\u786E\u8BA4",
|
|
41
|
+
/** 取消确认 */
|
|
42
|
+
cancelConfirm = "\u53D6\u6D88\u786E\u8BA4",
|
|
43
|
+
/** 新增 */
|
|
44
|
+
add = "insert",
|
|
45
|
+
/** 返回 */
|
|
46
|
+
back = "back",
|
|
47
|
+
/** 修改 */
|
|
48
|
+
edit = "update",
|
|
49
|
+
/** 暂存 */
|
|
50
|
+
staged = "staged",
|
|
51
|
+
/** 保存 */
|
|
52
|
+
save = "save",
|
|
53
|
+
/** 取消 */
|
|
54
|
+
cancel = "cancel",
|
|
55
|
+
/** 删除 */
|
|
56
|
+
remove = "delete",
|
|
57
|
+
/** 查看 */
|
|
58
|
+
browse = "browse",
|
|
59
|
+
/** 送审 */
|
|
60
|
+
submit = "submit",
|
|
61
|
+
/** 撤销终审 */
|
|
62
|
+
cancelFinalAudit = "cancelFinalAudit",
|
|
63
|
+
/** 撤销送审 */
|
|
64
|
+
cancelSend = "cancelSend",
|
|
65
|
+
/** 审核 */
|
|
66
|
+
audit = "audit",
|
|
67
|
+
/** 退回 */
|
|
68
|
+
reject = "reject",
|
|
69
|
+
/** 撤销审核 */
|
|
70
|
+
cancelAudit = "cancelAudit",
|
|
71
|
+
/** 刷新 */
|
|
72
|
+
refresh = "refresh",
|
|
73
|
+
/** 查询 */
|
|
74
|
+
query = "select",
|
|
75
|
+
/** 流程状态 */
|
|
76
|
+
flowStep = "flowStep",
|
|
77
|
+
/** 打印标签 */
|
|
78
|
+
printTag = "\u6253\u5370\u6807\u7B7E",
|
|
79
|
+
/** 启用 */
|
|
80
|
+
enable = "\u542F\u7528",
|
|
81
|
+
/** 反启用 */
|
|
82
|
+
notEnable = "\u53CD\u542F\u7528",
|
|
83
|
+
/** 折旧 */
|
|
84
|
+
depreciation = "\u6298\u65E7",
|
|
85
|
+
/** 反折旧 */
|
|
86
|
+
notDepreciation = "\u53CD\u6298\u65E7",
|
|
87
|
+
/** 结账 */
|
|
88
|
+
account = "\u7ED3\u8D26",
|
|
89
|
+
/** 反结账 */
|
|
90
|
+
notAccount = "\u53CD\u7ED3\u8D26",
|
|
91
|
+
/** 明细 */
|
|
92
|
+
details = "\u660E\u7EC6",
|
|
93
|
+
/** 变动 */
|
|
94
|
+
change = "change",
|
|
95
|
+
/** 变动记录 */
|
|
96
|
+
changeLog = "changeLog",
|
|
97
|
+
/** 导出 */
|
|
98
|
+
exportFile = "export",
|
|
99
|
+
/** 导入 */
|
|
100
|
+
importFile = "import",
|
|
101
|
+
/** 生成 */
|
|
102
|
+
generate = "\u751F\u6210",
|
|
103
|
+
/** 批量编辑 */
|
|
104
|
+
batchEdit = "\u6279\u91CF\u7F16\u8F91",
|
|
105
|
+
/** 查看关联业务 */
|
|
106
|
+
browseRelative = "\u67E5\u770B\u5173\u8054\u4E1A\u52A1",
|
|
107
|
+
/** 打印 */
|
|
108
|
+
print = "print",
|
|
109
|
+
/** 打印设置 */
|
|
110
|
+
printConfig = "\u6253\u5370\u8BBE\u7F6E",
|
|
111
|
+
/** 复制 */
|
|
112
|
+
copy = "\u590D\u5236",
|
|
113
|
+
/** 计算 */
|
|
114
|
+
calculate = "\u8BA1\u7B97",
|
|
115
|
+
/** 验收 */
|
|
116
|
+
accept = "accept",
|
|
117
|
+
/** 填报 */
|
|
118
|
+
writeReport = "writeReport",
|
|
119
|
+
/** 账套 */
|
|
120
|
+
accountSet = "accountSet",
|
|
121
|
+
/** 追加 */
|
|
122
|
+
append = "append",
|
|
123
|
+
/** 续租 */
|
|
124
|
+
renew = "renew",
|
|
125
|
+
/** 到期退租 */
|
|
126
|
+
endLease = "endLease",
|
|
127
|
+
/** 中途退租 */
|
|
128
|
+
midLease = "midLease",
|
|
129
|
+
/**自动对账 */
|
|
130
|
+
autoCheckPay = "autoCheckPay",
|
|
131
|
+
/**手动对账 */
|
|
132
|
+
normalCheckPay = "normalCheckPay",
|
|
133
|
+
/**取消对账 */
|
|
134
|
+
cancelCheckPay = "cancelCheckPay"
|
|
135
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var c = /* @__PURE__ */ ((a) => (a.primary = "primary", a.warning = "warning", a.success = "success", a.error = "error", a.info = "info", a.danger = "danger", a.perfect = "perfect", a))(c || {}), r = /* @__PURE__ */ ((a) => (a.null = "", a.close = "close", a.cancelPayment = "cancelPayment", a.confirmPayment = "confirmPayment", a.filter = "filter", a.publish = "publish", a.statistics = "statistics", a.confirm = "确认", a.cancelConfirm = "取消确认", a.add = "insert", a.back = "back", a.edit = "update", a.staged = "staged", a.save = "save", a.cancel = "cancel", a.remove = "delete", a.browse = "browse", a.submit = "submit", a.cancelFinalAudit = "cancelFinalAudit", a.cancelSend = "cancelSend", a.audit = "audit", a.reject = "reject", a.cancelAudit = "cancelAudit", a.refresh = "refresh", a.query = "select", a.flowStep = "flowStep", a.printTag = "打印标签", a.enable = "启用", a.notEnable = "反启用", a.depreciation = "折旧", a.notDepreciation = "反折旧", a.account = "结账", a.notAccount = "反结账", a.details = "明细", a.change = "change", a.changeLog = "changeLog", a.exportFile = "export", a.importFile = "import", a.generate = "生成", a.batchEdit = "批量编辑", a.browseRelative = "查看关联业务", a.print = "print", a.printConfig = "打印设置", a.copy = "复制", a.calculate = "计算", a.accept = "accept", a.writeReport = "writeReport", a.accountSet = "accountSet", a.append = "append", a.renew = "renew", a.endLease = "endLease", a.midLease = "midLease", a.autoCheckPay = "autoCheckPay", a.normalCheckPay = "normalCheckPay", a.cancelCheckPay = "cancelCheckPay", a))(r || {});
|
|
2
|
+
export {
|
|
3
|
+
c as TBtnActive,
|
|
4
|
+
r as TButtonType
|
|
5
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare enum TabActive {
|
|
2
|
+
/** 全部 */
|
|
3
|
+
all = "all",
|
|
4
|
+
/** 制单 */
|
|
5
|
+
create = "create",
|
|
6
|
+
/** 已审 */
|
|
7
|
+
reviewed = "reviewed",
|
|
8
|
+
/** 出借 */
|
|
9
|
+
lend = "lend",
|
|
10
|
+
/** 归还 */
|
|
11
|
+
return = "return",
|
|
12
|
+
/** 退回 */
|
|
13
|
+
back = "back",
|
|
14
|
+
/** 完成 */
|
|
15
|
+
change = "change",
|
|
16
|
+
/** 送审 */
|
|
17
|
+
submit = "submit",
|
|
18
|
+
/** 审核 */
|
|
19
|
+
audit = "audit",
|
|
20
|
+
/** 确认 */
|
|
21
|
+
confirm = "confirm",
|
|
22
|
+
/** 初审 */
|
|
23
|
+
trial = "trial",
|
|
24
|
+
/** 终审 */
|
|
25
|
+
final = "final"
|
|
26
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var n = /* @__PURE__ */ ((r) => (r.all = "all", r.create = "create", r.reviewed = "reviewed", r.lend = "lend", r.return = "return", r.back = "back", r.change = "change", r.submit = "submit", r.audit = "audit", r.confirm = "confirm", r.trial = "trial", r.final = "final", r))(n || {});
|
|
2
|
+
export {
|
|
3
|
+
n as TabActive
|
|
4
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare enum TEditMode {
|
|
2
|
+
emNull = 0,// #默认
|
|
3
|
+
emSelect = 1,// #获取模式
|
|
4
|
+
emInsert = 2,// #添加模式
|
|
5
|
+
emUpdate = 3,// #修改模式
|
|
6
|
+
emFlowUpdate = 4,// 审核修改模式
|
|
7
|
+
emDelete = 5,// #删除模式
|
|
8
|
+
emBrowse = 6,// #浏览模式
|
|
9
|
+
emInflow = 7,// 审核模式
|
|
10
|
+
emBrowsePlus = 8,// 超级查看模式
|
|
11
|
+
emDoneWlzf = 9,// 出纳确认
|
|
12
|
+
emBrowseGL = 10,// 关联单据跳过来
|
|
13
|
+
emCopyInsert = 11,// 复制新增
|
|
14
|
+
emSend = 12,// 送审
|
|
15
|
+
emReview = 13,// 复核
|
|
16
|
+
emAccept = 14,// 验收
|
|
17
|
+
emWriteReport = 15,// 填报
|
|
18
|
+
emAppend = 16
|
|
19
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var m = /* @__PURE__ */ ((e) => (e[e.emNull = 0] = "emNull", e[e.emSelect = 1] = "emSelect", e[e.emInsert = 2] = "emInsert", e[e.emUpdate = 3] = "emUpdate", e[e.emFlowUpdate = 4] = "emFlowUpdate", e[e.emDelete = 5] = "emDelete", e[e.emBrowse = 6] = "emBrowse", e[e.emInflow = 7] = "emInflow", e[e.emBrowsePlus = 8] = "emBrowsePlus", e[e.emDoneWlzf = 9] = "emDoneWlzf", e[e.emBrowseGL = 10] = "emBrowseGL", e[e.emCopyInsert = 11] = "emCopyInsert", e[e.emSend = 12] = "emSend", e[e.emReview = 13] = "emReview", e[e.emAccept = 14] = "emAccept", e[e.emWriteReport = 15] = "emWriteReport", e[e.emAppend = 16] = "emAppend", e))(m || {});
|
|
2
|
+
export {
|
|
3
|
+
m as TEditMode
|
|
4
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TabActive } from './cardMode';
|
|
2
|
+
import { TDoneMode } from './doneMode';
|
|
3
|
+
import { TEditMode } from './editMode';
|
|
4
|
+
import { emitterType } from './emitterType';
|
|
5
|
+
import { TFormType } from './formType';
|
|
6
|
+
import { TViewMode } from './viewMode';
|
|
7
|
+
import { StoreId } from './storeId';
|
|
8
|
+
import { TBtnActive, TButtonType } from './btnMode';
|
|
9
|
+
import { TUsesStat, TUsesZczj } from './usesStat';
|
|
10
|
+
export { StoreId, TabActive, emitterType, TBtnActive, TButtonType, TDoneMode, TEditMode, TFormType, TUsesStat, TViewMode, TUsesZczj };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TabActive as r } from "./cardMode.js";
|
|
2
|
+
import { TDoneMode as p } from "./doneMode.js";
|
|
3
|
+
import { TEditMode as m } from "./editMode.js";
|
|
4
|
+
import { emitterType as x } from "./emitterType.js";
|
|
5
|
+
import { TFormType as i } from "./formType.js";
|
|
6
|
+
import { TViewMode as c } from "./viewMode.js";
|
|
7
|
+
import { StoreId as y } from "./storeId.js";
|
|
8
|
+
import { TBtnActive as a, TButtonType as v } from "./btnMode.js";
|
|
9
|
+
import { TUsesStat as B, TUsesZczj as S } from "./usesStat.js";
|
|
10
|
+
export {
|
|
11
|
+
y as StoreId,
|
|
12
|
+
a as TBtnActive,
|
|
13
|
+
v as TButtonType,
|
|
14
|
+
p as TDoneMode,
|
|
15
|
+
m as TEditMode,
|
|
16
|
+
i as TFormType,
|
|
17
|
+
B as TUsesStat,
|
|
18
|
+
S as TUsesZczj,
|
|
19
|
+
c as TViewMode,
|
|
20
|
+
r as TabActive,
|
|
21
|
+
x as emitterType
|
|
22
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum StoreId {
|
|
2
|
+
USER_INFO = "USER_INFO",
|
|
3
|
+
USER_INFO_SESSION = "USER_INFO_SESSION",
|
|
4
|
+
TABS_INFO = "TABS_INFO",
|
|
5
|
+
MENU_INFO = "MENU_INFO",
|
|
6
|
+
OPTIONS_STORE = "OPTIONS_STORE",
|
|
7
|
+
VIEW_INFO = "VIEW_INFO",
|
|
8
|
+
DATE_INFO = "DATE_INFO",
|
|
9
|
+
DEVELOPER_STORE = "DEVELOPER_STORE",
|
|
10
|
+
MONEY_STORE = "MONEY_STORE"
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var E = /* @__PURE__ */ ((O) => (O.USER_INFO = "USER_INFO", O.USER_INFO_SESSION = "USER_INFO_SESSION", O.TABS_INFO = "TABS_INFO", O.MENU_INFO = "MENU_INFO", O.OPTIONS_STORE = "OPTIONS_STORE", O.VIEW_INFO = "VIEW_INFO", O.DATE_INFO = "DATE_INFO", O.DEVELOPER_STORE = "DEVELOPER_STORE", O.MONEY_STORE = "MONEY_STORE", O))(E || {});
|
|
2
|
+
export {
|
|
3
|
+
E as StoreId
|
|
4
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare enum TWhatDone {
|
|
2
|
+
登录 = "\u767B\u5F55",
|
|
3
|
+
登出 = "\u767B\u51FA",
|
|
4
|
+
修改密码 = "\u4FEE\u6539\u5BC6\u7801",
|
|
5
|
+
重置密码 = "\u91CD\u7F6E\u5BC6\u7801",
|
|
6
|
+
新增 = "\u65B0\u589E",
|
|
7
|
+
修改 = "\u4FEE\u6539",
|
|
8
|
+
删除 = "\u5220\u9664",
|
|
9
|
+
作废 = "\u4F5C\u5E9F",
|
|
10
|
+
送审 = "\u9001\u5BA1",
|
|
11
|
+
审核 = "\u5BA1\u6838",
|
|
12
|
+
退回 = "\u9000\u56DE",
|
|
13
|
+
撤销送审 = "\u64A4\u9500\u9001\u5BA1",
|
|
14
|
+
撤消审核 = "\u64A4\u6D88\u5BA1\u6838",
|
|
15
|
+
撤消退回 = "\u64A4\u6D88\u9000\u56DE",
|
|
16
|
+
导入 = "\u5BFC\u5165",
|
|
17
|
+
导出 = "\u5BFC\u51FA",
|
|
18
|
+
打印 = "\u6253\u5370",
|
|
19
|
+
查看流程 = "\u67E5\u770B\u6D41\u7A0B",
|
|
20
|
+
结账 = "\u7ED3\u8D26",
|
|
21
|
+
反结账 = "\u53CD\u7ED3\u8D26",
|
|
22
|
+
折旧 = "\u6298\u65E7",
|
|
23
|
+
反折旧 = "\u53CD\u6298\u65E7"
|
|
24
|
+
}
|
|
25
|
+
export default TWhatDone;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export interface IExpdBAXQResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
billIndx: number;
|
|
5
|
+
masterID: number;
|
|
6
|
+
expdMain: number;
|
|
7
|
+
dataStat: number;
|
|
8
|
+
dataHide: number;
|
|
9
|
+
dataOrdr: number;
|
|
10
|
+
dataFrom: number;
|
|
11
|
+
dataDate: number;
|
|
12
|
+
dataTime: number;
|
|
13
|
+
createBy: string;
|
|
14
|
+
createAt: number;
|
|
15
|
+
updateBy: string;
|
|
16
|
+
updateAt: number;
|
|
17
|
+
deleteBy: string;
|
|
18
|
+
deleteAt: number;
|
|
19
|
+
queuesBy: number;
|
|
20
|
+
entityID: string;
|
|
21
|
+
badwText: string;
|
|
22
|
+
bazbText: string;
|
|
23
|
+
userSize: number;
|
|
24
|
+
baxqCode: string;
|
|
25
|
+
baxqName: string;
|
|
26
|
+
baxqSfla: number;
|
|
27
|
+
baxqAqzy: string;
|
|
28
|
+
baxqZhaf: string;
|
|
29
|
+
baxqPhaj: string;
|
|
30
|
+
}
|
|
31
|
+
export declare class TExpdBAXQResponse implements IExpdBAXQResponse {
|
|
32
|
+
whoBuild: number;
|
|
33
|
+
userIndx: number;
|
|
34
|
+
billIndx: number;
|
|
35
|
+
masterID: number;
|
|
36
|
+
expdMain: number;
|
|
37
|
+
dataStat: number;
|
|
38
|
+
dataHide: number;
|
|
39
|
+
dataOrdr: number;
|
|
40
|
+
dataFrom: number;
|
|
41
|
+
dataDate: number;
|
|
42
|
+
dataTime: number;
|
|
43
|
+
createBy: string;
|
|
44
|
+
createAt: number;
|
|
45
|
+
updateBy: string;
|
|
46
|
+
updateAt: number;
|
|
47
|
+
deleteBy: string;
|
|
48
|
+
deleteAt: number;
|
|
49
|
+
queuesBy: number;
|
|
50
|
+
entityID: string;
|
|
51
|
+
badwText: string;
|
|
52
|
+
bazbText: string;
|
|
53
|
+
userSize: number;
|
|
54
|
+
baxqCode: string;
|
|
55
|
+
baxqName: string;
|
|
56
|
+
baxqSfla: number;
|
|
57
|
+
baxqAqzy: string;
|
|
58
|
+
baxqZhaf: string;
|
|
59
|
+
baxqPhaj: string;
|
|
60
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
class e {
|
|
2
|
+
whoBuild = 0;
|
|
3
|
+
userIndx = 0;
|
|
4
|
+
billIndx = 0;
|
|
5
|
+
masterID = 0;
|
|
6
|
+
expdMain = 0;
|
|
7
|
+
dataStat = 0;
|
|
8
|
+
dataHide = 0;
|
|
9
|
+
dataOrdr = 0;
|
|
10
|
+
dataFrom = 0;
|
|
11
|
+
dataDate = 0;
|
|
12
|
+
dataTime = 0;
|
|
13
|
+
createBy = "";
|
|
14
|
+
createAt = 0;
|
|
15
|
+
updateBy = "";
|
|
16
|
+
updateAt = 0;
|
|
17
|
+
deleteBy = "";
|
|
18
|
+
deleteAt = 0;
|
|
19
|
+
queuesBy = 0;
|
|
20
|
+
entityID = "";
|
|
21
|
+
badwText = "";
|
|
22
|
+
bazbText = "";
|
|
23
|
+
userSize = 0;
|
|
24
|
+
baxqCode = "";
|
|
25
|
+
baxqName = "";
|
|
26
|
+
baxqSfla = 0;
|
|
27
|
+
baxqAqzy = "";
|
|
28
|
+
baxqZhaf = "";
|
|
29
|
+
baxqPhaj = "";
|
|
30
|
+
}
|
|
31
|
+
export {
|
|
32
|
+
e as TExpdBAXQResponse
|
|
33
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export interface IExpdCallResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
billIndx: number;
|
|
5
|
+
masterID: number;
|
|
6
|
+
expdMain: number;
|
|
7
|
+
dataStat: number;
|
|
8
|
+
dataHide: number;
|
|
9
|
+
dataOrdr: number;
|
|
10
|
+
dataFrom: number;
|
|
11
|
+
dataDate: number;
|
|
12
|
+
dataTime: number;
|
|
13
|
+
createBy: string;
|
|
14
|
+
createAt: number;
|
|
15
|
+
updateBy: string;
|
|
16
|
+
updateAt: number;
|
|
17
|
+
deleteBy: string;
|
|
18
|
+
deleteAt: number;
|
|
19
|
+
queuesBy: number;
|
|
20
|
+
entityID: string;
|
|
21
|
+
callLddw: string;
|
|
22
|
+
callLdkh: string;
|
|
23
|
+
callLdhm: string;
|
|
24
|
+
callLdnr: string;
|
|
25
|
+
callJdyh: string;
|
|
26
|
+
callMemo: string;
|
|
27
|
+
callJdrq: number;
|
|
28
|
+
}
|
|
29
|
+
export declare class TExpdCallResponse implements IExpdCallResponse {
|
|
30
|
+
whoBuild: number;
|
|
31
|
+
userIndx: number;
|
|
32
|
+
billIndx: number;
|
|
33
|
+
masterID: number;
|
|
34
|
+
expdMain: number;
|
|
35
|
+
dataStat: number;
|
|
36
|
+
dataHide: number;
|
|
37
|
+
dataOrdr: number;
|
|
38
|
+
dataFrom: number;
|
|
39
|
+
dataDate: number;
|
|
40
|
+
dataTime: number;
|
|
41
|
+
createBy: string;
|
|
42
|
+
createAt: number;
|
|
43
|
+
updateBy: string;
|
|
44
|
+
updateAt: number;
|
|
45
|
+
deleteBy: string;
|
|
46
|
+
deleteAt: number;
|
|
47
|
+
queuesBy: number;
|
|
48
|
+
entityID: string;
|
|
49
|
+
callLddw: string;
|
|
50
|
+
callLdkh: string;
|
|
51
|
+
callLdhm: string;
|
|
52
|
+
callLdnr: string;
|
|
53
|
+
callJdyh: string;
|
|
54
|
+
callMemo: string;
|
|
55
|
+
callJdrq: number;
|
|
56
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
class e {
|
|
2
|
+
whoBuild = 0;
|
|
3
|
+
userIndx = 0;
|
|
4
|
+
billIndx = 0;
|
|
5
|
+
masterID = 0;
|
|
6
|
+
expdMain = 0;
|
|
7
|
+
dataStat = 0;
|
|
8
|
+
dataHide = 0;
|
|
9
|
+
dataOrdr = 0;
|
|
10
|
+
dataFrom = 0;
|
|
11
|
+
dataDate = 0;
|
|
12
|
+
dataTime = 0;
|
|
13
|
+
createBy = "";
|
|
14
|
+
createAt = 0;
|
|
15
|
+
updateBy = "";
|
|
16
|
+
updateAt = 0;
|
|
17
|
+
deleteBy = "";
|
|
18
|
+
deleteAt = 0;
|
|
19
|
+
queuesBy = 0;
|
|
20
|
+
entityID = "";
|
|
21
|
+
callLddw = "";
|
|
22
|
+
callLdkh = "";
|
|
23
|
+
callLdhm = "";
|
|
24
|
+
callLdnr = "";
|
|
25
|
+
callJdyh = "";
|
|
26
|
+
callMemo = "";
|
|
27
|
+
callJdrq = 0;
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
e as TExpdCallResponse
|
|
31
|
+
};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
export interface IExpdCardResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
billIndx: number;
|
|
5
|
+
masterID: number;
|
|
6
|
+
expdMain: number;
|
|
7
|
+
dataStat: number;
|
|
8
|
+
dataHide: number;
|
|
9
|
+
dataOrdr: number;
|
|
10
|
+
dataFrom: number;
|
|
11
|
+
dataDate: number;
|
|
12
|
+
dataTime: number;
|
|
13
|
+
createAt: number;
|
|
14
|
+
updateBy: string;
|
|
15
|
+
updateAt: number;
|
|
16
|
+
deleteBy: string;
|
|
17
|
+
createBy: string;
|
|
18
|
+
deleteAt: number;
|
|
19
|
+
queuesBy: number;
|
|
20
|
+
entityID: string;
|
|
21
|
+
cardName: string;
|
|
22
|
+
cardGgxh: string;
|
|
23
|
+
cardSize: number;
|
|
24
|
+
cardZcdj: number;
|
|
25
|
+
cardCost: number;
|
|
26
|
+
cardMemo: string;
|
|
27
|
+
autoCpbh: string;
|
|
28
|
+
cardIndx: number;
|
|
29
|
+
unitDict: number;
|
|
30
|
+
unitDictText: string;
|
|
31
|
+
parentID: number;
|
|
32
|
+
cardExid: number;
|
|
33
|
+
autoTbdw: number;
|
|
34
|
+
autoTbdwText: string;
|
|
35
|
+
autoTbxz: number;
|
|
36
|
+
autoTbxzText: string;
|
|
37
|
+
nowMoney: number;
|
|
38
|
+
startDay: number;
|
|
39
|
+
endedDay: number;
|
|
40
|
+
dataType: number;
|
|
41
|
+
cardWppp: string;
|
|
42
|
+
cardLaidText: string;
|
|
43
|
+
cardDeptText: string;
|
|
44
|
+
cardUserText: string;
|
|
45
|
+
cardZclm: number;
|
|
46
|
+
cardZclmText: string;
|
|
47
|
+
}
|
|
48
|
+
export declare class TExpdCardResponse implements IExpdCardResponse {
|
|
49
|
+
whoBuild: number;
|
|
50
|
+
userIndx: number;
|
|
51
|
+
billIndx: number;
|
|
52
|
+
masterID: number;
|
|
53
|
+
expdMain: number;
|
|
54
|
+
dataStat: number;
|
|
55
|
+
dataHide: number;
|
|
56
|
+
dataOrdr: number;
|
|
57
|
+
dataFrom: number;
|
|
58
|
+
dataDate: number;
|
|
59
|
+
dataTime: number;
|
|
60
|
+
createBy: string;
|
|
61
|
+
createAt: number;
|
|
62
|
+
updateBy: string;
|
|
63
|
+
updateAt: number;
|
|
64
|
+
deleteBy: string;
|
|
65
|
+
deleteAt: number;
|
|
66
|
+
queuesBy: number;
|
|
67
|
+
entityID: string;
|
|
68
|
+
cardName: string;
|
|
69
|
+
cardGgxh: string;
|
|
70
|
+
cardSize: number;
|
|
71
|
+
cardZcdj: number;
|
|
72
|
+
cardCost: number;
|
|
73
|
+
cardMemo: string;
|
|
74
|
+
autoCpbh: string;
|
|
75
|
+
cardIndx: number;
|
|
76
|
+
unitDict: number;
|
|
77
|
+
unitDictText: string;
|
|
78
|
+
autoTbdw: number;
|
|
79
|
+
autoTbdwText: string;
|
|
80
|
+
autoTbxz: number;
|
|
81
|
+
autoTbxzText: string;
|
|
82
|
+
nowMoney: number;
|
|
83
|
+
startDay: number;
|
|
84
|
+
endedDay: number;
|
|
85
|
+
parentID: number;
|
|
86
|
+
cardExid: number;
|
|
87
|
+
dataType: number;
|
|
88
|
+
cardWppp: string;
|
|
89
|
+
cardLaidText: string;
|
|
90
|
+
cardDeptText: string;
|
|
91
|
+
cardUserText: string;
|
|
92
|
+
cardZclm: number;
|
|
93
|
+
cardZclmText: string;
|
|
94
|
+
}
|