vue2-client 1.16.24 → 1.16.26

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 (25) hide show
  1. package/package.json +112 -112
  2. package/src/assets/img/paymentMethod/icon1.png +0 -0
  3. package/src/assets/img/paymentMethod/icon2.png +0 -0
  4. package/src/assets/img/paymentMethod/icon3.png +0 -0
  5. package/src/assets/img/paymentMethod/icon4.png +0 -0
  6. package/src/assets/img/paymentMethod/icon5.png +0 -0
  7. package/src/assets/img/paymentMethod/icon6.png +0 -0
  8. package/src/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm.vue +478 -478
  9. package/src/base-client/components/common/HIS/HAddNativeForm/index.js +3 -3
  10. package/src/base-client/components/common/HIS/HButtons/HButtons.vue +365 -365
  11. package/src/base-client/components/common/HIS/HForm/HForm.vue +133 -0
  12. package/src/base-client/components/common/HIS/HForm/index.js +3 -0
  13. package/src/base-client/components/common/HIS/HFormTable/HFormTable.vue +219 -219
  14. package/src/base-client/components/common/HIS/HTab/HTab.vue +293 -293
  15. package/src/base-client/components/common/HIS/demo.vue +54 -54
  16. package/src/base-client/components/common/XReport/XReportHospitalizationDemo.vue +45 -0
  17. package/src/base-client/components/common/XReportGrid/XReportTrGroup.vue +816 -813
  18. package/src/base-client/components/his/XCharge/XCharge.vue +610 -610
  19. package/src/base-client/components/his/XCharge/testConfig.js +149 -0
  20. package/src/base-client/components/his/XSidebar/XSidebar.vue +283 -283
  21. package/src/base-client/components/his/XSimpleTable/XSimpleTable.vue +119 -119
  22. package/src/base-client/components/his/XTimeSelect/XTimeSelect.vue +200 -200
  23. package/src/base-client/components/his/threeTestOrders/threeTestOrders.vue +482 -482
  24. package/src/router/async/router.map.js +131 -129
  25. package/src/services/api/common.js +1 -0
@@ -1,54 +1,54 @@
1
- <template>
2
- <div class="h-tab-demo">
3
- <!-- &lt;!&ndash; XTab &ndash;&gt;-->
4
- <!-- <a-card title="XTab">-->
5
- <!-- <h-tab-->
6
- <!-- configName="openPrescriptionTab"-->
7
- <!-- serverName="af-his"-->
8
- <!-- />-->
9
- <!-- </a-card>-->
10
-
11
- <!-- HFormTable -->
12
- <a-card title="HFormTable" style="margin-top: 20px;">
13
- <h-form-table
14
- queryParamsName="outpatientAdviceAllCRUD"
15
- serviceName="af-his"
16
- />
17
- </a-card>
18
-
19
- <!-- HForm -->
20
- <a-card title="HAddNativeForm" style="margin-top: 20px;">
21
- <h-add-native-form
22
- queryParamsName="TCMAdviceFormConfig"
23
- serviceName="af-his"
24
- />
25
- </a-card>
26
-
27
- <!-- &lt;!&ndash; HButtons &ndash;&gt;-->
28
- <!-- <a-card title="HButtons" style="margin-top: 20px;">-->
29
- <!-- <h-buttons-->
30
- <!-- queryParamsName="outpatientAdviceGroup"-->
31
- <!-- serviceName="af-his"-->
32
- <!-- />-->
33
- <!-- </a-card>-->
34
- </div>
35
- </template>
36
-
37
- <script setup>
38
- // import HTab from './HTab/HTab.vue'
39
- import HFormTable from './HFormTable/HFormTable.vue'
40
- // import HButtons from './HButtons/HButtons.vue'
41
- import HAddNativeForm from '@vue2-client/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm.vue'
42
- </script>
43
-
44
- <style scoped lang="less">
45
- .h-tab-demo {
46
- padding: 20px;
47
-
48
- h4 {
49
- color: #333;
50
- margin-bottom: 10px;
51
- font-size: 14px;
52
- }
53
- }
54
- </style>
1
+ <template>
2
+ <div class="h-tab-demo">
3
+ <!-- &lt;!&ndash; XTab &ndash;&gt;-->
4
+ <!-- <a-card title="XTab">-->
5
+ <!-- <h-tab-->
6
+ <!-- configName="openPrescriptionTab"-->
7
+ <!-- serverName="af-his"-->
8
+ <!-- />-->
9
+ <!-- </a-card>-->
10
+
11
+ <!-- HFormTable -->
12
+ <a-card title="HFormTable" style="margin-top: 20px;">
13
+ <h-form-table
14
+ queryParamsName="outpatientAdviceAllCRUD"
15
+ serviceName="af-his"
16
+ />
17
+ </a-card>
18
+
19
+ <!-- HForm -->
20
+ <a-card title="HAddNativeForm" style="margin-top: 20px;">
21
+ <h-add-native-form
22
+ queryParamsName="TCMAdviceFormConfig"
23
+ serviceName="af-his"
24
+ />
25
+ </a-card>
26
+
27
+ <!-- &lt;!&ndash; HButtons &ndash;&gt;-->
28
+ <!-- <a-card title="HButtons" style="margin-top: 20px;">-->
29
+ <!-- <h-buttons-->
30
+ <!-- queryParamsName="outpatientAdviceGroup"-->
31
+ <!-- serviceName="af-his"-->
32
+ <!-- />-->
33
+ <!-- </a-card>-->
34
+ </div>
35
+ </template>
36
+
37
+ <script setup>
38
+ // import HTab from './HTab/HTab.vue'
39
+ import HFormTable from './HFormTable/HFormTable.vue'
40
+ // import HButtons from './HButtons/HButtons.vue'
41
+ import HAddNativeForm from '@vue2-client/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm.vue'
42
+ </script>
43
+
44
+ <style scoped lang="less">
45
+ .h-tab-demo {
46
+ padding: 20px;
47
+
48
+ h4 {
49
+ color: #333;
50
+ margin-bottom: 10px;
51
+ font-size: 14px;
52
+ }
53
+ }
54
+ </style>
@@ -0,0 +1,45 @@
1
+ <template>
2
+ <div id="xreport-hosp-demo">
3
+ <a-space style="margin-bottom: 12px;">
4
+ <a-button type="primary" @click="doInit">手动初始化</a-button>
5
+ </a-space>
6
+ <XReport
7
+ ref="reportRef"
8
+ :edit-mode="true"
9
+ :show-save-button="true"
10
+ :show-img-in-cell="false"
11
+ :use-oss-for-img="false"
12
+ server-name="af-his"
13
+ @updateImg="onUpdateImg"/>
14
+ </div>
15
+ </template>
16
+
17
+ <script setup>
18
+ import { ref } from 'vue'
19
+ import XReport from '@vue2-client/base-client/components/common/XReport'
20
+
21
+ const reportRef = ref(null)
22
+
23
+ const payload = {
24
+ arr: [
25
+ { BQ: '病房区', RY: 0, CY: 0, CW: 0, SW: 0, SS: 0, ZC: 0, ZR: 0, ZY: 0 },
26
+ { BQ: '感染科', RY: 0, CY: 0, CW: 0, SW: 0, SS: 0, ZC: 0, ZR: 0, ZY: 0 },
27
+ { BQ: '骨科病区', RY: 0, CY: 0, CW: 0, SW: 0, SS: 0, ZC: 0, ZR: 0, ZY: 0 },
28
+ { BQ: '呼吸科病区', RY: 0, CY: 0, CW: 0, SW: 0, SS: 0, ZC: 0, ZR: 0, ZY: 0 },
29
+ { BQ: '急症科病区', RY: 0, CY: 0, CW: 0, SW: 0, SS: 0, ZC: 0, ZR: 0, ZY: 0 },
30
+ { BQ: '内科二病区', RY: 0, CY: 0, CW: 0, SW: 0, SS: 0, ZC: 0, ZR: 0, ZY: 0 }
31
+ ]
32
+ }
33
+
34
+ const doInit = async () => {
35
+ if (!reportRef.value || !reportRef.value.init) return
36
+ await reportRef.value.init({
37
+ configName: 'hospitalizationStatsReport',
38
+ configData: payload
39
+ })
40
+ }
41
+
42
+ const onUpdateImg = data => {
43
+ console.warn('updateImg:', data)
44
+ }
45
+ </script>