vue2-client 1.22.39 → 1.22.46

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 (39) hide show
  1. package/.env.iot +1 -0
  2. package/.idea/af-vue2-client.iml +2 -3
  3. package/.idea/inspectionProfiles/Project_Default.xml +17 -0
  4. package/1yarn.lock +11850 -0
  5. package/logs/afgit.config.log +12 -0
  6. package/logs/afgit.config.log.2026-02-27 +7 -0
  7. package/logs/afgit.config_error.log +6 -0
  8. package/logs/afgit.config_error.log.2026-02-27 +3 -0
  9. package/package.json +1 -1
  10. package/pnpm-workspace.yaml +4 -0
  11. package/public/his/editor/mock/bind_data_with_images.html +78 -0
  12. package/public/his/editor/mock/blank.html +645 -0
  13. package/src/assets/img/80359c35a5465167cb25ff87bab49035d041a65558b35-YJOr3x.png +0 -0
  14. package/src/assets/img/hisLogo.png +0 -0
  15. package/src/assets/svg/unknown-icon.svg +3 -3
  16. package/src/base-client/components/common/AfMap/InfoWindowComponent.vue +141 -141
  17. package/src/base-client/components/common/AfMap/demo.vue +492 -492
  18. package/src/base-client/components/common/HIS/HButtons/HButtons.vue +89 -1
  19. package/src/base-client/components/common/HIS/HButtons/HButtonsSuffixDemo.vue +141 -0
  20. package/src/base-client/components/common/Upload/Upload.vue +2 -2
  21. package/src/base-client/components/common/XInspectionDetailDrawer/components/DeviceStatus.vue +1 -1
  22. package/src/base-client/components/his/XHisEditor/ImageReportDemo.vue +156 -0
  23. package/src/base-client/components/his/XHisEditor/XDocTree.vue +529 -529
  24. package/src/base-client/plugins/GetLoginInfoService.js +26 -1
  25. package/src/components/ImagePreview/ImagePreview.vue +323 -323
  26. package/src/constants/crypto.js +9 -1
  27. package/src/pages/login/Login.vue +107 -3
  28. package/src/router/async/router.map.js +6 -1
  29. package/src/services/user.js +7 -3
  30. package/src/utils/EncryptUtil.js +7 -2
  31. package/src/utils/login.js +29 -14
  32. package/src/utils/request.js +14 -3
  33. package/src/utils/util.js +27 -4
  34. package/vue.config.js +10 -0
  35. package/.idea/MarsCodeWorkspaceAppSettings.xml +0 -7
  36. package/.idea/deployment.xml +0 -14
  37. package/.idea/encodings.xml +0 -6
  38. package/.idea/gradle.xml +0 -7
  39. package/.idea/misc.xml +0 -6
@@ -0,0 +1,12 @@
1
+ 2026-03-18 10:11:17 - afgit.config - INFO - 开始推送配置
2
+ 2026-03-18 10:11:17 - afgit.config - INFO - 开始推送配置文件(含新增与修改),目录: ./config_files
3
+ 2026-03-18 10:11:17 - afgit.config - DEBUG - 开始认证,URL: http://192.168.50.67:31467/api/af-auth/login, 用户名: 1
4
+ 2026-03-18 10:11:18 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
5
+ 2026-03-18 10:11:18 - afgit.config - ERROR - 认证失败,推送终止
6
+ 2026-03-18 10:11:18 - afgit.config - ERROR - 推送配置失败
7
+ 2026-03-18 10:11:24 - afgit.config - INFO - 开始拉取最新配置
8
+ 2026-03-18 10:11:24 - afgit.config - INFO - 开始下载配置文件到: ./config_files
9
+ 2026-03-18 10:11:24 - afgit.config - DEBUG - 开始认证,URL: http://192.168.50.67:31467/api/af-auth/login, 用户名: 1
10
+ 2026-03-18 10:11:25 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
11
+ 2026-03-18 10:11:25 - afgit.config - ERROR - 认证失败,下载终止
12
+ 2026-03-18 10:11:25 - afgit.config - ERROR - 拉取配置失败
@@ -0,0 +1,7 @@
1
+ 2026-02-27 09:24:44 - afgit.config - INFO - 开始拉取最新配置
2
+ 2026-02-27 09:24:44 - afgit.config - INFO - 创建本地目录: ./config_files
3
+ 2026-02-27 09:24:44 - afgit.config - INFO - 开始下载配置文件到: ./config_files
4
+ 2026-02-27 09:24:44 - afgit.config - DEBUG - 开始认证,URL: http://192.168.50.67:31467/api/af-auth/login, 用户名: 1
5
+ 2026-02-27 09:24:44 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
6
+ 2026-02-27 09:24:44 - afgit.config - ERROR - 认证失败,下载终止
7
+ 2026-02-27 09:24:44 - afgit.config - ERROR - 拉取配置失败
@@ -0,0 +1,6 @@
1
+ 2026-03-18 10:11:18 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
2
+ 2026-03-18 10:11:18 - afgit.config - ERROR - 认证失败,推送终止
3
+ 2026-03-18 10:11:18 - afgit.config - ERROR - 推送配置失败
4
+ 2026-03-18 10:11:25 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
5
+ 2026-03-18 10:11:25 - afgit.config - ERROR - 认证失败,下载终止
6
+ 2026-03-18 10:11:25 - afgit.config - ERROR - 拉取配置失败
@@ -0,0 +1,3 @@
1
+ 2026-02-27 09:24:44 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
2
+ 2026-02-27 09:24:44 - afgit.config - ERROR - 认证失败,下载终止
3
+ 2026-02-27 09:24:44 - afgit.config - ERROR - 拉取配置失败
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.22.39",
3
+ "version": "1.22.46",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -0,0 +1,4 @@
1
+ allowBuilds:
2
+ '@afwenming123/ant-design-vue': true
3
+ core-js: true
4
+ yorkie: true
@@ -0,0 +1,78 @@
1
+ <div id="_page" style="margin: 0px auto; background: rgb(255, 255, 255); width: 176mm; min-height: 250mm; transform: scale(1, 1); transform-origin: 50% 0px 0px;" pagekind="B5" direct="portrait">
2
+ <div id="_header" style="outline: none; min-height: 0.65cm; padding-left: 1.17cm; padding-right: 0.99cm; padding-top: 0.97cm; position: relative;" contenteditable="false" class="">
3
+ <p style=" font-family: 宋体; font-size: 12pt; text-align: Center;">
4
+ <label style=" font-family: 宋体; font-size: 20pt; font-weight: bold;">常州中医医院</label>
5
+ </p><p style=" font-family: 宋体; font-size: 12pt; text-align: Center; ">
6
+ <label style=" font-family: 宋体; font-size: 12pt; font-weight: bold; ">影像检查报告(图片报告演示)</label>
7
+ </p>
8
+ </div>
9
+
10
+ <div id="_body" style="outline:none;min-height: calc(250mm - 0.97cm - 0.97cm - 0.65cm - 0.65cm);padding-left:1.17cm;padding-right:0.99cm;" contenteditable="false">
11
+ <p style=" font-family: 宋体; font-size: 11pt; text-align: Right; ">
12
+ <label style=" font-family: 宋体; font-size: 11pt; text-align: Center; ">检查日期:</label>
13
+ <field tabindex="0" id="EXAM_DATE_TIME" name="EXAM_DATE_TIME" class="blank input" style=" font-family: 宋体; font-size: 11pt; font-weight: bold;" contenteditable="true" type="Text" value="" placeholder="">
14
+ <label style=" font-family: 宋体; font-size: 11pt; font-weight: bold; text-decoration-color: #FF7F50;">2024-01-15</label></field>
15
+ </p><p style="">
16
+ <table style="">
17
+ <colgroup>
18
+ <col style="width:74px">
19
+ <col style="width:19px">
20
+ <col style="width:94px">
21
+ <col style="width:79px">
22
+ <col style="width:119px">
23
+ <col style="width:87px">
24
+ <col style="width:130px">
25
+ </colgroup>
26
+ <tbody><tr style="height: 25px;">
27
+ <td style=" font-family: 宋体; font-size: 12pt;padding-left:3.75pt;">
28
+ <p style=" font-family: 宋体; font-size: 11pt; ">
29
+ <label style=" font-family: 宋体; font-size: 11pt; ">姓  名:</label></p></td>
30
+ <td style=" font-family: 宋体; font-size: 12pt;padding-left:3.75pt;" colspan="2">
31
+ <p style=" font-family: 宋体; font-size: 11pt; ">
32
+ <field tabindex="0" id="name" name="name" class="blank input" style=" font-family: 宋体; font-size: 11pt;" contenteditable="true" type="Text" value="" placeholder="" title="姓名" validate="false" format="">李四</field></p></td>
33
+ <td style=" font-family: 宋体; font-size: 12pt;padding-left:3.75pt;">
34
+ <p style=" font-family: 宋体; font-size: 11pt; ">
35
+ <label style=" font-family: 宋体; font-size: 11pt; ">性  别:</label></p></td>
36
+ <td style=" font-family: 宋体; font-size: 12pt;padding-left:3.75pt;">
37
+ <p style=" font-family: 宋体; font-size: 11pt; ">
38
+ <field tabindex="0" id="sex" name="sex" class="blank input" style="font-family: 宋体; font-size: 11pt; outline: none;" contenteditable="true" type="Text" value="" placeholder="" title="性别" validate="false" format="">男</field></p></td>
39
+ <td style=" font-family: 宋体; font-size: 12pt;padding-left:3.75pt;">
40
+ <p style=" font-family: 宋体; font-size: 11pt; ">
41
+ <label style=" font-family: 宋体; font-size: 11pt; ">年  龄:</label></p></td>
42
+ <td style=" font-family: 宋体; font-size: 12pt;padding-left:3.75pt;">
43
+ <p style=" font-family: 宋体; font-size: 11pt; ">
44
+ <field tabindex="0" id="age" name="age" class="blank input" style=" font-family: 宋体; font-size: 11pt;" contenteditable="true" type="Text" value="" placeholder="" title="年龄" validate="false" format="">45岁</field>
45
+ <field tabindex="0" id="unit" name="unit" class="blank input" style=" font-family: 宋体; font-size: 11pt;" contenteditable="true" type="Text" value="" placeholder="" title="岁" validate="false" format="">岁</field></p></td>
46
+ </tr>
47
+ </tbody></table></p><p></p>
48
+
49
+ <p style=" font-family: 宋体; font-size: 11pt; ">
50
+ <label style=" font-family: 宋体; font-size: 11pt; font-weight: bold;">CT影像</label>
51
+ </p>
52
+ <p style=" font-family: 宋体; font-size: 11pt; ">
53
+ <label style=" font-family: 宋体; font-size: 11pt; ">此处将自动渲染 ctImages 字段的图片缩略图:</label>
54
+ </p>
55
+ <div id="ctImages" class="x-image-report-root"></div>
56
+
57
+ <p style=" font-family: 宋体; font-size: 11pt; ">
58
+ <label style=" font-family: 宋体; font-size: 11pt; font-weight: bold;">X光片</label>
59
+ </p>
60
+ <p style=" font-family: 宋体; font-size: 11pt; ">
61
+ <label style=" font-family: 宋体; font-size: 11pt; ">此处将自动渲染 xrayImages 字段的图片缩略图:</label>
62
+ </p>
63
+ <div id="xrayImages" class="x-image-report-root"></div>
64
+
65
+ <p style=" font-family: 宋体; font-size: 11pt; ">
66
+ <label style=" font-family: 宋体; font-size: 11pt; font-weight: bold;">检查印象</label>
67
+ <label style=" font-family: 宋体; font-size: 11pt;">:</label>
68
+ </p><p style=" font-family: 宋体; font-size: 11pt; ">
69
+ <field tabindex="0" id="IMPRESSION" name="IMPRESSION" class=" input" style=" font-family: 宋体; font-size: 11pt;" contenteditable="true" type="Text" value="CT未见明显异常;建议随访。" placeholder="">
70
+ </field></p>
71
+ </div>
72
+
73
+ <div id="_footer" style="outline:none; position:relative;min-height:0.65cm;padding-left:1.17cm;padding-right:0.99cm;padding-bottom:0.97cm;" contenteditable="false" class="">
74
+ <p style="">
75
+ <label style=" font-family: 宋体; font-size: 8pt; ">本报告仅供临床参考,如有任何问题,请在收到报告单三日内,前来咨询。</label>
76
+ </p>
77
+ </div>
78
+ </div>