see999 4 jaren geleden
bovenliggende
commit
ac936bd147

+ 26 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFour.vue Bestand weergeven

@@ -203,6 +203,30 @@
203 203
                         </div>
204 204
                     </div>
205 205
                 </div>
206
+                <div class="row" style="padding: 2px 0;line-height:23px;">
207
+                  <div class="inline_block" style="flex:1;">
208
+                    置换方式:
209
+                    <label-box
210
+                      :isChecked="
211
+                        prescription.displace_liqui_part == 1 ? true : false
212
+                      "
213
+                      showValue="前置换"
214
+                    ></label-box>&nbsp;
215
+                    <label-box
216
+                      :isChecked="
217
+                        prescription.displace_liqui_part == 2 ? true : false
218
+                      "
219
+                      showValue="后置换"
220
+                    ></label-box>
221
+                  </div>
222
+                  <div class="inline_block" style="margin-left:20px;flex:1;">
223
+                    置换量:
224
+                    <div class="under_line" style="width: 70px;text-align: center">
225
+                    {{ prescription.replacement_total ? prescription.replacement_total : "" }}
226
+                    </div>
227
+                    ml
228
+                  </div>
229
+                </div>
206 230
               </td>
207 231
             </tr>
208 232
             <tr>
@@ -848,8 +872,8 @@ export default {
848 872
         this.summary = response.data.data.summary
849 873
         this.org_template_info = response.data.data.org_template_info
850 874
 
851
-        if (this.monitors.length < 10) {
852
-            var nl = 10 - this.monitors.length
875
+        if (this.monitors.length < 9) {
876
+            var nl = 9 - this.monitors.length
853 877
             for (let index = 0; index < nl; index++) {
854 878
               this.monitors.push([])
855 879
             }

+ 5 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue Bestand weergeven

@@ -342,7 +342,7 @@
342 342
               <tbody>
343 343
               <tr>
344 344
                 <td width="70">血管通路:</td>
345
-                <td width="620">
345
+                <td width="590">
346 346
                   <div>
347 347
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') > -1 ? true : false" showValue="自体内瘘"></label-box>
348 348
                     &nbsp;
@@ -350,10 +350,11 @@
350 350
                     &nbsp;
351 351
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('直穿') > -1 ? true : false" showValue="直穿"></label-box>
352 352
                     &nbsp;
353
-                    <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉') > -1 ? true : false" showValue="颈内静脉"></label-box>
353
+                    <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-左') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('颈内静脉-右') > -1 ? true : false" showValue="颈内静脉"></label-box>
354 354
                     &nbsp;
355
-                    <!-- <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-右') > -1 ? true : false" showValue="颈内静脉-右"></label-box>
356
-                    &nbsp; -->
355
+                    (<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-左') > -1 ? true : false" showValue="左"></label-box>
356
+                    &nbsp;
357
+                    <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-右') > -1 ? true : false" showValue="右"></label-box>)
357 358
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="股静脉"></label-box>
358 359
                     &nbsp;
359 360
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('锁骨下') > -1 ? true : false" showValue="锁骨下"></label-box>