|
@@ -1006,21 +1006,24 @@
|
1006
|
1006
|
v-if="org_template_info.template_id == 41"
|
1007
|
1007
|
>
|
1008
|
1008
|
</DialysisPrintOrderFortyOne>
|
1009
|
|
- <DialysisPrintOrderFortyThree
|
|
1009
|
+ <DialysisPrintOrderFortyTwo
|
1010
|
1010
|
v-bind:childResponse="childResponse"
|
1011
|
1011
|
v-if="org_template_info.template_id == 42"
|
1012
|
1012
|
>
|
1013
|
|
- </DialysisPrintOrderFortyThree>
|
|
1013
|
+ </DialysisPrintOrderFortyTwo>
|
|
1014
|
+
|
1014
|
1015
|
<DialysisPrintOrderFortyThree
|
1015
|
1016
|
v-bind:childResponse="childResponse"
|
1016
|
1017
|
v-if="org_template_info.template_id == 43"
|
1017
|
1018
|
>
|
1018
|
1019
|
</DialysisPrintOrderFortyThree>
|
|
1020
|
+
|
1019
|
1021
|
<DialysisPrintOrderFortyFour
|
1020
|
1022
|
v-bind:childResponse="childResponse"
|
1021
|
1023
|
v-if="org_template_info.template_id == 44"
|
1022
|
1024
|
>
|
1023
|
1025
|
</DialysisPrintOrderFortyFour>
|
|
1026
|
+
|
1024
|
1027
|
<DialysisPrintOrderFortyFive
|
1025
|
1028
|
v-bind:childResponse="childResponse"
|
1026
|
1029
|
v-if="org_template_info.template_id == 45"
|