|
@@ -77,12 +77,24 @@
|
77
|
77
|
v-if="org_template_info.template_id == 13"
|
78
|
78
|
>
|
79
|
79
|
</DialysisPrintOrderThirteen>
|
|
80
|
+ <DialysisPrintOrderFourteen
|
|
81
|
+ style="margin-top:60px;"
|
|
82
|
+ v-bind:childResponse="childResponse"
|
|
83
|
+ v-if="org_template_info.template_id == 14"
|
|
84
|
+ >
|
|
85
|
+ </DialysisPrintOrderFourteen>
|
80
|
86
|
<DialysisPrintOrderFifteen
|
81
|
87
|
style="margin-top:60px;"
|
82
|
88
|
v-bind:childResponse="childResponse"
|
83
|
89
|
v-if="org_template_info.template_id == 15"
|
84
|
90
|
>
|
85
|
91
|
</DialysisPrintOrderFifteen>
|
|
92
|
+ <DialysisPrintOrderSixteen
|
|
93
|
+ style="margin-top:60px;"
|
|
94
|
+ v-bind:childResponse="childResponse"
|
|
95
|
+ v-if="org_template_info.template_id == 16"
|
|
96
|
+ >
|
|
97
|
+ </DialysisPrintOrderSixteen>
|
86
|
98
|
|
87
|
99
|
</div>
|
88
|
100
|
<!--<side-bar :active_index="0" v-if="isShow == true"></side-bar>-->
|
|
@@ -106,11 +118,15 @@ import DialysisPrintOrderEight from "./template/DialysisPrintOrderEight";
|
106
|
118
|
import DialysisPrintOrderNine from "./template/DialysisPrintOrderNine";
|
107
|
119
|
import DialysisPrintOrderEleven from "./template/DialysisPrintOrderEleven";
|
108
|
120
|
import DialysisPrintOrderThirteen from "./template/DialysisPrintOrderThirteen";
|
|
121
|
+import DialysisPrintOrderFourteen from "./template/DialysisPrintOrderFourteen";
|
109
|
122
|
import DialysisPrintOrderFifteen from "./template/DialysisPrintOrderFifteen";
|
|
123
|
+import DialysisPrintOrderSixteen from "./template/DialysisPrintOrderSixteen";
|
110
|
124
|
export default {
|
111
|
125
|
name: "PrintIndex",
|
112
|
126
|
components: {
|
|
127
|
+ DialysisPrintOrderSixteen,
|
113
|
128
|
DialysisPrintOrderFifteen,
|
|
129
|
+ DialysisPrintOrderFourteen,
|
114
|
130
|
DialysisPrintOrderThirteen,
|
115
|
131
|
DialysisPrintOrderEleven,
|
116
|
132
|
DialysisPrintOrderTen,
|