See999 4 years ago
parent
commit
dbce8892d0

+ 16 - 0
src/pages/main/PrintIndex.vue View File

@@ -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,

File diff suppressed because it is too large
+ 1975 - 0
src/pages/main/template/DialysisPrintOrderFourteen.vue


File diff suppressed because it is too large
+ 1717 - 0
src/pages/main/template/DialysisPrintOrderSixteen.vue


+ 12 - 0
src/store/modules/globalConfig.js View File

@@ -1845,6 +1845,14 @@ const global_config = {
1845 1845
       {
1846 1846
         id: 3,
1847 1847
         name: '抗凝'
1848
+      },
1849
+      {
1850
+        id: 4,
1851
+        name: '其他'
1852
+      },
1853
+      {
1854
+        id: 5,
1855
+        name: '降糖药'
1848 1856
       }
1849 1857
     ],
1850 1858
     blood_access: [{
@@ -1988,6 +1996,10 @@ const global_config = {
1988 1996
       {
1989 1997
         id: 3,
1990 1998
         name: '区域'
1999
+      },
2000
+      {
2001
+        id: 4,
2002
+        name: '定点'
1991 2003
       }
1992 2004
     ],
1993 2005
     venous_catheterization: [{