vue2-client 1.11.4 → 1.11.5

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 (409) hide show
  1. package/.cursorrules +19 -19
  2. package/.env +19 -19
  3. package/.env.gaslink +19 -19
  4. package/.env.his +19 -19
  5. package/.env.liuli +19 -19
  6. package/.env.revenue +19 -19
  7. package/.env.scada +19 -19
  8. package/.eslintrc.js +90 -90
  9. package/CHANGELOG.md +824 -824
  10. package/Components.md +60 -60
  11. package/babel.config.js +21 -21
  12. package/docs/Logic/345/207/275/346/225/260/344/275/277/347/224/250/347/233/270/345/205/263.md +45 -45
  13. package/docs/LowCode/lowcode.md +155 -155
  14. package/docs/LowCode/lowcodeForDeveloper.md +230 -230
  15. package/docs/index.md +30 -30
  16. package/docs//345/207/275/346/225/260/344/275/277/347/224/250/347/233/270/345/205/263.md +174 -174
  17. package/index.js +31 -31
  18. package/jest-transform-stub.js +8 -8
  19. package/jest.config.js +21 -21
  20. package/jest.setup.js +7 -7
  21. package/jsconfig.json +19 -19
  22. package/package.json +107 -107
  23. package/public/his/editor/editor.html +51 -51
  24. package/public/his/editor/mock/bind_data.html +779 -779
  25. package/public/his/editor/mock/data_table.html +40 -40
  26. package/public/his/editor/mock/sign.html +75 -75
  27. package/public/his/editor/vender/JsBarcode.all.js +3669 -3669
  28. package/public/his/editor/vender/date97/My97DatePicker.htm +65 -65
  29. package/public/his/editor/vender/date97/WdatePicker.js +677 -677
  30. package/public/his/editor/vender/date97/calendar.js +4 -4
  31. package/public/his/editor/vender/date97/lang/en.js +13 -13
  32. package/public/his/editor/vender/date97/lang/zh-cn.js +13 -13
  33. package/public/his/editor/vender/date97/lang/zh-tw.js +13 -13
  34. package/public/his/editor/vender/date97/skin/WdatePicker.css +10 -10
  35. package/public/his/editor/vender/date97/skin/default/datepicker.css +328 -328
  36. package/public/his/editor/vender/date97/skin/ext/datepicker.css +308 -308
  37. package/public/his/editor/vender/date97/skin/whyGreen/datepicker.css +255 -255
  38. package/public/his/editor/vender/diff.js +1627 -1627
  39. package/public/his/editor/vender/editor.js +1 -1
  40. package/public/his/editor/vender/fabric.js +31187 -31187
  41. package/public/his/editor/vender/jquery/jquery.base64.js +190 -190
  42. package/public/his/editor/vender/jquery/jquery.js +10872 -10872
  43. package/public/his/editor/vender/jquery/jquery.print.js +255 -255
  44. package/public/his/editor/vender/jquery/zTreeStyle/zTreeStyle.css +96 -96
  45. package/public/his/editor/vender/mui/mui.min.css +4 -4
  46. package/public/his/editor/vender/mui/mui.min.js +5 -5
  47. package/public/his/editor/vender/mui/mui.picker.min.css +6 -6
  48. package/public/his/editor/vender/mui/mui.picker.min.js +6 -6
  49. package/public/his/editor/vender/qrcode.js +7 -7
  50. package/public/his/editor/vender/requirejs/require.js +2145 -2145
  51. package/public/his/editor/vender/signature/jSignature.CompressorSVG.js +518 -518
  52. package/public/his/editor/vender/signature/jSignature.UndoButton.js +164 -164
  53. package/public/his/editor/vender/signature/jSignature.js +1486 -1486
  54. package/public/his/editor/vender/validator.js +5094 -5094
  55. package/public/his/editor/vender/weui/weui.css +5659 -5659
  56. package/public/his/editor/vender/weui/weui.min.css +4 -4
  57. package/public/his/editor/vender/weui/weui.min.js +11 -11
  58. package/public/index.html +27 -27
  59. package/src/ReportView.js +19 -19
  60. package/src/assets/img/querySlotDemo.svg +15 -15
  61. package/src/assets/svg/badtwo.svg +1 -1
  62. package/src/assets/svg/goodtwo.svg +1 -1
  63. package/src/base-client/components/AI/AskAiBtn.vue +136 -136
  64. package/src/base-client/components/AI/demo.vue +31 -31
  65. package/src/base-client/components/common/AMisRender/index.js +3 -3
  66. package/src/base-client/components/common/AMisRender/index.vue +263 -263
  67. package/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox.vue +470 -470
  68. package/src/base-client/components/common/AddressSearchCombobox/IcMapIcon.vue +16 -16
  69. package/src/base-client/components/common/AddressSearchCombobox/demo.vue +36 -36
  70. package/src/base-client/components/common/AddressSearchCombobox/ic_map.svg +6 -6
  71. package/src/base-client/components/common/AmapMarker/AmapPointRendering.vue +120 -120
  72. package/src/base-client/components/common/CitySelect/CitySelect.vue +29 -5
  73. package/src/base-client/components/common/CitySelect/index.js +3 -3
  74. package/src/base-client/components/common/CitySelect/index.md +109 -109
  75. package/src/base-client/components/common/CreateQuery/CreateQuery.vue +669 -669
  76. package/src/base-client/components/common/CreateQuery/CreateQueryItem.vue +1014 -1014
  77. package/src/base-client/components/common/CreateQuery/index.js +3 -3
  78. package/src/base-client/components/common/CreateQuery/index.md +42 -42
  79. package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQuery.vue +452 -452
  80. package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQueryItem.vue +511 -511
  81. package/src/base-client/components/common/CreateSimpleFormQuery/index.js +3 -3
  82. package/src/base-client/components/common/CreateSimpleFormQuery/index.md +42 -42
  83. package/src/base-client/components/common/FormGroupEdit/FormGroupEdit.vue +149 -149
  84. package/src/base-client/components/common/FormGroupEdit/index.js +3 -3
  85. package/src/base-client/components/common/FormGroupEdit/index.md +43 -43
  86. package/src/base-client/components/common/FormGroupQuery/FormGroupQuery.vue +166 -166
  87. package/src/base-client/components/common/FormGroupQuery/index.js +3 -3
  88. package/src/base-client/components/common/FormGroupQuery/index.md +43 -43
  89. package/src/base-client/components/common/JSONToTree/jsontotree.vue +271 -271
  90. package/src/base-client/components/common/LowCodeComponent/LowCodeEditorModal.vue +108 -108
  91. package/src/base-client/components/common/LowCodeComponent/LowCodeEditorPanel.vue +413 -413
  92. package/src/base-client/components/common/LowCodeComponent/LowCodePageOrganization.vue +502 -502
  93. package/src/base-client/components/common/LowCodeComponent/LowCodeRender.vue +728 -728
  94. package/src/base-client/components/common/LowCodeComponent/LowCodeRenderEnter.vue +29 -29
  95. package/src/base-client/components/common/LowCodeComponent/LowCodeUIStore.vue +219 -219
  96. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeAddPageModal.vue +117 -117
  97. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeCustomJSModal.vue +80 -80
  98. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeEventEditorModal.vue +398 -398
  99. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLifeCycleModal.vue +65 -65
  100. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLogicCallbackModal.vue +64 -64
  101. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLogicParamModal.vue +73 -73
  102. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeRunFunctionParamModal.vue +76 -76
  103. package/src/base-client/components/common/PersonSetting/PersonSetting.vue +208 -208
  104. package/src/base-client/components/common/PersonSetting/index.js +3 -3
  105. package/src/base-client/components/common/Recording/Recording.vue +243 -243
  106. package/src/base-client/components/common/Recording/index.js +3 -3
  107. package/src/base-client/components/common/Tree/Tree.vue +149 -149
  108. package/src/base-client/components/common/Tree/index.js +2 -2
  109. package/src/base-client/components/common/Upload/Upload.vue +322 -322
  110. package/src/base-client/components/common/Upload/index.js +3 -3
  111. package/src/base-client/components/common/XAddForm/XAddForm.vue +113 -113
  112. package/src/base-client/components/common/XAddNativeForm/XAddNativeForm.vue +1146 -1146
  113. package/src/base-client/components/common/XAddNativeForm/index.md +146 -146
  114. package/src/base-client/components/common/XAddNativeFormOA/XAddNativeFormOA.vue +303 -303
  115. package/src/base-client/components/common/XAddNativeFormOA/index.js +3 -3
  116. package/src/base-client/components/common/XAddNativeFormOA/index.md +146 -146
  117. package/src/base-client/components/common/XAddReport/index.js +3 -3
  118. package/src/base-client/components/common/XAddReport/index.md +56 -56
  119. package/src/base-client/components/common/XBadge/XBadge.vue +94 -94
  120. package/src/base-client/components/common/XButtons/XButtonDemo.vue +28 -28
  121. package/src/base-client/components/common/XButtons/XButtons.vue +71 -71
  122. package/src/base-client/components/common/XButtons/index.js +3 -3
  123. package/src/base-client/components/common/XButtons/index.md +61 -61
  124. package/src/base-client/components/common/XCard/XCard.vue +64 -64
  125. package/src/base-client/components/common/XCheckList/XCheckList.vue +106 -106
  126. package/src/base-client/components/common/XCheckList/XCheckListDemo.vue +41 -41
  127. package/src/base-client/components/common/XConversation/XConversationDemo.vue +28 -28
  128. package/src/base-client/components/common/XDataCard/index.js +3 -3
  129. package/src/base-client/components/common/XDataCard/index.md +1 -1
  130. package/src/base-client/components/common/XDataDrawer/XDataDrawer.vue +180 -180
  131. package/src/base-client/components/common/XDataDrawer/index.js +3 -3
  132. package/src/base-client/components/common/XDataDrawer/index.md +41 -41
  133. package/src/base-client/components/common/XDatePicker/demo.vue +153 -153
  134. package/src/base-client/components/common/XDatePicker/index.vue +259 -259
  135. package/src/base-client/components/common/XDescriptions/XDescriptions.vue +169 -169
  136. package/src/base-client/components/common/XDescriptions/XDescriptionsGroup.vue +304 -304
  137. package/src/base-client/components/common/XDescriptions/demo.vue +50 -50
  138. package/src/base-client/components/common/XDescriptions/index.js +3 -3
  139. package/src/base-client/components/common/XDescriptions/index.md +83 -83
  140. package/src/base-client/components/common/XDetailsView/XDetailsView.vue +238 -238
  141. package/src/base-client/components/common/XDetailsView/index.js +3 -3
  142. package/src/base-client/components/common/XForm/XStatusButton.vue +54 -54
  143. package/src/base-client/components/common/XForm/XTreeSelect.vue +264 -264
  144. package/src/base-client/components/common/XForm/index.md +178 -178
  145. package/src/base-client/components/common/XForm/itemComponent/XClickChangeBtn/index.vue +49 -49
  146. package/src/base-client/components/common/XFormGroup/demo.vue +46 -46
  147. package/src/base-client/components/common/XFormGroup/index.js +3 -3
  148. package/src/base-client/components/common/XFormGroup/index.md +38 -38
  149. package/src/base-client/components/common/XFormGroupDetails/XFormGroupDetails.vue +72 -72
  150. package/src/base-client/components/common/XFormGroupDetails/index.js +3 -3
  151. package/src/base-client/components/common/XFormTable/demo.vue +60 -60
  152. package/src/base-client/components/common/XFormTable/index.md +92 -92
  153. package/src/base-client/components/common/XImportExcel/XImportExcel.vue +167 -167
  154. package/src/base-client/components/common/XLabelSelect/XLabelSelect.vue +110 -110
  155. package/src/base-client/components/common/XLabelSelect/XLabelSelectDemo.vue +35 -35
  156. package/src/base-client/components/common/XLicensePlate/XLicensePlate.vue +193 -193
  157. package/src/base-client/components/common/XLicensePlate/XLicensePlateDemo.vue +48 -48
  158. package/src/base-client/components/common/XPrint/Demo.vue +41 -41
  159. package/src/base-client/components/common/XPrint/OpenInvoice.vue +21 -21
  160. package/src/base-client/components/common/XPrint/PrintBill.vue +302 -302
  161. package/src/base-client/components/common/XPrint/PrintHtml.js +98 -98
  162. package/src/base-client/components/common/XPrint/css/hiPrintCss.js +359 -359
  163. package/src/base-client/components/common/XPrint/css/lodopCss.js +26 -26
  164. package/src/base-client/components/common/XPrint/css/print-lock.css +351 -351
  165. package/src/base-client/components/common/XPrint/index.vue +97 -97
  166. package/src/base-client/components/common/XReport/XReport.vue +892 -892
  167. package/src/base-client/components/common/XReport/XReportDesign.vue +463 -463
  168. package/src/base-client/components/common/XReport/XReportJsonRender.vue +381 -381
  169. package/src/base-client/components/common/XReport/index.js +3 -3
  170. package/src/base-client/components/common/XReport/index.md +44 -44
  171. package/src/base-client/components/common/XReport/print.js +186 -186
  172. package/src/base-client/components/common/XReportDrawer/index.js +3 -3
  173. package/src/base-client/components/common/XReportGrid/index.js +3 -3
  174. package/src/base-client/components/common/XReportGrid/index.md +44 -44
  175. package/src/base-client/components/common/XReportSlot/XReportSlot.vue +110 -110
  176. package/src/base-client/components/common/XReportSlot/index.js +3 -3
  177. package/src/base-client/components/common/XReportSlot/index.md +48 -48
  178. package/src/base-client/components/common/XSimpleDescriptions/index.js +3 -3
  179. package/src/base-client/components/common/XSimpleDescriptions/index.md +7 -7
  180. package/src/base-client/components/common/XStepView/XStepView.vue +252 -252
  181. package/src/base-client/components/common/XStepView/index.js +3 -3
  182. package/src/base-client/components/common/XStepView/index.md +31 -31
  183. package/src/base-client/components/common/XTab/XTabDemo.vue +22 -22
  184. package/src/base-client/components/common/XTab/index.js +3 -3
  185. package/src/base-client/components/common/XTable/CustomFuncCel.vue +51 -51
  186. package/src/base-client/components/common/XTable/TableCellRenderer.vue +161 -161
  187. package/src/base-client/components/common/XTable/index.md +255 -255
  188. package/src/base-client/components/common/XTagGroup/index.vue +52 -52
  189. package/src/base-client/components/common/XTree/XTree.vue +424 -424
  190. package/src/base-client/components/common/XTree/index.js +3 -3
  191. package/src/base-client/components/common/XTree/index.md +36 -36
  192. package/src/base-client/components/common/XTreeOne/XTreeOne.vue +113 -113
  193. package/src/base-client/components/common/XTreeOne/XTreeOnePro.vue +128 -128
  194. package/src/base-client/components/common/richTextModal/index.vue +56 -56
  195. package/src/base-client/components/common/richTextModal/richDemo.vue +48 -48
  196. package/src/base-client/components/his/XHisEditor/XHisEditor.vue +359 -359
  197. package/src/base-client/components/his/XHisEditor/index.js +3 -3
  198. package/src/base-client/components/index.js +51 -51
  199. package/src/base-client/components/layout/XPageView/XErrorView.vue +11 -11
  200. package/src/base-client/components/layout/XPageView/index.js +3 -3
  201. package/src/base-client/components/layout/XPageView/index.md +38 -38
  202. package/src/base-client/components/layout/XTreeView/XTreeView.vue +130 -130
  203. package/src/base-client/components/layout/XTreeView/index.js +3 -3
  204. package/src/base-client/components/layout/XTreeView/index.md +46 -46
  205. package/src/base-client/components/system/DictionaryDetailsView/DictionaryDetailsView.vue +232 -232
  206. package/src/base-client/components/system/QueryParamsDetailsView/QueryParamsDetailsView.vue +281 -281
  207. package/src/base-client/plugins/AppData.js +121 -121
  208. package/src/base-client/plugins/Config.js +19 -19
  209. package/src/base-client/plugins/GetLoginInfoService.js +183 -183
  210. package/src/base-client/plugins/Recording.js +258 -258
  211. package/src/base-client/plugins/index.js +23 -23
  212. package/src/base-client/plugins/tabs-page-plugin.js +39 -39
  213. package/src/bootstrap.js +42 -42
  214. package/src/components/Charts/Bar.vue +62 -62
  215. package/src/components/Charts/ChartCard.vue +134 -134
  216. package/src/components/Charts/Liquid.vue +67 -67
  217. package/src/components/Charts/MiniArea.vue +39 -39
  218. package/src/components/Charts/MiniBar.vue +39 -39
  219. package/src/components/Charts/MiniProgress.vue +75 -75
  220. package/src/components/Charts/MiniSmoothArea.vue +40 -40
  221. package/src/components/Charts/Radar.vue +68 -68
  222. package/src/components/Charts/RankList.vue +77 -77
  223. package/src/components/Charts/TagCloud.vue +113 -113
  224. package/src/components/Charts/TransferBar.vue +64 -64
  225. package/src/components/Charts/Trend.vue +82 -82
  226. package/src/components/Charts/chart.less +12 -12
  227. package/src/components/Charts/smooth.area.less +13 -13
  228. package/src/components/CodeMirror/inedx.vue +118 -118
  229. package/src/components/CodeMirror/setting.js +40 -40
  230. package/src/components/FilePreview/FilePreview.vue +166 -166
  231. package/src/components/HeightScanner/index.vue +571 -571
  232. package/src/components/NumberInfo/NumberInfo.vue +54 -54
  233. package/src/components/NumberInfo/index.js +3 -3
  234. package/src/components/NumberInfo/index.less +54 -54
  235. package/src/components/NumberInfo/index.md +43 -43
  236. package/src/components/STable/index.js +426 -426
  237. package/src/components/card/ChartCard.vue +79 -79
  238. package/src/components/chart/Bar.vue +60 -60
  239. package/src/components/chart/MiniArea.vue +67 -67
  240. package/src/components/chart/MiniBar.vue +59 -59
  241. package/src/components/chart/MiniProgress.vue +57 -57
  242. package/src/components/chart/Radar.vue +80 -80
  243. package/src/components/chart/RankingList.vue +60 -60
  244. package/src/components/chart/Trend.vue +79 -79
  245. package/src/components/chart/index.less +9 -9
  246. package/src/components/checkbox/ColorCheckbox.vue +157 -157
  247. package/src/components/checkbox/ImgCheckbox.vue +117 -117
  248. package/src/components/checkbox/ImgCheckboxGroup.vue +76 -76
  249. package/src/components/checkbox/index.js +9 -9
  250. package/src/components/exception/ExceptionPage.vue +70 -70
  251. package/src/components/g2Charts/constants.js +202 -202
  252. package/src/components/g2Charts/demo.vue +808 -808
  253. package/src/components/g2Charts/designer.vue +228 -228
  254. package/src/components/g2Charts/designerBaseConfig.vue +61 -61
  255. package/src/components/g2Charts/designerDataConfig.vue +259 -259
  256. package/src/components/g2Charts/designerStyleConfig.vue +16 -16
  257. package/src/components/g2Charts/index.vue +397 -397
  258. package/src/components/index.js +36 -36
  259. package/src/components/input/IInput.vue +66 -66
  260. package/src/components/menu/SideMenu.vue +75 -75
  261. package/src/components/menu/menu.js +273 -273
  262. package/src/components/setting/Setting.vue +234 -234
  263. package/src/components/tool/AStepItem.vue +60 -60
  264. package/src/config/default/antd.config.js +89 -89
  265. package/src/config/default/setting.config.js +55 -55
  266. package/src/expression/ExpressionRunner.ts +28 -0
  267. package/src/expression/TestExpression.ts +72 -0
  268. package/src/expression/core/Delegate.ts +112 -0
  269. package/src/expression/core/Expression.ts +1292 -0
  270. package/src/expression/core/Program.ts +950 -0
  271. package/src/expression/core/Token.ts +29 -0
  272. package/src/expression/enums/ExpressionType.ts +81 -0
  273. package/src/expression/enums/TokenType.ts +13 -0
  274. package/src/expression/exception/BreakWayException.ts +2 -0
  275. package/src/expression/exception/ContinueWayException.ts +2 -0
  276. package/src/expression/exception/ExpressionException.ts +22 -0
  277. package/src/expression/exception/ReturnWayException.ts +14 -0
  278. package/src/expression/exception/ServiceException.ts +22 -0
  279. package/src/expression/instances/JSONArray.ts +48 -0
  280. package/src/expression/instances/JSONObject.ts +105 -0
  281. package/src/expression/instances/LogicConsole.ts +32 -0
  282. package/src/font-style/font.css +4 -4
  283. package/src/layouts/CommonLayout.vue +56 -56
  284. package/src/layouts/GridView.vue +45 -45
  285. package/src/layouts/PageLayout.vue +151 -151
  286. package/src/layouts/SinglePageView.vue +136 -136
  287. package/src/layouts/header/AdminHeader.vue +132 -132
  288. package/src/layouts/header/HeaderNotice.vue +177 -177
  289. package/src/layouts/header/InstitutionDetail.vue +181 -181
  290. package/src/layouts/tabs/TabsHead.vue +189 -189
  291. package/src/layouts/tabs/TabsView.vue +389 -389
  292. package/src/lib.js +1 -1
  293. package/src/main.js +34 -34
  294. package/src/mock/extend/index.js +84 -84
  295. package/src/mock/goods/index.js +108 -108
  296. package/src/pages/AMisDemo/AMisDemo.vue +325 -325
  297. package/src/pages/AMisDemo/AMisDemo2.vue +74 -74
  298. package/src/pages/DefaultExample/index.vue +77 -77
  299. package/src/pages/DynamicStatistics/ChartSelector.vue +331 -331
  300. package/src/pages/DynamicStatistics/DataTabs.vue +83 -83
  301. package/src/pages/DynamicStatistics/DynamicTable.vue +128 -128
  302. package/src/pages/DynamicStatistics/EvaluationArea.vue +69 -69
  303. package/src/pages/DynamicStatistics/FavoriteList.vue +50 -50
  304. package/src/pages/DynamicStatistics/QuestionHistoryAndFavorites.vue +591 -591
  305. package/src/pages/DynamicStatistics/SearchBar.vue +192 -192
  306. package/src/pages/DynamicStatistics/index.vue +282 -282
  307. package/src/pages/Example/childIndex.vue +15 -15
  308. package/src/pages/Example/index.vue +30 -30
  309. package/src/pages/NewDynamicStatistics/ChartSelector.vue +331 -331
  310. package/src/pages/NewDynamicStatistics/DataTabs.vue +122 -122
  311. package/src/pages/NewDynamicStatistics/DynamicTable.vue +128 -128
  312. package/src/pages/NewDynamicStatistics/EvaluationArea.vue +69 -69
  313. package/src/pages/NewDynamicStatistics/FavoriteList.vue +50 -50
  314. package/src/pages/NewDynamicStatistics/QuestionHistoryAndFavorites.vue +289 -289
  315. package/src/pages/NewDynamicStatistics/SearchBar.vue +193 -193
  316. package/src/pages/NewDynamicStatistics/index.vue +258 -258
  317. package/src/pages/Recording/index.vue +77 -77
  318. package/src/pages/ServiceReview/index.vue +284 -284
  319. package/src/pages/SubExample/index.vue +26 -26
  320. package/src/pages/WorkflowDetail/WorkFlowDemo.vue +32 -32
  321. package/src/pages/WorkflowDetail/WorkflowPageDetail/LeaveMessage.vue +131 -131
  322. package/src/pages/WorkflowDetail/WorkflowPageDetail/TrimTextTail.vue +23 -23
  323. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowBaseInformation.vue +302 -302
  324. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowBaseInformationDetails.vue +276 -276
  325. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowHandleReso.vue +997 -997
  326. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowTimeline.vue +222 -222
  327. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkOrderParentDetails.vue +233 -233
  328. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkflowDetailResso.vue +261 -261
  329. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkflowListResolution.vue +248 -248
  330. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkflowLog.vue +73 -73
  331. package/src/pages/XPageViewExample/index.vue +38 -38
  332. package/src/pages/XReportView/index.vue +64 -64
  333. package/src/pages/dashboard/workplace/WorkPlace.vue +141 -141
  334. package/src/pages/login/Login.vue +378 -378
  335. package/src/pages/login/LoginV3.vue +389 -389
  336. package/src/pages/lowCode/lowCodeEditor.vue +1219 -1219
  337. package/src/pages/lowCode/lowCodeRenderPage.vue +43 -43
  338. package/src/pages/report/ReportTable.js +124 -124
  339. package/src/pages/resourceManage/orgListManage.vue +98 -98
  340. package/src/pages/system/dictionary/index.vue +44 -44
  341. package/src/pages/system/monitor/loginInfor/index.vue +37 -37
  342. package/src/pages/system/monitor/operLog/index.vue +37 -37
  343. package/src/pages/system/settings/modifyPassword.vue +117 -117
  344. package/src/pages/system/ticket/index.vue +480 -480
  345. package/src/pages/system/ticket/submitTicketSuccess.vue +484 -484
  346. package/src/pages/userInfoDetailManage/ChangeMeterRecordQuery/index.vue +64 -64
  347. package/src/pages/userInfoDetailManage/FillCardRecordQuery/index.vue +76 -76
  348. package/src/pages/userInfoDetailManage/FillGasRecordQuery/index.vue +74 -74
  349. package/src/pages/userInfoDetailManage/InfoChangeRecordQuery/index.vue +64 -64
  350. package/src/pages/userInfoDetailManage/InstructRecordQuery/index.vue +64 -64
  351. package/src/pages/userInfoDetailManage/MachineRecordQuery/index.vue +74 -74
  352. package/src/pages/userInfoDetailManage/MeterParamRecordQuery/index.vue +64 -64
  353. package/src/pages/userInfoDetailManage/OtherChargeRecordQuery/index.vue +74 -74
  354. package/src/pages/userInfoDetailManage/TransferRecordQuery/index.vue +66 -66
  355. package/src/pages/userInfoDetailManage/UserChargeRecordQuery/index.vue +92 -92
  356. package/src/pages/userInfoDetailManage/UserHandRecordQuery/index.vue +86 -86
  357. package/src/pages/userInfoDetailManage/UserRecordQuery/index.vue +73 -73
  358. package/src/pages/userInfoDetailManage/WatchCollectionRecordQuery/index.vue +64 -64
  359. package/src/pages/userInfoDetailManage/index.vue +82 -82
  360. package/src/pages/userInfoDetailManage/userInfoDetailQueryTabs.vue +132 -132
  361. package/src/plugins/EventLogPlugin.js +33 -33
  362. package/src/plugins/FindParentsData.js +17 -17
  363. package/src/plugins/HiPrintPlugin.js +124 -124
  364. package/src/router/async/config.async.js +35 -35
  365. package/src/router/index.js +27 -27
  366. package/src/router.js +19 -19
  367. package/src/services/DataModel.js +30 -30
  368. package/src/services/LodopFuncs.js +137 -137
  369. package/src/services/api/TicketDetailsViewApi.js +46 -46
  370. package/src/services/api/cas.js +79 -79
  371. package/src/services/api/common.js +346 -346
  372. package/src/services/api/entity.js +18 -18
  373. package/src/services/api/index.js +17 -17
  374. package/src/services/api/restTools.js +145 -145
  375. package/src/services/api/workFlow.js +63 -63
  376. package/src/services/apiService.js +15 -15
  377. package/src/services/user.js +90 -90
  378. package/src/services/v3Api.js +116 -116
  379. package/src/store/modules/account.js +115 -115
  380. package/src/store/modules/index.js +5 -5
  381. package/src/store/modules/lowCode.js +33 -33
  382. package/src/store/modules/setting.js +119 -119
  383. package/src/theme/default/style.less +58 -58
  384. package/src/theme/global.less +159 -159
  385. package/src/utils/authority-utils.js +85 -85
  386. package/src/utils/errorCode.js +6 -6
  387. package/src/utils/formatter.js +74 -74
  388. package/src/utils/htmlToPDF.js +108 -108
  389. package/src/utils/htmlToPDFApi.js +5 -5
  390. package/src/utils/indexedDB.js +234 -234
  391. package/src/utils/login.js +188 -188
  392. package/src/utils/lowcode/lowcodeComponentMixin.js +120 -120
  393. package/src/utils/lowcode/lowcodeLog.js +29 -29
  394. package/src/utils/lowcode/lowcodeUtils.js +373 -373
  395. package/src/utils/lowcode/registerComponentForEditor.js +1 -1
  396. package/src/utils/lowcode/registerComponentForRender.js +11 -11
  397. package/src/utils/map-utils.js +47 -47
  398. package/src/utils/reg.js +95 -95
  399. package/src/utils/request.js +362 -362
  400. package/src/utils/runEvalFunction.js +14 -14
  401. package/src/utils/theme-color-replacer-extend.js +92 -92
  402. package/src/utils/util.js +329 -329
  403. package/src/utils/waterMark.js +31 -31
  404. package/test/Amis.spec.js +163 -163
  405. package/test/Tree.spec.js +167 -167
  406. package/test/myDialog.spec.js +46 -46
  407. package/test/util.test.js +52 -52
  408. package/test/v3Api.test.js +1983 -1983
  409. package//350/277/201/347/247/273/346/227/245/345/277/227.md +15 -15
@@ -0,0 +1,1292 @@
1
+ import Delegate from "./Delegate";
2
+ import ExpressionType from "../enums/ExpressionType"
3
+ import BreakWayException from "../exception/BreakWayException"
4
+ import ContinueWayException from "../exception/ContinueWayException"
5
+ import ServiceException from "../exception/ServiceException"
6
+ import ReturnWayException from "../exception/ReturnWayException"
7
+ import ExpressionException from "../exception/ExpressionException"
8
+ import JSONObject from "../instances/JSONObject"
9
+ import JSONArray from "../instances/JSONArray"
10
+
11
+ export default class Expression {
12
+ /**
13
+ * 节点类型
14
+ */
15
+ type: ExpressionType;
16
+ /**
17
+ * 节点值
18
+ */
19
+ value: any;
20
+ /**
21
+ * 节点对应位置
22
+ */
23
+ pos: number;
24
+ /**
25
+ * 子节点
26
+ */
27
+ children: (Expression | null)[];
28
+ /**
29
+ * 运行时对应的Delegate,Delegate中保存有实参
30
+ */
31
+ delegate?: Delegate;
32
+ constructor(type: ExpressionType, pos: number, value?: any, children?: Expression[], expression?: Expression) {
33
+ this.type = type;
34
+ this.value = value;
35
+ this.pos = pos;
36
+ if (children) {
37
+ this.children = children;
38
+ } else if (expression) {
39
+ this.children = [expression];
40
+ } else {
41
+ this.children = [];
42
+ }
43
+ }
44
+
45
+ /**
46
+ * 产生常数
47
+ */
48
+ public static Constant (value: any, pos: number) : Expression {
49
+ return new Expression(ExpressionType.Constant, pos, value);
50
+ }
51
+
52
+ /**
53
+ * 产生Lambda
54
+ */
55
+ public static Lambda (lambdaExp: Expression, pos: number) : Expression {
56
+ return new Expression(ExpressionType.Lambda, pos, lambdaExp);
57
+ }
58
+
59
+ /**
60
+ * 产生Return
61
+ */
62
+ public static Return (objExp: Expression, pos: number) : Expression {
63
+ return new Expression(ExpressionType.Return, pos, null, undefined, objExp);
64
+ }
65
+
66
+ /**
67
+ * 产生Break
68
+ */
69
+ public static Break (pos: number, objExp?: Expression) : Expression {
70
+ return new Expression(ExpressionType.Break, pos, null, undefined, objExp);
71
+ }
72
+
73
+ /**
74
+ * 产生Continue
75
+ */
76
+ public static Continue (pos: number, objExp?: Expression) : Expression {
77
+ return new Expression(ExpressionType.Continue, pos, null, undefined, objExp);
78
+ }
79
+
80
+ /**
81
+ * 产生Throw
82
+ */
83
+ public static Throw (objExp: Expression, pos: number) : Expression {
84
+ return new Expression(ExpressionType.Throw, pos, null, undefined, objExp);
85
+ }
86
+
87
+ /**
88
+ * 产生Assert
89
+ */
90
+ public static Assert (objExp: Expression, pos: number) : Expression {
91
+ return new Expression(ExpressionType.Assert, pos, null, undefined, objExp);
92
+ }
93
+
94
+ /**
95
+ * 产生Validate
96
+ */
97
+ public static Validate (objExp: Expression, pos: number) : Expression {
98
+ return new Expression(ExpressionType.Validate, pos, null, undefined, objExp);
99
+ }
100
+
101
+ /**
102
+ * 产生标识符
103
+ */
104
+ public static Identity (value: any, pos: number) : Expression {
105
+ return new Expression(ExpressionType.Identity, pos, value);
106
+ }
107
+
108
+ /**
109
+ * 产生Json对象,value=null, children=属性值对
110
+ */
111
+ public static Json (attrs: Expression[], pos: number) : Expression {
112
+ const result = new Expression(ExpressionType.Json, pos);
113
+ result.children.push(...attrs)
114
+ return result;
115
+ }
116
+
117
+ /**
118
+ * 逗号表达式, value=null, children=各表达式
119
+ */
120
+ public static Comma(children: Expression[], pos: number) : Expression {
121
+ const result = new Expression(ExpressionType.Comma, pos);
122
+ result.children.push(...children)
123
+ return result;
124
+ }
125
+
126
+ /**
127
+ * 函数调用
128
+ */
129
+ public static Call (objExp: Expression, name: string, params: Expression[], pos: number) : Expression {
130
+ const result = new Expression(ExpressionType.Call, pos, name);
131
+ result.children.push(objExp)
132
+ // 把所有参数加入函数调用子中
133
+ result.children.push(...params)
134
+ return result;
135
+ }
136
+
137
+ /**
138
+ * 产生JSON数组
139
+ */
140
+ public static Array (params: Expression[], pos: number) : Expression {
141
+ return new Expression(ExpressionType.Array, pos, null, params);
142
+ }
143
+
144
+ /**
145
+ * 产生参数
146
+ */
147
+ public static Param (objExp: Expression, value: string, pos: number) : Expression {
148
+ const result = new Expression(ExpressionType.Param, pos, value);
149
+ result.children.push(objExp)
150
+ return result;
151
+ }
152
+
153
+ /**
154
+ * 产生对象属性
155
+ */
156
+ public static Property (objExp: Expression, name: string, pos: number) : Expression {
157
+ const result = new Expression(ExpressionType.Property, pos, name);
158
+ result.children.push(objExp)
159
+ return result;
160
+ }
161
+
162
+ /**
163
+ * 产生属性表达式,value=属性名,children[0]=属性值
164
+ */
165
+ public static Attr (name: string, value: Expression, pos: number) : Expression {
166
+ const result = new Expression(ExpressionType.Attr, pos, name);
167
+ result.children.push(value)
168
+ return result;
169
+ }
170
+
171
+ /**
172
+ * 产生赋值语句,value=属性名/变量名,child[0]=赋值对象,child[1]=赋值内容
173
+ */
174
+ public static Assign (objExp: Expression | null, exp: Expression, name: string, pos: number) : Expression {
175
+ const result = new Expression(ExpressionType.Assign, pos, name);
176
+ result.children.push(objExp)
177
+ result.children.push(exp)
178
+ return result;
179
+ }
180
+
181
+ /**
182
+ * 产生异常
183
+ */
184
+ public static Try (tryExp: Expression, catches: Expression[], pos: number, finallyExp?: Expression) : Expression {
185
+ const tryFinally: Expression[] = [];
186
+ tryFinally.push(tryExp)
187
+ if (finallyExp) {
188
+ tryFinally.push(finallyExp)
189
+ }
190
+
191
+ const result = new Expression(ExpressionType.Try, pos, tryFinally);
192
+ result.children.push(...catches)
193
+ return result;
194
+ }
195
+
196
+ /**
197
+ * 产生Catch
198
+ */
199
+ public static Catch (className: string, varName: string, catches: Expression, pos: number) : Expression {
200
+ const catchParameter: string[] = [];
201
+ catchParameter.push(className)
202
+ catchParameter.push(varName)
203
+
204
+ const result = new Expression(ExpressionType.Catch, pos, catchParameter);
205
+ result.children.push(catches)
206
+ return result;
207
+ }
208
+
209
+ /**
210
+ * 产生一个条件语句, test:条件,ifTrue:为真时结果,ifFalse:为假时结果
211
+ */
212
+ public static Condition (test: Expression, ifTrue: Expression, ifFalse: Expression, source: string, pos: number) : Expression {
213
+ const result = new Expression(ExpressionType.Condition, pos, source);
214
+ result.children.push(test)
215
+ result.children.push(ifTrue)
216
+ result.children.push(ifFalse)
217
+ return result;
218
+ }
219
+
220
+ /**
221
+ * 产生逻辑非语句
222
+ */
223
+ public static Not (exp: Expression, source: string, pos: number) : Expression {
224
+ const result = new Expression(ExpressionType.Not, pos, source);
225
+ result.children.push(exp)
226
+ return result;
227
+ }
228
+
229
+ /**
230
+ * 产生逻辑与语句
231
+ */
232
+ public static And (left: Expression, right: Expression, source: string, pos: number) : Expression {
233
+ const result = new Expression(ExpressionType.And, pos, source);
234
+ result.children.push(left)
235
+ result.children.push(right)
236
+ return result;
237
+ }
238
+
239
+ /**
240
+ * 产生逻辑或语句
241
+ */
242
+ public static Or (left: Expression, right: Expression, source: string, pos: number) : Expression {
243
+ const result = new Expression(ExpressionType.Or, pos, source);
244
+ result.children.push(left)
245
+ result.children.push(right)
246
+ return result;
247
+ }
248
+
249
+ /**
250
+ * 产生>比较运算
251
+ */
252
+ public static GreaterThan (left: Expression, right: Expression, source: string, pos: number) : Expression {
253
+ const result = new Expression(ExpressionType.GreaterThan, pos, source);
254
+ result.children.push(left)
255
+ result.children.push(right)
256
+ return result;
257
+ }
258
+
259
+ /**
260
+ * 产生>=比较运算
261
+ */
262
+ public static GreaterThanOrEqual (left: Expression, right: Expression, source: string, pos: number) : Expression {
263
+ const result = new Expression(ExpressionType.GreaterThanOrEqual, pos, source);
264
+ result.children.push(left)
265
+ result.children.push(right)
266
+ return result;
267
+ }
268
+
269
+ /**
270
+ * 产生<比较运算
271
+ */
272
+ public static LessThan (left: Expression, right: Expression, source: string, pos: number) : Expression {
273
+ const result = new Expression(ExpressionType.LessThan, pos, source);
274
+ result.children.push(left)
275
+ result.children.push(right)
276
+ return result;
277
+ }
278
+
279
+ /**
280
+ * 产生<=比较运算
281
+ */
282
+ public static LessThanOrEqual (left: Expression, right: Expression, source: string, pos: number) : Expression {
283
+ const result = new Expression(ExpressionType.LessThanOrEqual, pos, source);
284
+ result.children.push(left)
285
+ result.children.push(right)
286
+ return result;
287
+ }
288
+
289
+ /**
290
+ * 产生==比较运算
291
+ */
292
+ public static Equal (left: Expression, right: Expression, source: string, pos: number) : Expression {
293
+ const result = new Expression(ExpressionType.Equal, pos, source);
294
+ result.children.push(left)
295
+ result.children.push(right)
296
+ return result;
297
+ }
298
+
299
+ /**
300
+ * 产生!=比较运算
301
+ */
302
+ public static NotEqual (left: Expression, right: Expression, source: string, pos: number) : Expression {
303
+ const result = new Expression(ExpressionType.NotEqual, pos, source);
304
+ result.children.push(left)
305
+ result.children.push(right)
306
+ return result;
307
+ }
308
+
309
+ /**
310
+ * 产生+运算
311
+ */
312
+ public static Add (left: Expression, right: Expression, source: string, pos: number) : Expression {
313
+ const result = new Expression(ExpressionType.Add, pos, source);
314
+ result.children.push(left)
315
+ result.children.push(right)
316
+ return result;
317
+ }
318
+
319
+ /**
320
+ * 产生-运算
321
+ */
322
+ public static Subtract (left: Expression, right: Expression, source: string, pos: number) : Expression {
323
+ const result = new Expression(ExpressionType.Subtract, pos, source);
324
+ result.children.push(left)
325
+ result.children.push(right)
326
+ return result;
327
+ }
328
+
329
+ /**
330
+ * 产生*运算
331
+ */
332
+ public static Multiply (left: Expression, right: Expression, source: string, pos: number) : Expression {
333
+ const result = new Expression(ExpressionType.Multiply, pos, source);
334
+ result.children.push(left)
335
+ result.children.push(right)
336
+ return result;
337
+ }
338
+
339
+ /**
340
+ * 产生/运算
341
+ */
342
+ public static Divide (left: Expression, right: Expression, source: string, pos: number) : Expression {
343
+ const result = new Expression(ExpressionType.Divide, pos, source);
344
+ result.children.push(left)
345
+ result.children.push(right)
346
+ return result;
347
+ }
348
+
349
+ /**
350
+ * 产生%运算
351
+ */
352
+ public static Modulo (left: Expression, right: Expression, source: string, pos: number) : Expression {
353
+ const result = new Expression(ExpressionType.Modulo, pos, source);
354
+ result.children.push(left)
355
+ result.children.push(right)
356
+ return result;
357
+ }
358
+
359
+ /**
360
+ * 产生字符串连接运算
361
+ */
362
+ public static Concat (left: Expression, right: Expression, source: string, pos: number) : Expression {
363
+ const result = new Expression(ExpressionType.Concat, pos, source);
364
+ result.children.push(left)
365
+ result.children.push(right)
366
+ return result;
367
+ }
368
+
369
+ /**
370
+ * 产生数组下标
371
+ */
372
+ public static ArrayIndex (objExp: Expression, indexExp: Expression, source: string, pos: number) : Expression {
373
+ const result = new Expression(ExpressionType.ArrayIndex, pos, source);
374
+ result.children.push(objExp)
375
+ result.children.push(indexExp)
376
+ return result;
377
+ }
378
+
379
+ /**
380
+ * 产生for循环
381
+ */
382
+ public static For (objExp: Expression, forExp: Expression, source: string, pos: number) : Expression {
383
+ const result = new Expression(ExpressionType.For, pos, source);
384
+ result.children.push(objExp)
385
+ result.children.push(forExp)
386
+ return result;
387
+ }
388
+
389
+ private static isNumberC (str: string) : boolean {
390
+ return !isNaN(Number(str));
391
+ }
392
+
393
+ /**
394
+ * 覆盖toString方法,显示树状的节点信息,方便调试
395
+ */
396
+ public toString (level?: number) : string {
397
+ if (!level) {
398
+ return this.toString(0)
399
+ } else {
400
+ // 显示自己的类型及名称
401
+ let result = this.space(level) + "type: " + this.type + ", value: "
402
+ + (this.value ? this.value.toString() : "null") + "[\n]"
403
+ // 递归显示子
404
+ for (let i = 0; i < this.children.length; i++) {
405
+ const child = this.children[i]
406
+ result += (child ? child.toString(level + 1) : this.space(level + 1) + "null\n");
407
+ }
408
+ result += this.space(level) + "]\n"
409
+ return result;
410
+ }
411
+ }
412
+
413
+ /**
414
+ * 执行条件处理
415
+ */
416
+ private condition () : any {
417
+ // 条件
418
+ const condExp = this.children[0]
419
+ // 为真时表达式
420
+ const isTrue = this.children[1]
421
+ // 为假时表达式
422
+ const isFalse = this.children[2]
423
+ // 如果条件返回的不是bool值,则非空值为真,空值为假
424
+ const obj = condExp?.invoke()
425
+ const cond = this.getBoolean(obj)
426
+ // 为真,返回为真的表达式,否则,返回为假的表达式
427
+ return cond ? isTrue?.invoke() : isFalse?.invoke()
428
+ }
429
+
430
+ /**
431
+ * 执行for循环
432
+ */
433
+ private loop () : any {
434
+ const objExp = this.children[0]
435
+ // 获取对象,for循环
436
+ const obj = objExp?.invoke()
437
+
438
+ if (obj instanceof JSONArray || obj instanceof Array) {
439
+ // 获取循环体,循环体中row代表每一项对象, 把对象传递给循环体执行
440
+ const body = this.children[1]
441
+ if (obj instanceof JSONArray) {
442
+ const array = obj as JSONArray
443
+ for (let i = 0; i < array.length(); i++) {
444
+ this.delegate?.put('rowIndex', i)
445
+ this.delegate?.put('row', array.get(i))
446
+ try {
447
+ body?.invoke()
448
+ } catch (e) {
449
+ if (e instanceof BreakWayException) {
450
+ break
451
+ } else if (e instanceof ContinueWayException) {
452
+ // ignore
453
+ } else {
454
+ throw e
455
+ }
456
+ }
457
+ }
458
+ } else {
459
+ const array = obj as Array<any>
460
+ for (let i = 0; i < array.length; i++) {
461
+ this.delegate?.put('rowIndex', i)
462
+ this.delegate?.put('row', array[i])
463
+ try {
464
+ body?.invoke()
465
+ } catch (e) {
466
+ if (e instanceof BreakWayException) {
467
+ break
468
+ } else if (e instanceof ContinueWayException) {
469
+ // ignore
470
+ } else {
471
+ throw e
472
+ }
473
+ }
474
+ }
475
+ }
476
+ } else if (obj instanceof JSONObject || obj instanceof Object) {
477
+ // 获取循环体,循环体中row代表每一项对象, 把对象传递给循环体执行
478
+ const body = this.children[1]
479
+ if (obj instanceof JSONObject) {
480
+ const json: JSONObject = obj as JSONObject
481
+ for (const key of json.keySet()) {
482
+ this.delegate?.put('rowIndex', key)
483
+ this.delegate?.put('row', json.get(key))
484
+ try {
485
+ body?.invoke()
486
+ } catch (e) {
487
+ if (e instanceof BreakWayException) {
488
+ }
489
+ }
490
+ }
491
+ } else {
492
+ for (const key of obj) {
493
+ this.delegate?.put('rowIndex', key)
494
+ this.delegate?.put('row', obj[key])
495
+ try {
496
+ body?.invoke()
497
+ } catch (e) {
498
+ if (e instanceof BreakWayException) {
499
+ break
500
+ } else if (e instanceof ContinueWayException) {
501
+ // ignore
502
+ } else {
503
+ throw e
504
+ }
505
+ }
506
+ }
507
+ }
508
+ } else {
509
+ let start = 0;
510
+ let length: number;
511
+ try {
512
+ if (objExp?.children.length == 2) {
513
+ start = objExp?.children[0]?.invoke()
514
+ length = objExp?.children[1]?.invoke()
515
+ } else if (typeof obj === 'number') {
516
+ length = obj as number
517
+ } else {
518
+ throw new ServiceException('for循环只接收集合对象,整数或两个整数的组合')
519
+ }
520
+ } catch (e) {
521
+ throw new ServiceException('for循环只接收集合对象,整数或两个整数的组合')
522
+ }
523
+ // 获取循环体,循环体中row代表索引
524
+ for (let i = start; i < length; i++) {
525
+ const body = this.children[1]
526
+ this.delegate?.put('row', i)
527
+ try {
528
+ body?.invoke()
529
+ } catch (e) {
530
+ if (e instanceof BreakWayException) {
531
+ break
532
+ } else if (e instanceof ContinueWayException) {
533
+ // ignore
534
+ } else {
535
+ throw e
536
+ }
537
+ }
538
+ }
539
+ }
540
+ return obj
541
+ }
542
+
543
+ /**
544
+ * 执行集合的where过滤
545
+ */
546
+ private where() : any {
547
+ const result = new JSONArray()
548
+
549
+ const objExp = this.children[0]
550
+ // 获取对象,where循环只针对JSONArray及list
551
+ let array: JSONArray
552
+
553
+ const ret = objExp?.invoke()
554
+ if (ret instanceof JSONArray) {
555
+ array = ret
556
+ } else if (ret instanceof Array) {
557
+ array = new JSONArray()
558
+ for (let i = 0; i < ret.length; i++) {
559
+ array.put(ret[i])
560
+ }
561
+ } else {
562
+ throw new ServiceException('where循环只针对JSONArray, Array')
563
+ }
564
+
565
+ // 获取过滤内容,其中row代表每一项对象, 把对象传递进去执行
566
+ const body = this.children[1]
567
+ for (let i = 0; i < array.length(); i++) {
568
+ const value = array.get(i)
569
+ this.delegate?.put('row', value)
570
+ let value2 = body?.invoke()
571
+ if (value2 === true) {
572
+ result.put(value)
573
+ }
574
+ }
575
+ return result
576
+ }
577
+
578
+ /**
579
+ * 执行集合的sum求和,求和结果为BigDecimal
580
+ */
581
+ private sum () : any {
582
+ let result = 0
583
+ const objExp = this.children[0]
584
+ // 获取对象,sum循环只针对JSONArray
585
+ const array = objExp?.invoke() as JSONArray
586
+ // 获取过滤内容,其中row代表每一项对象, 把对象传递进去执行
587
+ const body = this.children[1]
588
+ for (let i = 0; i < array.length(); i++) {
589
+ const value = array.get(i)
590
+ this.delegate?.put('row', value)
591
+ let decimal = body?.invoke().toString()
592
+ if (decimal) {
593
+ result = result + Number(decimal)
594
+ }
595
+ }
596
+ return result
597
+ }
598
+
599
+ /**
600
+ * 对函数或者取属性结果进行数值转换
601
+ */
602
+ private convert (source: any) : any {
603
+ if (typeof source === 'number') {
604
+ return source as Number
605
+ } else {
606
+ return source
607
+ }
608
+ }
609
+
610
+ /**
611
+ * 返回Json对象的结果,返回一个Json对象
612
+ */
613
+ private json () : any {
614
+ const result: JSONObject = new JSONObject()
615
+ for (const child of this.children) {
616
+ const name = child?.value.toString()
617
+ const value = child?.children[0]?.invoke()
618
+ result.put(name, value)
619
+ }
620
+ return result
621
+ }
622
+
623
+ /**
624
+ * 返回JSONArray结果
625
+ */
626
+ private array () : any {
627
+ const result: JSONArray = new JSONArray()
628
+ for (const child of this.children) {
629
+ // 调用处理结果
630
+ const value = child?.invoke()
631
+ result.put(value)
632
+ }
633
+ return result
634
+ }
635
+
636
+ /**
637
+ * 根据值返回boolean结果
638
+ */
639
+ private getBoolean (obj: any) : boolean {
640
+ // 如果条件返回的不是bool值,则非空值为真,空值为假
641
+ let cond : boolean
642
+ if (typeof obj === 'boolean') {
643
+ cond = obj as boolean
644
+ } else {
645
+ cond = (obj != null)
646
+ }
647
+ return cond
648
+ }
649
+
650
+ /**
651
+ * 执行赋值过程
652
+ */
653
+ private assign () : any {
654
+ // 属性值
655
+ const right = this.children[1]
656
+ const value = right?.invoke()
657
+ // 获取属性
658
+ const name = this.value
659
+ if (this.delegate?.getLambdaOutProps().includes(name)) {
660
+ throw new ServiceException("lambda 表达式中使用的外层参数[" + name + "]为常量,不允许显性改变")
661
+ }
662
+ // 要赋值的对象,空代表给变量赋值
663
+ const left = this.children[0]
664
+ if (left == null) {
665
+ this.delegate?.put(name, value)
666
+ } else {
667
+ const obj = left.invoke()
668
+ // 如果是JSONObject,调用JSONObject的赋值过程
669
+ if (obj instanceof JSONObject) {
670
+ const json : JSONObject = obj as JSONObject
671
+ json.put(name, value)
672
+ } else {
673
+ try {
674
+ obj[name] = value
675
+ return value;
676
+ } catch (e) {
677
+ throw new ServiceException("属性赋值错误:" + name);
678
+ }
679
+ }
680
+ }
681
+ return value
682
+ }
683
+
684
+ /**
685
+ * 获取对象属性
686
+ */
687
+ private property(key: string = this.value.toString()) : any {
688
+ const objExp = this.children[0]
689
+ // 获取对象
690
+ const obj = objExp?.invoke();
691
+ // 属性名
692
+ let rObj : any;
693
+ // 是JSONObject
694
+ if (obj instanceof JSONObject) {
695
+ const json = obj as JSONObject
696
+ if (!json.has(key)) {
697
+ return null;
698
+ }
699
+ rObj = json.get(key)
700
+ } else {
701
+ rObj = obj[key]
702
+ }
703
+ return this.convert(rObj)
704
+ }
705
+
706
+ /**
707
+ * 获取数组元素
708
+ */
709
+ private arrayIndex () : any {
710
+ const objExp = this.children[0]
711
+ const indexExp = this.children[1]
712
+ // 获取对象
713
+ const obj = objExp?.invoke()
714
+ // 如果对象为JSONArray,调用JSONArray的方法
715
+ if (obj instanceof JSONArray) {
716
+ const array : JSONArray = obj as JSONArray
717
+ // 获取下标值
718
+ const index = Number(indexExp?.invoke())
719
+ const oRet = array.get(index)
720
+ return this.convert(oRet)
721
+ } else if (obj instanceof Array) {
722
+ let list = obj as Array<any>
723
+ // 获取下标值
724
+ const index = Number(indexExp?.invoke())
725
+ const oRet = list[index]
726
+ return this.convert(oRet)
727
+ } else {
728
+ try {
729
+ // 获取键
730
+ const key = indexExp?.invoke().toString()
731
+ return this.property(key)
732
+ } catch (e) {
733
+ if (!(e instanceof Error)) {
734
+ e = new Error(e as any);
735
+ }
736
+ throw new ExpressionException(this.delegate?.getSource() as string, this.pos as number, e as Error)
737
+ }
738
+ }
739
+ }
740
+
741
+
742
+ /**
743
+ * 产生多个空格
744
+ */
745
+ private space (n: number) : string {
746
+ let result = ''
747
+ for (let i = 0; i < n; i++) {
748
+ result += ' '
749
+ }
750
+ return result
751
+ }
752
+
753
+ /**
754
+ * 跳出业务
755
+ */
756
+ private returnBusiness () : any {
757
+ const value = this.children[0]?.invoke();
758
+ throw new ReturnWayException(value);
759
+ }
760
+
761
+ /**
762
+ * 抛出业务异常
763
+ */
764
+ private throwException() : any {
765
+ let result = this.children[0]?.invoke()
766
+ if (result instanceof JSONObject) {
767
+ const obj : JSONObject = result as JSONObject
768
+ throw new ServiceException(obj.get('msg').toString(), obj.getInt('status'))
769
+ } else if (result instanceof Error) {
770
+ const e = result as Error;
771
+ if (e instanceof ServiceException) {
772
+ throw e;
773
+ }
774
+ throw new ExpressionException(this.delegate?.getSource() as string, this.pos as number, e)
775
+ } else {
776
+ if (result == undefined || result === '') {
777
+ result = '未定义异常'
778
+ }
779
+ throw new ServiceException(result.toString(), 400)
780
+ }
781
+ }
782
+
783
+ /**
784
+ * 断言处理
785
+ */
786
+ private assertExp() : any {
787
+ const expression = this.children[0]
788
+ const result = expression?.invoke()
789
+ if (typeof result === 'boolean') {
790
+ const yn = result as boolean
791
+ if (!yn) {
792
+ throw new ServiceException("断言校验失败", 400)
793
+ }
794
+ } else {
795
+ throw new ServiceException("assert仅接收boolean结果")
796
+ }
797
+ return true
798
+ }
799
+
800
+ /**
801
+ * 参数校验
802
+ */
803
+ private validateParams () : any {
804
+ const result = this.children[0]?.invoke()
805
+ if (result instanceof JSONObject) {
806
+ const validateJson : JSONObject = result as JSONObject
807
+ const params = this.delegate?.get('data');
808
+ this.validateMain('data', params, validateJson)
809
+ } else {
810
+ throw new ServiceException("validate仅接收json格式的对象")
811
+ }
812
+ return result;
813
+ }
814
+
815
+ /**
816
+ * lambda
817
+ */
818
+ private lambda() : Delegate {
819
+ return new Delegate(this.value as Expression, this.delegate?.getSource() as string, this.delegate?.getObjectNames());
820
+ }
821
+
822
+ /**
823
+ * 参数校验实现
824
+ */
825
+ private validateMain (validateItemKey: string, params: JSONObject, validateJson: JSONObject) : void {
826
+ for (const key of validateJson.keySet()) {
827
+ const item : JSONObject = validateJson.getJSONObject(key);
828
+ const validateMode = item.optString('mode', 'normal');
829
+ switch (validateMode) {
830
+ case 'normal':
831
+ const hasParams: boolean = params.has(key) && params.opt(key);
832
+ if (!hasParams) {
833
+ if (item.optBoolean('required', false)){
834
+ const message = item.optString('message', '参数校验失败,' + validateItemKey + '>>' + key + '不能为空')
835
+ throw new ServiceException(message, 400);
836
+ }
837
+ if (item.has('default')){
838
+ params.put(key, item.get('default'));
839
+ }
840
+ }
841
+ // items用于对JSON参数的成员进行校验
842
+ if (item.has('items')) {
843
+ const itemsValidate = item.getJSONObject('items');
844
+ this.validateMain(validateItemKey + '>>' + key, params.getJSONObject(key), itemsValidate)
845
+ }
846
+ break;
847
+ case 'atLeastOne':
848
+ const fields : JSONArray = item.getJSONArray('fields');
849
+ let isValidate = false;
850
+ for (let i = 0; i < fields.length(); i++) {
851
+ const field = fields.get(i);
852
+ const fieldName = field.toString();
853
+ const hasParam = params.has(fieldName) && params.get(fieldName) != null;
854
+ if (hasParam) {
855
+ isValidate = true;
856
+ break;
857
+ }
858
+ }
859
+ if (!isValidate) {
860
+ const message = item.optString('message', '参数校验失败:参数组' + fields + '至少有一个不能为空')
861
+ throw new ServiceException(message, 400);
862
+ }
863
+ break;
864
+ }
865
+ }
866
+ }
867
+
868
+ private Param() : any {
869
+ return this.children[0]?.invoke()
870
+ }
871
+
872
+ /**
873
+ * 执行 Try-Catch-Finally 语句块
874
+ */
875
+ private try(): any {
876
+ const exps: Expression[] = this.value as Expression[];
877
+ const tryExp: Expression = exps[0];
878
+
879
+ try {
880
+ // 执行 try 块
881
+ return tryExp.invoke();
882
+ } catch (ex) {
883
+ const e: any = ex instanceof Error ? (ex as { cause?: any }).cause : ex;
884
+
885
+ // 执行 catch 块
886
+ for (const exp of this.children) {
887
+ const catchValues: string[] = exp?.value as string[];
888
+ const typeName: string = catchValues[0];
889
+ const varName: string = catchValues[1];
890
+
891
+ // 找到了 catch 部分,获取异常类型
892
+ if (this.isEqual(e, typeName)) {
893
+ const catchExp = exp?.children as Expression[];
894
+ // 把异常值变成变量
895
+ this.delegate?.put(varName, e);
896
+ return catchExp[0].invoke();
897
+ }
898
+ }
899
+
900
+ // 未匹配到异常,重新抛出原异常
901
+ throw ex;
902
+ } finally {
903
+ // 执行 finally 块
904
+ if (exps.length > 1) {
905
+ const finallyExp: Expression = exps[1];
906
+ if (finallyExp != null) {
907
+ finallyExp.invoke();
908
+ }
909
+ }
910
+ }
911
+ }
912
+
913
+ /**
914
+ * 判断异常类型是否匹配
915
+ */
916
+ private isEqual(exception: any, typeName: string): boolean {
917
+ return exception && exception.constructor.name === typeName;
918
+ }
919
+
920
+ /**
921
+ * 执行
922
+ */
923
+ public invoke () : any {
924
+ try {
925
+ switch (this.type) {
926
+ // 逻辑运算
927
+ case ExpressionType.Or: {
928
+ const left: Expression = this.children[0] as Expression;
929
+ const l = this.getBoolean(left.invoke());
930
+ if (l === true) {
931
+ return true;
932
+ } else {
933
+ const right: Expression = this.children[1] as Expression;
934
+ return this.getBoolean(right.invoke());
935
+ }
936
+ }
937
+ case ExpressionType.And: {
938
+ const left: Expression = this.children[0] as Expression;
939
+ const right: Expression = this.children[1] as Expression;
940
+ const l = this.getBoolean(left.invoke());
941
+ if (l === true) {
942
+ return this.getBoolean(right.invoke());
943
+ } else {
944
+ return false;
945
+ }
946
+ }
947
+ case ExpressionType.Not: {
948
+ const left: Expression = this.children[0] as Expression;
949
+ return !this.getBoolean(left.invoke());
950
+ }
951
+ // 算数运算
952
+ case ExpressionType.Add:
953
+ case ExpressionType.Subtract:
954
+ case ExpressionType.Multiply:
955
+ case ExpressionType.Divide:
956
+ case ExpressionType.Modulo: {
957
+ return this.math();
958
+ }
959
+ // 字符串连接
960
+ case ExpressionType.Concat: {
961
+ const left: Expression = this.children[0] as Expression;
962
+ const right: Expression = this.children[1] as Expression;
963
+ let l = left.invoke();
964
+ if (l == null) {
965
+ l = 'null';
966
+ }
967
+ let r = right.invoke();
968
+ if (r == null) {
969
+ r = 'null';
970
+ }
971
+ return l.toString() + r.toString();
972
+ }
973
+ // 返回JSON
974
+ case ExpressionType.Json: {
975
+ return this.json();
976
+ }
977
+ // 返回JSONArray
978
+ case ExpressionType.Array: {
979
+ return this.array();
980
+ }
981
+ // 比较运算
982
+ case ExpressionType.GreaterThan:
983
+ case ExpressionType.GreaterThanOrEqual:
984
+ case ExpressionType.LessThan:
985
+ case ExpressionType.LessThanOrEqual: {
986
+ const left: Expression = this.children[0] as Expression;
987
+ const right: Expression = this.children[1] as Expression;
988
+ const l = left.invoke();
989
+ const r = right.invoke();
990
+ if (!l || !r) {
991
+ return false;
992
+ }
993
+ // 两个字符串比较
994
+ if (typeof l === 'string' && typeof r === 'string') {
995
+ const result = l.localeCompare(r); // 使用localeCompare来比较字符串
996
+ return this.compare(result);
997
+ } else {
998
+ const dl = Number(l); // 转换成数字
999
+ const dr = Number(r); // 转换成数字
1000
+ if (isNaN(dl) || isNaN(dr)) {
1001
+ return false; // 如果转换失败,返回 false
1002
+ }
1003
+ return this.compare(dl - dr); // 进行数字比较
1004
+ }
1005
+ }
1006
+ // 比较运算
1007
+ case ExpressionType.Equal:
1008
+ case ExpressionType.NotEqual: {
1009
+ const left: Expression = this.children[0] as Expression;
1010
+ const right: Expression = this.children[1] as Expression;
1011
+ let l: any = left.invoke();
1012
+ let r: any = right.invoke();
1013
+
1014
+ // 如果 l 或 r 为 null,替换成字符串 "null"
1015
+ if (l == null) {
1016
+ l = "null";
1017
+ }
1018
+ if (r == null) {
1019
+ r = "null";
1020
+ }
1021
+
1022
+ let equals: boolean;
1023
+
1024
+ // 校验参考的是 JS 的 ==,即宽松相等比较
1025
+ if ((typeof l === 'number' && typeof r === 'number') ||
1026
+ ((typeof l === 'number' || typeof r === 'number') && this.isNumberC(l.toString()) && this.isNumberC(r.toString()))) {
1027
+ // 比较两个数字,使用 Number 进行转换
1028
+ equals = Number(l) === Number(r);
1029
+ } else {
1030
+ // 比较字符串
1031
+ equals = String(l) === String(r);
1032
+ }
1033
+
1034
+ return this.type === ExpressionType.Equal ? equals : !equals;
1035
+ }
1036
+ // 常数
1037
+ case ExpressionType.Constant: {
1038
+ return this.value;
1039
+ }
1040
+ // 标识符,获取实参对象
1041
+ case ExpressionType.Identity: {
1042
+ // 如果参数不存在,返回空
1043
+ const name = this.value as string;
1044
+ if (!this.delegate?.containsKey(name)) {
1045
+ return null;
1046
+ }
1047
+ return this.delegate?.get(name);
1048
+ }
1049
+ // 条件语句
1050
+ case ExpressionType.Condition: {
1051
+ return this.condition();
1052
+ }
1053
+ // 获取属性值
1054
+ case ExpressionType.Property: {
1055
+ return this.property();
1056
+ }
1057
+ // 获取数组元素
1058
+ case ExpressionType.ArrayIndex: {
1059
+ return this.arrayIndex();
1060
+ }
1061
+ // 函数调用
1062
+ case ExpressionType.Call: {
1063
+ return this.call();
1064
+ }
1065
+ // For循环
1066
+ case ExpressionType.For: {
1067
+ return this.loop();
1068
+ }
1069
+ // 属性赋值
1070
+ case ExpressionType.Assign: {
1071
+ return this.assign();
1072
+ }
1073
+ // 逗号表达式
1074
+ case ExpressionType.Comma: {
1075
+ let value : any = 0;
1076
+ for (const child of this.children) {
1077
+ value = child?.invoke();
1078
+ }
1079
+ return value;
1080
+ }
1081
+ // 异常处理
1082
+ case ExpressionType.Try: {
1083
+ return this.try();
1084
+ }
1085
+ // 参数
1086
+ case ExpressionType.Param: {
1087
+ return this.Param();
1088
+ }
1089
+ // Return
1090
+ case ExpressionType.Return: {
1091
+ return this.returnBusiness();
1092
+ }
1093
+ // Throw
1094
+ case ExpressionType.Throw: {
1095
+ return this.throwException();
1096
+ }
1097
+ // Assert
1098
+ case ExpressionType.Assert: {
1099
+ return this.assertExp();
1100
+ }
1101
+ // Validate
1102
+ case ExpressionType.Validate: {
1103
+ return this.validateParams();
1104
+ }
1105
+ // Lambda
1106
+ case ExpressionType.Lambda: {
1107
+ return this.lambda();
1108
+ }
1109
+ // Break
1110
+ case ExpressionType.Break: {
1111
+ throw new BreakWayException();
1112
+ }
1113
+ // Continue
1114
+ case ExpressionType.Continue: {
1115
+ throw new ContinueWayException();
1116
+ }
1117
+ default: {
1118
+ throw new ServiceException("无效操作");
1119
+ }
1120
+ }
1121
+ } catch (ex) {
1122
+ if (ex instanceof ReturnWayException ||
1123
+ ex instanceof BreakWayException ||
1124
+ ex instanceof ContinueWayException ||
1125
+ ex instanceof ExpressionException) {
1126
+ throw ex;
1127
+ } else {
1128
+ if (!(ex instanceof Error)) {
1129
+ ex = new Error(ex as any);
1130
+ }
1131
+ throw new ExpressionException(this.delegate?.getSource() as string, this.pos as number, ex as Error);
1132
+ }
1133
+ }
1134
+ }
1135
+
1136
+ private compare(result: number) : boolean {
1137
+ switch (this.type) {
1138
+ case ExpressionType.GreaterThan:
1139
+ return result > 0;
1140
+ case ExpressionType.GreaterThanOrEqual:
1141
+ return result >= 0;
1142
+ case ExpressionType.LessThan:
1143
+ return result < 0;
1144
+ case ExpressionType.LessThanOrEqual:
1145
+ return result <= 0;
1146
+ default:
1147
+ throw new ServiceException("未知类型");
1148
+ }
1149
+ }
1150
+
1151
+ /**
1152
+ * 执行数学运算
1153
+ *
1154
+ * @return 运算结果
1155
+ */
1156
+ private math(): any {
1157
+ const left: Expression = this.children[0] as Expression;
1158
+ const right: Expression = this.children[1] as Expression;
1159
+ const oLeft: any = left.invoke();
1160
+ const oRight: any = right.invoke();
1161
+
1162
+ // 统一将输入转换为浮点数,既支持整数也支持浮点数
1163
+ const l = Number(oLeft); // 使用 Number 统一转换
1164
+ const r = Number(oRight); // 使用 Number 统一转换
1165
+
1166
+ if (isNaN(l) || isNaN(r)) {
1167
+ throw new ServiceException("无效的数字");
1168
+ }
1169
+
1170
+ switch (this.type) {
1171
+ case ExpressionType.Add:
1172
+ return l + r;
1173
+ case ExpressionType.Subtract:
1174
+ return l - r;
1175
+ case ExpressionType.Multiply:
1176
+ return l * r;
1177
+ case ExpressionType.Divide:
1178
+ return r !== 0 ? l / r : NaN; // 防止除以0
1179
+ case ExpressionType.Modulo:
1180
+ return l % r;
1181
+ default:
1182
+ throw new ServiceException("不识别的算数操作符");
1183
+ }
1184
+ }
1185
+
1186
+ /**
1187
+ * 执行函数调用
1188
+ */
1189
+ private call(): any {
1190
+ // 函数名
1191
+ const name: string = this.value as string;
1192
+
1193
+ // 如果是 where 函数,调用 where 过滤
1194
+ if (name === "where") {
1195
+ return this.where();
1196
+ }
1197
+
1198
+ // 如果是 sum 求和函数,调用 sum 求和
1199
+ if (name === "sum") {
1200
+ return this.sum();
1201
+ }
1202
+
1203
+ const objExp: Expression = this.children[0] as Expression;
1204
+ // 获取对象
1205
+ const obj: any = objExp.invoke();
1206
+
1207
+ if (obj == null) {
1208
+ throw new ServiceException(`对象[${objExp.value}]为null`);
1209
+ }
1210
+
1211
+ // 获得参数计算结果
1212
+ const params: any[] = [];
1213
+ for (let i = 1; i < this.children.length; i++) {
1214
+ const paramExp: Expression = this.children[i] as Expression;
1215
+ params.push(paramExp.invoke());
1216
+ }
1217
+
1218
+ if (name === "runExpression") {
1219
+ let params1: string = params[0];
1220
+ params[0] = params1.replace("'", "$");
1221
+ params.push(this.delegate?.getObjectNames());
1222
+ }
1223
+
1224
+ // 转换参数类型
1225
+ const types: any[] = new Array(params.length);
1226
+ for (let i = 0; i < params.length; i++) {
1227
+ const param = params[i];
1228
+ types[i] = param == null ? null : param.constructor;
1229
+ }
1230
+
1231
+ // 查找对象方法
1232
+ const method = this.getMethod(obj, name, types);
1233
+ if (!method) {
1234
+ let error = `找不到方法: ${obj.constructor.name}.${name}(`;
1235
+ // 添加方法参数
1236
+ types.forEach(t => {
1237
+ error += t ? `${t.name},` : "null,";
1238
+ });
1239
+ error += ")";
1240
+ throw new ServiceException(error);
1241
+ }
1242
+
1243
+ // 调用方法并处理返回值
1244
+ const oCall = method.apply(obj, params);
1245
+ return this.convert(oCall);
1246
+ }
1247
+
1248
+ /**
1249
+ * 查找与给定方法名和参数类型匹配的方法
1250
+ */
1251
+ private getMethod(obj: any, methodName: string, paramTypes: any[]): Function | null {
1252
+ // 获取对象自身的所有属性名
1253
+ let methods = Object.getOwnPropertyNames(obj).filter(prop => typeof obj[prop] === 'function');
1254
+
1255
+ // 获取对象的原型
1256
+ let proto = Object.getPrototypeOf(obj);
1257
+
1258
+ // 递归获取原型链上的所有方法
1259
+ while (proto !== null) {
1260
+ methods = methods.concat(Object.getOwnPropertyNames(proto).filter(prop => typeof proto[prop] === 'function'));
1261
+ proto = Object.getPrototypeOf(proto);
1262
+ }
1263
+
1264
+ // 去重
1265
+ methods = [...new Set(methods)];
1266
+
1267
+ for (const methodNameInObj of methods) {
1268
+ if (methodNameInObj === methodName) {
1269
+ const method = obj[methodNameInObj];
1270
+ if (this.matchParameterTypes(method, paramTypes)) {
1271
+ return method;
1272
+ }
1273
+ }
1274
+ }
1275
+ return null;
1276
+ }
1277
+
1278
+ /**
1279
+ * 判断方法的参数类型是否与给定的类型匹配
1280
+ */
1281
+ private matchParameterTypes(method: Function, paramTypes: any[]): boolean {
1282
+ return true;
1283
+ }
1284
+
1285
+ public setDelegate(delegate: Delegate): void {
1286
+ this.delegate = delegate;
1287
+ }
1288
+
1289
+ private isNumberC(value: string): boolean {
1290
+ return !isNaN(Number(value)); // 判断 value 是否可以转成有效的数字
1291
+ }
1292
+ }