|
@@ -12,6 +12,7 @@
|
12
|
12
|
</div>
|
13
|
13
|
<DialysisPrintOrderOne style="margin-top:60px;" v-bind:childResponse="childResponse" v-if="org_template_info.template_id ==1"> </DialysisPrintOrderOne>
|
14
|
14
|
<DialysisPrintOrderTwo style="margin-top:60px;" v-bind:childResponse="childResponse" v-if="org_template_info.template_id ==2||org_template_info.template_id ==0"></DialysisPrintOrderTwo>
|
|
15
|
+ <DialysisPrintOrderFive style="margin-top:60px;" v-bind:childResponse="childResponse" v-if="org_template_info.template_id ==5"></DialysisPrintOrderFive>
|
15
|
16
|
|
16
|
17
|
</div>
|
17
|
18
|
</div>
|
|
@@ -27,12 +28,14 @@ import { fetchAllAdminUsers } from "@/api/doctor";
|
27
|
28
|
import LabelBox from "./printItem/LabelBox";
|
28
|
29
|
import DialysisPrintOrderOne from './template/DialysisPrintOrderOne';
|
29
|
30
|
import DialysisPrintOrderTwo from './template/DialysisPrintOrderTwo';
|
|
31
|
+import DialysisPrintOrderFive from './template/DialysisPrintOrderFive';
|
30
|
32
|
|
31
|
33
|
export default {
|
32
|
34
|
name: "PrintIndex",
|
33
|
35
|
components: {
|
34
|
36
|
DialysisPrintOrderOne,
|
35
|
37
|
DialysisPrintOrderTwo,
|
|
38
|
+ DialysisPrintOrderFive,
|
36
|
39
|
LabelBox,
|
37
|
40
|
SideBar
|
38
|
41
|
},
|