See999 4 years ago
parent
commit
7602bddf0a

+ 28 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue View File

@@ -144,11 +144,7 @@
144 144
145 145
                       <label-box
146 146
                         :isChecked="
147
-                          record.prescription.mode_id == 3
148
-                            ? true
149
-                            : record.prescription.mode_id == 4
150
-                            ? true
151
-                            : record.prescription.mode_id == 5
147
+                          record.prescription.mode_id > 2
152 148
                             ? true
153 149
                             : false
154 150
                         "
@@ -163,6 +159,33 @@
163 159
                       <span v-if="record.prescription.mode_id == 5">
164 160
                         {{ record.prescription.mode_id == 5 ? "HF" : "" }}
165 161
                       </span>
162
+                      <span v-if="record.prescription.mode_id == 6">
163
+                        {{ record.prescription.mode_id == 6 ? "SCUF" : "" }}
164
+                      </span>
165
+                      <span v-if="record.prescription.mode_id == 7">
166
+                        {{ record.prescription.mode_id == 7 ? "IUF" : "" }}
167
+                      </span>
168
+                      <span v-if="record.prescription.mode_id == 8">
169
+                        {{ record.prescription.mode_id == 8 ? "HFHD" : "" }}
170
+                      </span>
171
+                      <span v-if="record.prescription.mode_id == 9">
172
+                        {{ record.prescription.mode_id == 9 ? "HFHD+HP" : "" }}
173
+                      </span>
174
+                      <span v-if="record.prescription.mode_id == 10">
175
+                        {{ record.prescription.mode_id == 10 ? "PHF" : "" }}
176
+                      </span>
177
+                      <span v-if="record.prescription.mode_id == 11">
178
+                        {{ record.prescription.mode_id == 11 ? "HFR" : "" }}
179
+                      </span>
180
+                      <span v-if="record.prescription.mode_id == 12">
181
+                        {{ record.prescription.mode_id == 12 ? "HDF+HP" : "" }}
182
+                      </span>
183
+                      <span v-if="record.prescription.mode_id == 13">
184
+                        {{ record.prescription.mode_id == 13 ? "CRRT" : "" }}
185
+                      </span>
186
+                      <span v-if="record.prescription.mode_id == 14">
187
+                        {{ record.prescription.mode_id == 14 ? "腹水回输" : "" }}
188
+                      </span>
166 189
                     </td>
167 190
                     <td
168 191
                       colspan="3"

+ 29 - 10
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue View File

@@ -126,15 +126,7 @@
126 126
               >
127 127
128 128
               <label-box
129
-                :isChecked="
130
-                  prescription.mode_id == 3
131
-                    ? true
132
-                    : prescription.mode_id == 4
133
-                    ? true
134
-                    : prescription.mode_id == 5
135
-                    ? true
136
-                    : false
137
-                "
129
+                :isChecked="prescription.mode_id > 2 ? true : false"
138 130
                 showValue="其他:"
139 131
               ></label-box>
140 132
               <span v-if="prescription.mode_id == 3">
@@ -146,6 +138,33 @@
146 138
               <span v-if="prescription.mode_id == 5">
147 139
                 {{ prescription.mode_id == 5 ? "HF" : "" }}
148 140
               </span>
141
+              <span v-if="prescription.mode_id == 6">
142
+                {{ prescription.mode_id == 6 ? "SCUF" : "" }}
143
+              </span>
144
+              <span v-if="prescription.mode_id == 7">
145
+                {{ prescription.mode_id == 7 ? "IUF" : "" }}
146
+              </span>
147
+              <span v-if="prescription.mode_id == 8">
148
+                {{ prescription.mode_id == 8 ? "HFHD" : "" }}
149
+              </span>
150
+              <span v-if="prescription.mode_id == 9">
151
+                {{ prescription.mode_id == 9 ? "HFHD+HP" : "" }}
152
+              </span>
153
+              <span v-if="prescription.mode_id == 10">
154
+                {{ prescription.mode_id == 10 ? "PHF" : "" }}
155
+              </span>
156
+              <span v-if="prescription.mode_id == 11">
157
+                {{ prescription.mode_id == 11 ? "HFR" : "" }}
158
+              </span>
159
+              <span v-if="prescription.mode_id == 12">
160
+                {{ prescription.mode_id == 12 ? "HDF+HP" : "" }}
161
+              </span>
162
+              <span v-if="prescription.mode_id == 13">
163
+                {{ prescription.mode_id == 13 ? "CRRT" : "" }}
164
+              </span>
165
+              <span v-if="prescription.mode_id == 14">
166
+                {{ prescription.mode_id == 14 ? "腹水回输" : "" }}
167
+              </span>
149 168
             </td>
150 169
             <td colspan="3" style="border-left:1px solid #000;padding-left:5px">
151 170
               治疗时间:
@@ -325,7 +344,7 @@
325 344
               血管通路:
326 345
               <label-box
327 346
                 :isChecked="
328
-                  predialysis.blood_access_part_opera_name.indexOf('内瘘') > -1
347
+                  predialysis.blood_access_part_opera_name == '内瘘'
329 348
                     ? true
330 349
                     : false
331 350
                 "