@ningboyz/types 1.1.148 → 1.1.150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (283) hide show
  1. package/.prettierrc +15 -15
  2. package/index.d.ts +1 -0
  3. package/index.ts +76 -76
  4. package/package.json +25 -25
  5. package/pnpm-lock.yaml +39 -0
  6. package/readme.md +1 -1
  7. package/src/antv/IAntvCnfgResponse.ts +69 -69
  8. package/src/antv/IAntvMainResponse.ts +67 -67
  9. package/src/antv/IAntvParaResponse.ts +48 -48
  10. package/src/antv/index.ts +5 -5
  11. package/src/app/ITab.ts +43 -43
  12. package/src/app/IUserData.ts +7 -7
  13. package/src/app/index.ts +4 -4
  14. package/src/base/IBaseResponse.ts +25 -25
  15. package/src/card/ICardDataResponse.ts +249 -249
  16. package/src/card/ICardMainFindResponse.ts +95 -95
  17. package/src/card/ICardMainResponse.ts +690 -690
  18. package/src/card/IGblbResponse.ts +133 -133
  19. package/src/card/IP4pzResponse.ts +68 -68
  20. package/src/card/ISyszclbgblbResponse.ts +67 -67
  21. package/src/card/IZcbdResponse.ts +205 -205
  22. package/src/card/IZccfResponse.ts +232 -232
  23. package/src/card/IZcczResponse.ts +222 -222
  24. package/src/card/IZcdbResponse.ts +237 -237
  25. package/src/card/IZclbResponse.ts +138 -138
  26. package/src/card/IZczjPropResponse.ts +94 -94
  27. package/src/card/IZczjResponse.ts +121 -121
  28. package/src/card/index.ts +44 -44
  29. package/src/cggz/ICggzBillResponse.ts +69 -69
  30. package/src/cggz/ICggzMainResponse.ts +188 -188
  31. package/src/cggz/index.ts +4 -4
  32. package/src/clas/IClasAttrResponse.ts +69 -69
  33. package/src/clas/IClasMainResponse.ts +67 -67
  34. package/src/conf/ICnfgMainResponse.ts +83 -83
  35. package/src/conf/IConfig.ts +49 -49
  36. package/src/conf/index.ts +3 -3
  37. package/src/const/const_align.ts +15 -15
  38. package/src/const/const_audit.ts +34 -34
  39. package/src/const/const_bizCode.ts +3 -3
  40. package/src/const/const_card.ts +6 -6
  41. package/src/const/const_clas.ts +72 -72
  42. package/src/const/const_cnfg.ts +92 -92
  43. package/src/const/const_data_from.ts +14 -14
  44. package/src/const/const_elem.ts +86 -86
  45. package/src/const/const_flow.ts +7 -7
  46. package/src/const/const_gams_mode.ts +5 -5
  47. package/src/const/const_gzlm.ts +39 -39
  48. package/src/const/const_hznt.ts +71 -71
  49. package/src/const/const_module.ts +114 -114
  50. package/src/const/const_myoa.ts +82 -82
  51. package/src/const/const_p4pt.ts +8 -8
  52. package/src/const/const_part.ts +25 -25
  53. package/src/const/const_stat.ts +395 -395
  54. package/src/const/const_take_type.ts +9 -9
  55. package/src/const/const_todo.ts +25 -25
  56. package/src/const/const_travel.ts +8 -8
  57. package/src/const/const_type.ts +65 -65
  58. package/src/const/const_type_name.ts +190 -190
  59. package/src/const/const_user.ts +2 -2
  60. package/src/const/const_wldy_item_type.ts +4 -4
  61. package/src/const/const_wtui_item_type.ts +24 -24
  62. package/src/const/const_yiha.ts +32 -32
  63. package/src/const/const_zbzd.ts +10 -10
  64. package/src/const/index.ts +31 -31
  65. package/src/core/ICoreValidResponse.ts +21 -21
  66. package/src/core/IDeptLiteResponse.ts +43 -43
  67. package/src/core/IDeptResponse.ts +172 -172
  68. package/src/core/IDictResponse.ts +181 -181
  69. package/src/core/IDictResponseDictPara.ts +38 -38
  70. package/src/core/IEnvrResponse.ts +95 -95
  71. package/src/core/ILaidResponse.ts +161 -161
  72. package/src/core/IPartResponse.ts +118 -118
  73. package/src/core/IPathResponse.ts +129 -129
  74. package/src/core/ISourceItem.ts +55 -55
  75. package/src/core/IStypResponse.ts +45 -45
  76. package/src/core/ISysClasResponse.ts +57 -57
  77. package/src/core/ISysMenuWithCoreResponse.ts +152 -152
  78. package/src/core/ISysMenuWithCoreResponseMenuPara.ts +3 -3
  79. package/src/core/ISysMenuWithExpdResponse.ts +319 -319
  80. package/src/core/ISysTravelResponse.ts +135 -135
  81. package/src/core/ITypeResponse.ts +127 -127
  82. package/src/core/IUnitBindResponse.ts +62 -62
  83. package/src/core/IUnitResponse.ts +260 -260
  84. package/src/core/IUnitResponseElemPara.ts +11 -11
  85. package/src/core/IUserAcnoResponse.ts +163 -163
  86. package/src/core/IUserFindResponse.ts +140 -140
  87. package/src/core/IUserLiteResponse.ts +137 -137
  88. package/src/core/IUserPartResponse.ts +170 -170
  89. package/src/core/IUserResponse.ts +420 -420
  90. package/src/core/IUserSzdwResponse.ts +165 -165
  91. package/src/core/index.ts +77 -77
  92. package/src/cron/ICronMainResponse.ts +174 -174
  93. package/src/cron/index.ts +3 -3
  94. package/src/elem/IElemDataResponse.ts +101 -101
  95. package/src/elem/IElemElemResponse.ts +102 -102
  96. package/src/elem/ISysElemResponse.ts +51 -51
  97. package/src/elem/index.ts +4 -4
  98. package/src/enums/btnMode.ts +126 -128
  99. package/src/enums/cardMode.ts +27 -27
  100. package/src/enums/doneMode.ts +7 -7
  101. package/src/enums/editMode.ts +21 -21
  102. package/src/enums/emitterType.ts +5 -5
  103. package/src/enums/formType.ts +8 -8
  104. package/src/enums/index.ts +25 -25
  105. package/src/enums/storeId.ts +11 -11
  106. package/src/enums/usesStat.ts +13 -13
  107. package/src/enums/viewMode.ts +7 -7
  108. package/src/enums/whatDone.ts +29 -29
  109. package/src/expd/IExpdBAXQResponse.ts +61 -61
  110. package/src/expd/IExpdCallResponse.ts +57 -57
  111. package/src/expd/IExpdCardResponse.ts +102 -102
  112. package/src/expd/IExpdCashResponse.ts +75 -75
  113. package/src/expd/IExpdHYHBResponse.ts +53 -53
  114. package/src/expd/IExpdHYMXResponse.ts +61 -61
  115. package/src/expd/IExpdLfmxResponse.ts +56 -56
  116. package/src/expd/IExpdMainResponse.ts +552 -552
  117. package/src/expd/IExpdP2pzResponse.ts +59 -59
  118. package/src/expd/IExpdP5pzResponse.ts +57 -57
  119. package/src/expd/IExpdSZMXResponse.ts +66 -66
  120. package/src/expd/IViewLockResponse.ts +63 -63
  121. package/src/expd/index.ts +36 -36
  122. package/src/flow/IFlowCnfgResponse.ts +69 -69
  123. package/src/flow/IFlowDataResponse.ts +193 -193
  124. package/src/flow/IFlowDutyNodeParaConv.ts +7 -7
  125. package/src/flow/IFlowDutyResponse.ts +88 -88
  126. package/src/flow/IFlowMainResponse.ts +126 -126
  127. package/src/flow/IFlowNodeResponse.ts +475 -475
  128. package/src/flow/IFlowTypeResponse.ts +3 -3
  129. package/src/flow/IFlowUservoidResponse.ts +35 -35
  130. package/src/flow/IFlowVoidResponse.ts +73 -73
  131. package/src/flow/index.ts +27 -27
  132. package/src/gams/IGamsBillResponse.ts +348 -348
  133. package/src/gams/IGamsCnfgResponse.ts +74 -74
  134. package/src/gams/IGamsEachResponse.ts +67 -67
  135. package/src/gams/IGamsItemResponse.ts +82 -82
  136. package/src/gams/IGamsK0kmResponse.ts +97 -97
  137. package/src/gams/IGamsK8kmResponse.ts +157 -157
  138. package/src/gams/IGamsMainResponse.ts +223 -223
  139. package/src/gams/IGamsTypeResponse.ts +113 -113
  140. package/src/gams/index.ts +27 -27
  141. package/src/gzjg/IGzjgBodyLockResponse.ts +65 -65
  142. package/src/gzjg/IGzjgGzlmLandResponse.ts +88 -88
  143. package/src/gzjg/IGzjgGzlmResponse.ts +194 -194
  144. package/src/gzjg/IGzjgGzlmResponseGzlmPara.ts +25 -25
  145. package/src/gzjg/IGzjgGzlmWithResponse.ts +88 -88
  146. package/src/gzjg/IGzjgMainResponse.ts +265 -265
  147. package/src/gzjg/IGzjgMainResponseWithYZPZ.ts +41 -41
  148. package/src/gzjg/IGzjgQzgsResponse.ts +55 -55
  149. package/src/gzjg/index.ts +24 -24
  150. package/src/gztb/IGztbMainResponse.ts +110 -110
  151. package/src/gztb/index.ts +3 -3
  152. package/src/gzzd/ICellEditResponse.ts +48 -48
  153. package/src/gzzd/IGzzdBillResponse.ts +160 -160
  154. package/src/gzzd/IGzzdLineResponse.ts +19 -19
  155. package/src/gzzd/IGzzdMainResponse.ts +218 -218
  156. package/src/gzzd/index.ts +5 -5
  157. package/src/hzcb/IHzcbRypqResponse.ts +258 -258
  158. package/src/hzcb/index.ts +3 -3
  159. package/src/load/ILoadDataResponse.ts +51 -51
  160. package/src/load/ILoadLineResponse.ts +11 -11
  161. package/src/load/ILoadMainResponse.ts +107 -107
  162. package/src/load/ILoadZydwResponse.ts +57 -57
  163. package/src/load/IYqdwResponse.ts +65 -65
  164. package/src/load/IYqkbResponse.ts +65 -65
  165. package/src/load/IYqkmResponse.ts +51 -51
  166. package/src/load/index.ts +24 -24
  167. package/src/micro/appData.ts +29 -29
  168. package/src/micro/appName.ts +7 -7
  169. package/src/micro/appTab.ts +15 -15
  170. package/src/micro/index.ts +6 -6
  171. package/src/myoa/IMyoaCashResponse.ts +107 -107
  172. package/src/myoa/IMyoaMainResponse.ts +479 -479
  173. package/src/myoa/IMyoaPGDWResponse.ts +49 -49
  174. package/src/myoa/IMyoaRoomResponse.ts +99 -99
  175. package/src/myoa/index.ts +15 -15
  176. package/src/noti/INotiMainResponse.ts +394 -394
  177. package/src/noti/index.ts +3 -3
  178. package/src/pzpt/IPzptCnfgMoreResponse.ts +59 -59
  179. package/src/pzpt/IPzptCnfgResponse.ts +158 -158
  180. package/src/pzpt/IPzptGlfaResponse.ts +84 -84
  181. package/src/pzpt/IPzptGlkmResponse.ts +98 -98
  182. package/src/pzpt/IPzptGlkmfdResponse.ts +59 -59
  183. package/src/pzpt/IPzptGlkmzdResponse.ts +59 -59
  184. package/src/pzpt/IPzptItemResponse.ts +104 -104
  185. package/src/pzpt/IPzptK0kmResponse.ts +69 -69
  186. package/src/pzpt/IPzptK8kmResponse.ts +183 -183
  187. package/src/pzpt/IPzptKbkmResponse.ts +139 -139
  188. package/src/pzpt/IPzptPzpzDataResponse.ts +78 -78
  189. package/src/pzpt/IPzptPzpzP6pzResponse.ts +136 -136
  190. package/src/pzpt/IPzptPzpzResponse.ts +116 -116
  191. package/src/pzpt/IPzptTypeResponse.ts +88 -88
  192. package/src/pzpt/IPzptUkkmResponse.ts +87 -87
  193. package/src/pzpt/index.ts +42 -42
  194. package/src/response/IResponse.ts +48 -48
  195. package/src/store/dateState.ts +49 -49
  196. package/src/store/index.ts +8 -8
  197. package/src/store/menuState.ts +9 -9
  198. package/src/store/tabsState.ts +13 -13
  199. package/src/store/userState.ts +50 -50
  200. package/src/store/viewState.ts +9 -9
  201. package/src/tabl/ITablDataResponse.ts +72 -72
  202. package/src/tabl/ITablLineResponse.ts +13 -13
  203. package/src/tabl/ITablMainResponse.ts +184 -184
  204. package/src/tabl/index.ts +5 -5
  205. package/src/take/ITakeBillResponse.ts +144 -144
  206. package/src/take/ITakeMainResponse.ts +205 -205
  207. package/src/take/index.ts +4 -4
  208. package/src/talk/ITalkMainResponse.ts +95 -95
  209. package/src/task/ITaskMainResponse.ts +121 -121
  210. package/src/task/index.ts +3 -3
  211. package/src/wldy/IWldyDataResponse.ts +68 -68
  212. package/src/wldy/IWldyItemResponse.ts +72 -72
  213. package/src/wldy/IWldyPageParaResponse.ts +42 -42
  214. package/src/wldy/IWldyPageResponse.ts +107 -107
  215. package/src/wldy/index.ts +18 -18
  216. package/src/wlzf/IWlzfEnvrResponse.ts +116 -116
  217. package/src/wlzf/index.ts +3 -3
  218. package/src/wtui/ITodoResponse.ts +15 -15
  219. package/src/wtui/IViewCtrlResponse.ts +106 -106
  220. package/src/wtui/IWtuiColWidthResponse.ts +53 -53
  221. package/src/wtui/IWtuiFormParaResponse.ts +17 -17
  222. package/src/wtui/IWtuiFormResponse.ts +95 -95
  223. package/src/wtui/IWtuiItemCalc.ts +36 -36
  224. package/src/wtui/IWtuiItemEffect.ts +43 -43
  225. package/src/wtui/IWtuiItemParaResponse.ts +59 -59
  226. package/src/wtui/IWtuiItemResponse.ts +119 -119
  227. package/src/wtui/IWtuiMainResponse.ts +114 -114
  228. package/src/wtui/IWtuiNodeResponse.ts +75 -75
  229. package/src/wtui/IWtuiOperateResponse.ts +80 -80
  230. package/src/wtui/IWtuiRootResponse.ts +62 -62
  231. package/src/wtui/IWtuiTodoResponse.ts +103 -103
  232. package/src/wtui/IWtuiTodoResponseTodoPara.ts +7 -7
  233. package/src/wtui/IWtuiTodoResponseWithPara.ts +32 -32
  234. package/src/wtui/IWtuiUserCnfgResponse.ts +100 -100
  235. package/src/wtui/IWtuiViewResponse.ts +91 -91
  236. package/src/wtui/IWtuiZoneResponse.ts +61 -61
  237. package/src/wtui/index.ts +57 -57
  238. package/src/wzpz/IWzWithParaResponse.ts +148 -148
  239. package/src/wzpz/IWzpzCnfgResponse.ts +104 -104
  240. package/src/wzpz/IWzpzItemResponse.ts +78 -78
  241. package/src/wzpz/IWzpzK0kmResponse.ts +90 -90
  242. package/src/wzpz/IWzpzK8kmResponse.ts +141 -141
  243. package/src/wzpz/IWzpzKbkmResponse.ts +124 -124
  244. package/src/wzpz/IWzpzPckmResponse.ts +49 -49
  245. package/src/wzpz/IWzpzTypeResponse.ts +88 -88
  246. package/src/wzpz/index.ts +27 -27
  247. package/src/yzcb/ICbjgMainResponse.ts +133 -133
  248. package/src/yzcb/IYzcbBillResponse.ts +49 -49
  249. package/src/yzcb/IYzcbMainResponse.ts +189 -189
  250. package/src/yzcb/index.ts +12 -12
  251. package/src/yzcg/IYzcgBillResponse.ts +72 -72
  252. package/src/yzcg/IYzcgGshdResponse.ts +59 -59
  253. package/src/yzcg/IYzcgLockResponse.ts +41 -41
  254. package/src/yzcg/IYzcgMainResponse.ts +308 -308
  255. package/src/yzcg/index.ts +15 -15
  256. package/src/yzcq/IYzcqMainResponse.ts +120 -120
  257. package/src/yzcq/index.ts +2 -2
  258. package/src/yzht/IYzhtBillResponse.ts +102 -102
  259. package/src/yzht/IYzhtMainResponse.ts +404 -404
  260. package/src/yzht/index.ts +4 -4
  261. package/src/yzpz/IYzpzCnfgResponse.ts +95 -95
  262. package/src/yzpz/IYzpzItemResponse.ts +83 -83
  263. package/src/yzpz/IYzpzK0kmResponse.ts +73 -73
  264. package/src/yzpz/IYzpzK8kmResponse.ts +162 -162
  265. package/src/yzpz/IYzpzKbkmResponse.ts +86 -86
  266. package/src/yzpz/IYzpzTypeResponse.ts +91 -91
  267. package/src/yzpz/index.ts +22 -22
  268. package/src/zbhd/IZbhdMainResponese.ts +166 -166
  269. package/src/zbhd/index.ts +3 -3
  270. package/src/zbzd/IZbzbZbflResponse.ts +193 -193
  271. package/src/zbzd/IZbzdMainResponse.ts +190 -190
  272. package/src/zbzd/index.ts +9 -9
  273. package/src/zfht/IZfhtResponse.ts +103 -103
  274. package/src/zfht/index.ts +3 -3
  275. package/src/zfsq/IZfsqResponse.ts +193 -193
  276. package/src/zfsq/index.ts +3 -3
  277. package/tsconfig.json +21 -21
  278. package/src/card/ISyszclbgblbResponse.ts~ +0 -67
  279. package/src/card/IZclbgblbResponse.ts~ +0 -68
  280. package/src/const/const_wtui_item_type.ts~ +0 -20
  281. package/src/const/index.ts~ +0 -29
  282. package/src/core/IDeptResponse.ts~ +0 -162
  283. package/src/wtui/IViewCtrlResponse.ts~ +0 -93
@@ -1,24 +1,24 @@
1
- export const CONST_ITEM_TYPE_TO_数值 = 0; // #数值
2
- export const CONST_ITEM_TYPE_TO_文本 = 1; // #文本
3
- export const CONST_ITEM_TYPE_TO_文本域 = 2; // #备注
4
- export const CONST_ITEM_TYPE_TO_日期 = 3; // #日期
5
- export const CONST_ITEM_TYPE_TO_字典 = 4; // #字典
6
- export const CONST_ITEM_TYPE_TO_单选 = 5; // #单选
7
- export const CONST_VALIDATE_TO_弹窗 = 1001; //弹窗
8
- export const CONST_MODAL_DOUBLE_TABLE_弹窗 = 1002; //表格弹窗
9
- export const CONST_IMAGE_UPLOAD_图片 = 1003; //图片上传
10
-
11
- export const CONST_VALIDATE_TO_手机号码 = 0; // #整数
12
- export const CONST_VALIDATE_TO_邮箱 = 1; // #文本
13
- export const CONST_VALIDATE_TO_身份证 = 2; // #备注
14
- export const CONST_VALIDATE_TO_自定义 = 3;
15
-
16
- export const CONST_CLEARABLE_TO_不清空 = 0; //不清空
17
- export const CONST_CLEARABLE_TO_清空 = 1; //清空
18
- export const CONST_CLEARABLE_TO_询问 = 2; //询问
19
-
20
- export const CONST_OPERATOR_TO_大于 = 0; //大于
21
- export const CONST_OPERATOR_TO_等于 = 1; //等于
22
- export const CONST_OPERATOR_TO_小于 = 2; //小于
23
- export const CONST_OPERATOR_TO_大于等于 = 3; //大于等于
24
- export const CONST_OPERATOR_TO_小于等于 = 4; //小于等于
1
+ export const CONST_ITEM_TYPE_TO_数值 = 0; // #数值
2
+ export const CONST_ITEM_TYPE_TO_文本 = 1; // #文本
3
+ export const CONST_ITEM_TYPE_TO_文本域 = 2; // #备注
4
+ export const CONST_ITEM_TYPE_TO_日期 = 3; // #日期
5
+ export const CONST_ITEM_TYPE_TO_字典 = 4; // #字典
6
+ export const CONST_ITEM_TYPE_TO_单选 = 5; // #单选
7
+ export const CONST_VALIDATE_TO_弹窗 = 1001; //弹窗
8
+ export const CONST_MODAL_DOUBLE_TABLE_弹窗 = 1002; //表格弹窗
9
+ export const CONST_IMAGE_UPLOAD_图片 = 1003; //图片上传
10
+
11
+ export const CONST_VALIDATE_TO_手机号码 = 0; // #整数
12
+ export const CONST_VALIDATE_TO_邮箱 = 1; // #文本
13
+ export const CONST_VALIDATE_TO_身份证 = 2; // #备注
14
+ export const CONST_VALIDATE_TO_自定义 = 3;
15
+
16
+ export const CONST_CLEARABLE_TO_不清空 = 0; //不清空
17
+ export const CONST_CLEARABLE_TO_清空 = 1; //清空
18
+ export const CONST_CLEARABLE_TO_询问 = 2; //询问
19
+
20
+ export const CONST_OPERATOR_TO_大于 = 0; //大于
21
+ export const CONST_OPERATOR_TO_等于 = 1; //等于
22
+ export const CONST_OPERATOR_TO_小于 = 2; //小于
23
+ export const CONST_OPERATOR_TO_大于等于 = 3; //大于等于
24
+ export const CONST_OPERATOR_TO_小于等于 = 4; //小于等于
@@ -1,32 +1,32 @@
1
- export const CONST_WLZF_TYIHA_NBYH_YIHA_CODE = "NBYH";
2
- export const CONST_WLZF_TYIHA_NBYH_YIHA_NAME = "宁波银行";
3
-
4
- export const CONST_WLZF_TYIHA_YZYH_YIHA_CODE = "YZYH";
5
- export const CONST_WLZF_TYIHA_YZYH_YIHA_NAME = "鄞州银行";
6
-
7
- export const CONST_WLZF_TYIHA_PFYH_YIHA_CODE = "PFYH";
8
- export const CONST_WLZF_TYIHA_PFYH_YIHA_NAME = "浦发银行";
9
-
10
- export const CONST_WLZF_TYIHA_NYYH_YIHA_CODE = "NYYH";
11
- export const CONST_WLZF_TYIHA_NYYH_YIHA_NAME = "农业银行";
12
-
13
- export const CONST_WLZF_TYIHA_GSYH_YIHA_CODE = "GSYH";
14
- export const CONST_WLZF_TYIHA_GSYH_YIHA_NAME = "工商银行";
15
-
16
- export const CONST_WLZF_TYIHA_ZGYH_YIHA_CODE = "ZGYH";
17
- export const CONST_WLZF_TYIHA_ZGYH_YIHA_NAME = "中国银行";
18
-
19
- export const CONST_WLZF_TYIHA_JSYH_YIHA_CODE = "JSYH";
20
- export const CONST_WLZF_TYIHA_JSYH_YIHA_NAME = "建设银行";
21
-
22
- export const CONST_WLZF_TYIHA_JTYH_YIHA_CODE = "JTYH";
23
- export const CONST_WLZF_TYIHA_JTYH_YIHA_NAME = "交通银行";
24
-
25
- export const CONST_WLZF_TYIHA_ZXYH_YIHA_CODE = "ZXYH";
26
- export const CONST_WLZF_TYIHA_ZXYH_YIHA_NAME = "中信银行";
27
-
28
- export const CONST_WLZF_TYIHA_ZJNX_YIHA_CODE = "ZJNX";
29
- export const CONST_WLZF_TYIHA_ZJNX_YIHA_NAME = "农信联社";
30
-
31
- export const CONST_WLZF_TYIHA_ZSYH_YIHA_CODE = "ZSYH";
32
- export const CONST_WLZF_TYIHA_ZSYH_YIHA_NAME = "浙商银行";
1
+ export const CONST_WLZF_TYIHA_NBYH_YIHA_CODE = "NBYH";
2
+ export const CONST_WLZF_TYIHA_NBYH_YIHA_NAME = "宁波银行";
3
+
4
+ export const CONST_WLZF_TYIHA_YZYH_YIHA_CODE = "YZYH";
5
+ export const CONST_WLZF_TYIHA_YZYH_YIHA_NAME = "鄞州银行";
6
+
7
+ export const CONST_WLZF_TYIHA_PFYH_YIHA_CODE = "PFYH";
8
+ export const CONST_WLZF_TYIHA_PFYH_YIHA_NAME = "浦发银行";
9
+
10
+ export const CONST_WLZF_TYIHA_NYYH_YIHA_CODE = "NYYH";
11
+ export const CONST_WLZF_TYIHA_NYYH_YIHA_NAME = "农业银行";
12
+
13
+ export const CONST_WLZF_TYIHA_GSYH_YIHA_CODE = "GSYH";
14
+ export const CONST_WLZF_TYIHA_GSYH_YIHA_NAME = "工商银行";
15
+
16
+ export const CONST_WLZF_TYIHA_ZGYH_YIHA_CODE = "ZGYH";
17
+ export const CONST_WLZF_TYIHA_ZGYH_YIHA_NAME = "中国银行";
18
+
19
+ export const CONST_WLZF_TYIHA_JSYH_YIHA_CODE = "JSYH";
20
+ export const CONST_WLZF_TYIHA_JSYH_YIHA_NAME = "建设银行";
21
+
22
+ export const CONST_WLZF_TYIHA_JTYH_YIHA_CODE = "JTYH";
23
+ export const CONST_WLZF_TYIHA_JTYH_YIHA_NAME = "交通银行";
24
+
25
+ export const CONST_WLZF_TYIHA_ZXYH_YIHA_CODE = "ZXYH";
26
+ export const CONST_WLZF_TYIHA_ZXYH_YIHA_NAME = "中信银行";
27
+
28
+ export const CONST_WLZF_TYIHA_ZJNX_YIHA_CODE = "ZJNX";
29
+ export const CONST_WLZF_TYIHA_ZJNX_YIHA_NAME = "农信联社";
30
+
31
+ export const CONST_WLZF_TYIHA_ZSYH_YIHA_CODE = "ZSYH";
32
+ export const CONST_WLZF_TYIHA_ZSYH_YIHA_NAME = "浙商银行";
@@ -1,10 +1,10 @@
1
- export const CONST_ZBZD_ZBZD_FROM_TYPE = 0; // #手工录入
2
- export const CONST_ZBZD_ZBZD_FROM_YZBZ = 1; // #预算编制
3
- export const CONST_ZBZD_ZBZD_FROM_ZBFJ = 2; // #指标分解
4
-
5
- export const CONST_ZBZD_FROM_TEXT_YZBZ = "预算编制";
6
- export const CONST_ZBZD_FROM_TEXT_ZBFJ = "指标分解";
7
-
8
- export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_默认严格 = 0;
9
- export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_警告模式 = 1;
10
- export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_严格模式 = 2;
1
+ export const CONST_ZBZD_ZBZD_FROM_TYPE = 0; // #手工录入
2
+ export const CONST_ZBZD_ZBZD_FROM_YZBZ = 1; // #预算编制
3
+ export const CONST_ZBZD_ZBZD_FROM_ZBFJ = 2; // #指标分解
4
+
5
+ export const CONST_ZBZD_FROM_TEXT_YZBZ = "预算编制";
6
+ export const CONST_ZBZD_FROM_TEXT_ZBFJ = "指标分解";
7
+
8
+ export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_默认严格 = 0;
9
+ export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_警告模式 = 1;
10
+ export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_严格模式 = 2;
@@ -1,32 +1,32 @@
1
- import * as Align from "./const_align";
2
- import * as Audit from "./const_audit";
3
- import * as Card from "./const_card";
4
- import * as Clas from "./const_clas";
5
- import * as Cnfg from "./const_cnfg";
6
- import * as DataFrom from "./const_data_from";
7
- import * as Elem from "./const_elem";
8
- import * as Flow from "./const_flow";
9
- import * as GamsMode from "./const_gams_mode";
10
- import * as Gzlm from "./const_gzlm";
11
- import * as Myoa from "./const_myoa";
12
- import * as Part from "./const_part";
13
- import * as Stat from "./const_stat";
14
- import * as TakeType from "./const_take_type";
15
- import * as Todo from "./const_todo";
16
- import * as Travel from "./const_travel";
17
- import * as Type from "./const_type";
18
- import * as TypeName from "./const_type_name";
19
- import * as User from "./const_user";
20
- import * as Yiha from "./const_yiha";
21
- import * as Zbzd from "./const_zbzd";
22
- import * as WtuiItemType from "./const_wtui_item_type";
23
- import * as WldyItemType from "./const_wldy_item_type";
24
- import * as ConstModuleType from "./const_module";
25
- import * as Module from "./const_module";
26
- import * as Hznt from "./const_hznt";
27
-
28
- export { Align, Audit, Card, Clas, Cnfg, DataFrom, Elem, Flow, GamsMode, Gzlm, Module, Myoa, Part, Stat, TakeType, Todo, Travel, Type, TypeName, User, WldyItemType, WtuiItemType, Yiha, Zbzd };
29
-
30
- export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];
31
- export type HzntModuleType = (typeof Hznt)[keyof typeof Hznt];
1
+ import * as Align from "./const_align";
2
+ import * as Audit from "./const_audit";
3
+ import * as Card from "./const_card";
4
+ import * as Clas from "./const_clas";
5
+ import * as Cnfg from "./const_cnfg";
6
+ import * as DataFrom from "./const_data_from";
7
+ import * as Elem from "./const_elem";
8
+ import * as Flow from "./const_flow";
9
+ import * as GamsMode from "./const_gams_mode";
10
+ import * as Gzlm from "./const_gzlm";
11
+ import * as Myoa from "./const_myoa";
12
+ import * as Part from "./const_part";
13
+ import * as Stat from "./const_stat";
14
+ import * as TakeType from "./const_take_type";
15
+ import * as Todo from "./const_todo";
16
+ import * as Travel from "./const_travel";
17
+ import * as Type from "./const_type";
18
+ import * as TypeName from "./const_type_name";
19
+ import * as User from "./const_user";
20
+ import * as Yiha from "./const_yiha";
21
+ import * as Zbzd from "./const_zbzd";
22
+ import * as WtuiItemType from "./const_wtui_item_type";
23
+ import * as WldyItemType from "./const_wldy_item_type";
24
+ import * as ConstModuleType from "./const_module";
25
+ import * as Module from "./const_module";
26
+ import * as Hznt from "./const_hznt";
27
+
28
+ export { Align, Audit, Card, Clas, Cnfg, DataFrom, Elem, Flow, GamsMode, Gzlm, Module, Myoa, Part, Stat, TakeType, Todo, Travel, Type, TypeName, User, WldyItemType, WtuiItemType, Yiha, Zbzd };
29
+
30
+ export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];
31
+ export type HzntModuleType = (typeof Hznt)[keyof typeof Hznt];
32
32
  export type MyoaModuleType = (typeof Myoa)[keyof typeof Myoa];
@@ -1,21 +1,21 @@
1
- export interface ICoreValidResponse {
2
- entityID: string;
3
- flowStat: number;
4
- metaDate: string;
5
- userName: string;
6
- userUUID: string;
7
- validInt: number;
8
- validMsg: string;
9
- validVal: boolean;
10
- }
11
-
12
- export class TCoreValidResponse implements ICoreValidResponse {
13
- entityID: string = "";
14
- flowStat: number = 0;
15
- metaDate: string = "";
16
- userName: string = "";
17
- userUUID: string = "";
18
- validInt: number = 0;
19
- validMsg: string = "";
20
- validVal: boolean = false;
21
- }
1
+ export interface ICoreValidResponse {
2
+ entityID: string;
3
+ flowStat: number;
4
+ metaDate: string;
5
+ userName: string;
6
+ userUUID: string;
7
+ validInt: number;
8
+ validMsg: string;
9
+ validVal: boolean;
10
+ }
11
+
12
+ export class TCoreValidResponse implements ICoreValidResponse {
13
+ entityID: string = "";
14
+ flowStat: number = 0;
15
+ metaDate: string = "";
16
+ userName: string = "";
17
+ userUUID: string = "";
18
+ validInt: number = 0;
19
+ validMsg: string = "";
20
+ validVal: boolean = false;
21
+ }
@@ -1,43 +1,43 @@
1
- import { construct, destruct } from "@aximario/json-tree";
2
- import type { IBaseResponse } from "../base/IBaseResponse";
3
- import { TBaseResponse } from "../base/IBaseResponse";
4
-
5
- export interface IDeptLiteResponse extends IBaseResponse<IDeptLiteResponse[]> {
6
- whoBuild: number; // #用户实例
7
- userIndx: number; // #用户实例
8
- uniqueID: number;
9
- parentID: number; // @父级标识
10
- entityID: string;
11
- showCode: string;
12
- showName: string;
13
- codeFull: string;
14
- nameFull: string;
15
- nameLite: string;
16
- asParent: number;
17
- vitualID: number;
18
- unitMain: number;
19
- }
20
-
21
- export class TDeptLiteResponse extends TBaseResponse<IDeptLiteResponse[]> implements IDeptLiteResponse {
22
- whoBuild: number = 0; // #用户实例
23
- userIndx: number = 0; // #用户实例
24
- uniqueID: number = 0;
25
- parentID: number = 0; // @父级标识
26
- entityID: string = "";
27
- showCode: string = "";
28
- showName: string = "";
29
- codeFull: string = "";
30
- nameFull: string = "";
31
- nameLite: string = "";
32
- asParent: number = 0;
33
- vitualID: number = 0;
34
- unitMain: number = 0;
35
-
36
- public static toTree(listDept: IDeptLiteResponse[]) {
37
- return construct(listDept, { id: "uniqueID", pid: "parentID", children: "children" }) as IDeptLiteResponse[];
38
- }
39
-
40
- public static toList(treeDept: IDeptLiteResponse[]) {
41
- return destruct(treeDept, { id: "uniqueID", pid: "parentID", children: "children" }) as IDeptLiteResponse[];
42
- }
43
- }
1
+ import { construct, destruct } from "@aximario/json-tree";
2
+ import type { IBaseResponse } from "../base/IBaseResponse";
3
+ import { TBaseResponse } from "../base/IBaseResponse";
4
+
5
+ export interface IDeptLiteResponse extends IBaseResponse<IDeptLiteResponse[]> {
6
+ whoBuild: number; // #用户实例
7
+ userIndx: number; // #用户实例
8
+ uniqueID: number;
9
+ parentID: number; // @父级标识
10
+ entityID: string;
11
+ showCode: string;
12
+ showName: string;
13
+ codeFull: string;
14
+ nameFull: string;
15
+ nameLite: string;
16
+ asParent: number;
17
+ vitualID: number;
18
+ unitMain: number;
19
+ }
20
+
21
+ export class TDeptLiteResponse extends TBaseResponse<IDeptLiteResponse[]> implements IDeptLiteResponse {
22
+ whoBuild: number = 0; // #用户实例
23
+ userIndx: number = 0; // #用户实例
24
+ uniqueID: number = 0;
25
+ parentID: number = 0; // @父级标识
26
+ entityID: string = "";
27
+ showCode: string = "";
28
+ showName: string = "";
29
+ codeFull: string = "";
30
+ nameFull: string = "";
31
+ nameLite: string = "";
32
+ asParent: number = 0;
33
+ vitualID: number = 0;
34
+ unitMain: number = 0;
35
+
36
+ public static toTree(listDept: IDeptLiteResponse[]) {
37
+ return construct(listDept, { id: "uniqueID", pid: "parentID", children: "children" }) as IDeptLiteResponse[];
38
+ }
39
+
40
+ public static toList(treeDept: IDeptLiteResponse[]) {
41
+ return destruct(treeDept, { id: "uniqueID", pid: "parentID", children: "children" }) as IDeptLiteResponse[];
42
+ }
43
+ }