vue2-client 1.15.138 → 1.15.141
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.
- package/package.json +111 -111
- package/src/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm.vue +411 -0
- package/src/base-client/components/common/HIS/HAddNativeForm/index.js +3 -0
- package/src/base-client/components/common/HIS/HButtons/HButtons.vue +365 -324
- package/src/base-client/components/common/HIS/HFormTable/HFormTable.vue +10 -13
- package/src/base-client/components/common/HIS/HTab/HTab.vue +282 -281
- package/src/base-client/components/common/HIS/demo.vue +54 -46
- package/src/base-client/components/common/XFormTable/XFormTable.vue +6 -0
- package/src/base-client/components/common/XReportGrid/XReportTrGroup.vue +813 -810
- package/src/base-client/components/common/XTable/XTable.vue +5 -0
- package/src/base-client/components/common/XTable/XTableWrapper.vue +1 -0
- package/src/base-client/components/his/XSimpleTable/XSimpleTable.vue +119 -119
- package/src/components/STable/index.js +200 -23
- package/src/router/async/router.map.js +128 -128
- package/src/base-client/components/his/XCharge/XChargeDemo.vue +0 -32
@@ -1,46 +1,54 @@
|
|
1
|
-
<template>
|
2
|
-
<div class="h-tab-demo">
|
3
|
-
|
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
|
-
<!--
|
20
|
-
<a-card title="
|
21
|
-
<h-
|
22
|
-
queryParamsName="
|
23
|
-
serviceName="af-his"
|
24
|
-
/>
|
25
|
-
</a-card>
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
<
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
</
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
1
|
+
<template>
|
2
|
+
<div class="h-tab-demo">
|
3
|
+
<!-- <!– XTab –>-->
|
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
|
+
<!-- <!– HButtons –>-->
|
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 '@/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>
|
@@ -70,6 +70,7 @@
|
|
70
70
|
:serviceName="serviceName"
|
71
71
|
:pageMaxSize="realQueryConfig.queryPagesSize"
|
72
72
|
:externalSelectedRowKeys="externalSelectedRowKeys"
|
73
|
+
:customPagination="customPagination"
|
73
74
|
@add="add"
|
74
75
|
@move="move"
|
75
76
|
@edit="edit"
|
@@ -402,6 +403,11 @@ export default {
|
|
402
403
|
default: () => {
|
403
404
|
return {}
|
404
405
|
}
|
406
|
+
},
|
407
|
+
// 是否使用自定义分页样式
|
408
|
+
customPagination: {
|
409
|
+
type: Boolean,
|
410
|
+
default: false
|
405
411
|
}
|
406
412
|
},
|
407
413
|
watch: {
|