See999 5 年之前
父節點
當前提交
7602bddf0a

+ 28 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue 查看文件

144
144
145
                       <label-box
145
                       <label-box
146
                         :isChecked="
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
                             ? true
148
                             ? true
153
                             : false
149
                             : false
154
                         "
150
                         "
163
                       <span v-if="record.prescription.mode_id == 5">
159
                       <span v-if="record.prescription.mode_id == 5">
164
                         {{ record.prescription.mode_id == 5 ? "HF" : "" }}
160
                         {{ record.prescription.mode_id == 5 ? "HF" : "" }}
165
                       </span>
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
                     </td>
189
                     </td>
167
                     <td
190
                     <td
168
                       colspan="3"
191
                       colspan="3"

+ 29 - 10
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue 查看文件

126
               >
126
               >
127
127
128
               <label-box
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
                 showValue="其他:"
130
                 showValue="其他:"
139
               ></label-box>
131
               ></label-box>
140
               <span v-if="prescription.mode_id == 3">
132
               <span v-if="prescription.mode_id == 3">
146
               <span v-if="prescription.mode_id == 5">
138
               <span v-if="prescription.mode_id == 5">
147
                 {{ prescription.mode_id == 5 ? "HF" : "" }}
139
                 {{ prescription.mode_id == 5 ? "HF" : "" }}
148
               </span>
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
             </td>
168
             </td>
150
             <td colspan="3" style="border-left:1px solid #000;padding-left:5px">
169
             <td colspan="3" style="border-left:1px solid #000;padding-left:5px">
151
               治疗时间:
170
               治疗时间:
325
               血管通路:
344
               血管通路:
326
               <label-box
345
               <label-box
327
                 :isChecked="
346
                 :isChecked="
328
-                  predialysis.blood_access_part_opera_name.indexOf('内瘘') > -1
347
+                  predialysis.blood_access_part_opera_name == '内瘘'
329
                     ? true
348
                     ? true
330
                     : false
349
                     : false
331
                 "
350
                 "