vue2-client 1.22.5 → 1.22.7

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 (100) hide show
  1. package/.env.his +19 -19
  2. package/.history/.eslintrc_20260521171150.js +74 -0
  3. package/.history/.eslintrc_20260521171213.js +74 -0
  4. package/.history/src/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm_20260601154443.vue +726 -0
  5. package/.history/src/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm_20260601154700.vue +478 -0
  6. package/.history/src/base-client/components/common/HIS/HButtons/HButtons_20260512175435.vue +706 -0
  7. package/.history/src/base-client/components/common/HIS/HButtons/HButtons_20260512175450.vue +694 -0
  8. package/.history/src/base-client/components/common/HIS/HButtons/HButtons_20260611152602.vue +755 -0
  9. package/.history/src/base-client/components/common/HIS/HForm/HForm_20260513145941.vue +524 -0
  10. package/.history/src/base-client/components/common/HIS/HForm/HForm_20260513153133.vue +731 -0
  11. package/.history/src/base-client/components/common/HIS/HForm/HForm_20260513160316.vue +525 -0
  12. package/.history/src/base-client/components/common/HIS/HForm/HForm_20260601144150.vue +1046 -0
  13. package/.history/src/base-client/components/common/HIS/HFormTable/HFormTable_20260310142713.vue +512 -0
  14. package/.history/src/base-client/components/common/HIS/HFormTable/HFormTable_20260310145118.vue +511 -0
  15. package/.history/src/base-client/components/common/HIS/HFormTable/HFormTable_20260311094834.vue +696 -0
  16. package/.history/src/base-client/components/common/HIS/HFormTable/HFormTable_20260320143028.vue +693 -0
  17. package/.history/src/base-client/components/common/HIS/HFormTable/HFormTable_20260409101450.vue +677 -0
  18. package/.history/src/base-client/components/common/HIS/HTab/HTab_20260508164645.vue +758 -0
  19. package/.history/src/base-client/components/common/HIS/HTab/HTab_20260508164714.vue +693 -0
  20. package/.history/src/base-client/components/common/HIS/HTab/HTab_20260508171651.vue +716 -0
  21. package/.history/src/base-client/components/common/HIS/HTab/HTab_20260509133717.vue +695 -0
  22. package/.history/src/base-client/components/common/HIS/HTab/HTab_20260509171115.vue +664 -0
  23. package/.history/src/base-client/components/common/XAddNativeForm/XAddNativeForm_20260513140637.vue +1455 -0
  24. package/.history/src/base-client/components/common/XAddNativeForm/XAddNativeForm_20260513140935.vue +1441 -0
  25. package/.history/src/base-client/components/common/XAddNativeForm/XAddNativeForm_20260513150818.vue +1441 -0
  26. package/.history/src/base-client/components/common/XAddNativeForm/XAddNativeForm_20260513153119.vue +1442 -0
  27. package/.history/src/base-client/components/common/XAddNativeForm/XAddNativeForm_20260513153126.vue +1486 -0
  28. package/.history/src/base-client/components/common/XForm/XFormItem_20260513140854.vue +1607 -0
  29. package/.history/src/base-client/components/common/XMarkdownViewer/XMarkdownViewer_20260519140403.vue +643 -0
  30. package/.history/src/base-client/components/common/XMarkdownViewer/XMarkdownViewer_20260519140829.vue +628 -0
  31. package/.history/src/base-client/components/common/XMarkdownViewer/demo_20260519142824.vue +104 -0
  32. package/.history/src/base-client/components/common/XMarkdownViewer/demo_20260519143155.vue +102 -0
  33. package/.history/src/base-client/components/common/XReportGrid/XReport_20260309171231.vue +1241 -0
  34. package/.history/src/base-client/components/common/XReportGrid/XReport_20260309171441.vue +1223 -0
  35. package/.history/src/base-client/components/his/HAi/HAi_20260612174826.vue +472 -0
  36. package/.history/src/base-client/components/his/HAi/HAi_20260612175839.vue +538 -0
  37. package/.history/src/base-client/components/his/HAi/HAi_20260615103331.vue +650 -0
  38. package/.history/src/base-client/components/his/XHDescriptions/XHDescriptions_20260424134504.vue +1469 -0
  39. package/.history/src/base-client/components/his/XSidebar/XSidebar_20260610171133.vue +788 -0
  40. package/.history/src/base-client/components/his/XSidebar/XSidebar_20260610171151.vue +780 -0
  41. package/.history/src/base-client/components/his/XTransfer/XTransfer_20260511170841.vue +585 -0
  42. package/.history/src/base-client/components/his/XTransfer/XTransfer_20260511171138.vue +787 -0
  43. package/.history/src/base-client/components/his/XTransfer/XTransfer_20260512141830.vue +739 -0
  44. package/.history/src/components/STable/index_20260409155138.js +806 -0
  45. package/.history/src/components/STable/index_20260409155218.js +814 -0
  46. package/.history/src/expression/core/Expression_20260305164427.js +1371 -0
  47. package/.history/src/expression/core/Expression_20260305170258.js +1358 -0
  48. package/.history/src/expression/core/Program_20260305111830.js +944 -0
  49. package/.history/src/expression/core/Program_20260305112041.js +931 -0
  50. package/.history/src/logic/LogicRunner_20260304154306.js +170 -0
  51. package/.history/src/logic/LogicRunner_20260304155553.js +112 -0
  52. package/.history/src/logic/LogicRunner_20260305105834.js +112 -0
  53. package/.history/src/logic/LogicRunner_20260305112718.js +129 -0
  54. package/.history/src/logic/LogicRunner_20260305182436.js +133 -0
  55. package/.history/src/logic/LogicRunner_20260306151301.js +213 -0
  56. package/.history/src/logic/LogicRunner_20260306152419.js +213 -0
  57. package/.history/src/logic/plugins/common/DateTools_20260305154159.js +61 -0
  58. package/.history/src/logic/plugins/common/DateTools_20260305154217.js +44 -0
  59. package/.history/src/logic/plugins/common/DateTools_20260305161014.js +44 -0
  60. package/.history/src/logic/plugins/common/HttpTools_20260305164352.js +80 -0
  61. package/.history/src/logic/plugins/common/HttpTools_20260305170258.js +75 -0
  62. package/.history/src/logic/plugins/common/HttpTools_20260305171634.js +75 -0
  63. package/.history/src/logic/plugins/common/HttpTools_20260306152419.js +72 -0
  64. package/.history/src/services/api/restTools_20260427142149.js +245 -0
  65. package/.history/src/services/api/restTools_20260427142853.js +230 -0
  66. package/.history/src/services/api/restTools_20260519135558.js +230 -0
  67. package/.history/src/services/api/restTools_20260519140825.js +230 -0
  68. package/.history/src/services/api/restTools_20260519151223.js +230 -0
  69. package/.history/src/utils/indexedDB_20260306150918.js +593 -0
  70. package/.history/src/utils/indexedDB_20260306151301.js +586 -0
  71. package/.idea/codeStyles/Project.xml +62 -0
  72. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  73. package/.idea/misc.xml +5 -87
  74. package/package.json +1 -1
  75. package/preview-input-box.html +180 -0
  76. package/src/base-client/components/common/HIS/HForm/HForm.vue +1186 -1186
  77. package/src/base-client/components/common/XMarkdownViewer/demo.vue +102 -102
  78. package/src/base-client/components/his/HAi/HAi.vue +349 -141
  79. package/src/base-client/components/his/XList/XList.vue +130 -17
  80. package/src/base-client/components/his/XTransfer/index.md +327 -327
  81. package/src/pages/userInfoDetailManage/ApplySystemQuery/index.vue +18 -15
  82. package/src/pages/userInfoDetailManage/ArchiveMaintainQuery/index.vue +9 -23
  83. package/src/pages/userInfoDetailManage/CallSystemQuery/index.vue +9 -23
  84. package/src/pages/userInfoDetailManage/HandplanSystemQuery/index.vue +32 -18
  85. package/src/pages/userInfoDetailManage/RevenueSystemQuery/index.vue +18 -45
  86. package/src/pages/userInfoDetailManage/SafeCheckSystemQuery/index.vue +9 -23
  87. package/src/pages/userInfoDetailManage/WorkOrderSystemQuery/index.vue +9 -22
  88. package/src/pages/userInfoDetailManage/index.vue +14 -2
  89. package/src/pages/userInfoDetailManage/userInfoDetailQueryTabs.vue +289 -297
  90. package/.idea/.name +0 -1
  91. package/.idea/MarsCodeWorkspaceAppSettings.xml +0 -8
  92. package/.idea/deployment.xml +0 -14
  93. package/.idea/gradle.xml +0 -7
  94. package/.idea/inspectionProfiles/Project_Default.xml +0 -6
  95. package/.idea/libraries/contour_plot.xml +0 -9
  96. package/.idea/material_theme_project_new.xml +0 -18
  97. package/src/pages/userInfoDetailManage/ApplySystemQuery/applySystemConfig.js +0 -4
  98. package/src/pages/userInfoDetailManage/HandplanSystemQuery/handplanSystemConfig.js +0 -6
  99. package/src/pages/userInfoDetailManage/RevenueSystemQuery/revenueSystemConfig.js +0 -4
  100. package/src/pages/userInfoDetailManage/queryTabConfig.js +0 -353
package/.env.his CHANGED
@@ -1,19 +1,19 @@
1
- VUE_APP_PUBLIC_PATH=/
2
- VUE_APP_NAME=Admin
3
- VUE_APP_ROUTES_KEY=admin.routes
4
- VUE_APP_PERMISSIONS_KEY=admin.permissions
5
- VUE_APP_ROLES_KEY=admin.roles
6
- VUE_APP_USER_KEY=admin.user
7
- VUE_APP_LOGIN_KEY=admin.login
8
- VUE_APP_SETTING_KEY=admin.setting
9
- VUE_APP_TBAS_KEY=admin.tabs
10
- VUE_APP_TBAS_TITLES_KEY=admin.tabs.titles
11
- VUE_APP_DICTIONARY_KEY=admin.dictionary
12
- VUE_APP_BADGE_KEY=admin.badge
13
- VUE_APP_SINGLEVALUE_KEY=admin.singlevalue
14
- VUE_APP_DIVISIONSOHCHINA=admin.divisionsohchina
15
- VUE_APP_WEB_CONFIG_KEY=admin.webconfig
16
- VUE_APP_API_BASE_URL=http://123.60.214.109:8405
17
- VUE_APP_SYSTEM_NAME=af-his
18
- VUE_APP_LOGIN_VERSION=V4
19
-
1
+ VUE_APP_PUBLIC_PATH=/
2
+ VUE_APP_NAME=Admin
3
+ VUE_APP_ROUTES_KEY=admin.routes
4
+ VUE_APP_PERMISSIONS_KEY=admin.permissions
5
+ VUE_APP_ROLES_KEY=admin.roles
6
+ VUE_APP_USER_KEY=admin.user
7
+ VUE_APP_LOGIN_KEY=admin.login
8
+ VUE_APP_SETTING_KEY=admin.setting
9
+ VUE_APP_TBAS_KEY=admin.tabs
10
+ VUE_APP_TBAS_TITLES_KEY=admin.tabs.titles
11
+ VUE_APP_DICTIONARY_KEY=admin.dictionary
12
+ VUE_APP_BADGE_KEY=admin.badge
13
+ VUE_APP_SINGLEVALUE_KEY=admin.singlevalue
14
+ VUE_APP_DIVISIONSOHCHINA=admin.divisionsohchina
15
+ VUE_APP_WEB_CONFIG_KEY=admin.webconfig
16
+ VUE_APP_API_BASE_URL=http://123.60.214.109:8405
17
+ VUE_APP_SYSTEM_NAME=af-his
18
+ VUE_APP_LOGIN_VERSION=V4
19
+
@@ -0,0 +1,74 @@
1
+ module.exports = {
2
+ root: true,
3
+ env: {
4
+ node: true
5
+ },
6
+ // prettier 放最后,自动关闭所有与 Prettier 冲突的格式规则
7
+ extends: ['plugin:vue/essential', 'plugin:vue/strongly-recommended', 'plugin:vue/vue3-recommended', '@vue/standard', 'prettier'],
8
+ rules: {
9
+ camelcase: 'off',
10
+ 'comma-dangle': 'off',
11
+ 'no-console': 'off',
12
+ 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
13
+ 'generator-star-spacing': 'off',
14
+ 'no-mixed-operators': 0,
15
+ 'vue/max-attributes-per-line': 'off',
16
+ 'vue/attribute-hyphenation': 0,
17
+ 'vue/html-self-closing': 0,
18
+ 'vue/component-name-in-template-casing': 0,
19
+ 'vue/html-closing-bracket-spacing': 0,
20
+ 'vue/singleline-html-element-content-newline': 0,
21
+ 'vue/no-unused-components': 0,
22
+ 'vue/multiline-html-element-content-newline': 0,
23
+ 'vue/no-use-v-if-with-v-for': 0,
24
+ 'vue/html-closing-bracket-newline': 0,
25
+ 'vue/no-parsing-error': 0,
26
+ 'vue/name-property-casing': 0,
27
+ 'vue/multi-word-component-names': 0,
28
+ 'vue/no-mutating-props': 0,
29
+ 'no-tabs': 0,
30
+ 'multiline-ternary': 0,
31
+ 'object-shorthand': 0,
32
+ quotes: [
33
+ 2,
34
+ 'single',
35
+ {
36
+ avoidEscape: true,
37
+ allowTemplateLiterals: true
38
+ }
39
+ ],
40
+ semi: [
41
+ 2,
42
+ 'never',
43
+ {
44
+ beforeStatementContinuationChars: 'never'
45
+ }
46
+ ],
47
+ 'no-delete-var': 2,
48
+ 'prefer-const': [
49
+ 2,
50
+ {
51
+ ignoreReadBeforeAssign: false
52
+ }
53
+ ],
54
+ 'template-curly-spacing': 'off',
55
+ indent: 'off',
56
+ // 必须使用全等: false
57
+ eqeqeq: 0,
58
+ // 可以使用!! 双重否定
59
+ 'no-extra-boolean-cast': 'off',
60
+ // 关闭函数名后空格检查,跟随 Prettier 默认风格 function foo()
61
+ 'space-before-function-paren': 'off'
62
+ },
63
+ parserOptions: {
64
+ parser: '@babel/eslint-parser'
65
+ },
66
+ overrides: [
67
+ {
68
+ files: ['**/__tests__/*.{j,t}s?(x)', '**/tests/unit/**/*.spec.{j,t}s?(x)'],
69
+ env: {
70
+ jest: true
71
+ }
72
+ }
73
+ ]
74
+ }
@@ -0,0 +1,74 @@
1
+ module.exports = {
2
+ root: true,
3
+ env: {
4
+ node: true
5
+ },
6
+ // prettier 放最后,自动关闭所有与 Prettier 冲突的格式规则
7
+ extends: ['plugin:vue/essential', 'plugin:vue/strongly-recommended', '@vue/standard', 'prettier'],
8
+ rules: {
9
+ camelcase: 'off',
10
+ 'comma-dangle': 'off',
11
+ 'no-console': 'off',
12
+ 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
13
+ 'generator-star-spacing': 'off',
14
+ 'no-mixed-operators': 0,
15
+ 'vue/max-attributes-per-line': 'off',
16
+ 'vue/attribute-hyphenation': 0,
17
+ 'vue/html-self-closing': 0,
18
+ 'vue/component-name-in-template-casing': 0,
19
+ 'vue/html-closing-bracket-spacing': 0,
20
+ 'vue/singleline-html-element-content-newline': 0,
21
+ 'vue/no-unused-components': 0,
22
+ 'vue/multiline-html-element-content-newline': 0,
23
+ 'vue/no-use-v-if-with-v-for': 0,
24
+ 'vue/html-closing-bracket-newline': 0,
25
+ 'vue/no-parsing-error': 0,
26
+ 'vue/name-property-casing': 0,
27
+ 'vue/multi-word-component-names': 0,
28
+ 'vue/no-mutating-props': 0,
29
+ 'no-tabs': 0,
30
+ 'multiline-ternary': 0,
31
+ 'object-shorthand': 0,
32
+ quotes: [
33
+ 2,
34
+ 'single',
35
+ {
36
+ avoidEscape: true,
37
+ allowTemplateLiterals: true
38
+ }
39
+ ],
40
+ semi: [
41
+ 2,
42
+ 'never',
43
+ {
44
+ beforeStatementContinuationChars: 'never'
45
+ }
46
+ ],
47
+ 'no-delete-var': 2,
48
+ 'prefer-const': [
49
+ 2,
50
+ {
51
+ ignoreReadBeforeAssign: false
52
+ }
53
+ ],
54
+ 'template-curly-spacing': 'off',
55
+ indent: 'off',
56
+ // 必须使用全等: false
57
+ eqeqeq: 0,
58
+ // 可以使用!! 双重否定
59
+ 'no-extra-boolean-cast': 'off',
60
+ // 关闭函数名后空格检查,跟随 Prettier 默认风格 function foo()
61
+ 'space-before-function-paren': 'off'
62
+ },
63
+ parserOptions: {
64
+ parser: '@babel/eslint-parser'
65
+ },
66
+ overrides: [
67
+ {
68
+ files: ['**/__tests__/*.{j,t}s?(x)', '**/tests/unit/**/*.spec.{j,t}s?(x)'],
69
+ env: {
70
+ jest: true
71
+ }
72
+ }
73
+ ]
74
+ }