yq1 пре 1 недеља
родитељ
комит
88af2a447a

+ 0 - 1
src/pages/main/template/DialysisPrintOrderSeventythree.vue Прегледај датотеку

@@ -467,7 +467,6 @@
467 467
                     处方脱水量:
468 468
                     <div class="under_line" style="width: 50px; text-align: center">
469 469
                       {{ prescription.prescription_water ? prescription.prescription_water : "/" }}
470
-                     
471 470
                     </div>ml
472 471
                   </div>
473 472
                   <div class="inline_block" style="flex: 1">

+ 5 - 4
src/pages/main/template/DialysisPrintOrderSix.vue Прегледај датотеку

@@ -359,10 +359,11 @@
359 359
                     </div>
360 360
                   </div>
361 361
                   <div class="inline_block" style="margin-left:10px;flex:1;">
362
-                    置换量:
362
+                    <span v-if="org_id!=9538">置换量:</span>
363
+                    <span v-if="org_id==9538">预计置换液量:</span>
363 364
                     <div class="under_line" style="width: 70px;text-align: center">
364
-                      <span v-if="org_id!=10206">{{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}</span>
365
-                      <span v-if="org_id==10206">{{prescription.replacement_total?prescription.replacement_total:'/'}}</span>
365
+                      <span v-if="org_id!=10206 && org_id!=10624">{{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}</span>
366
+                      <span v-if="org_id==10206 || org_id==10624">{{prescription.replacement_total?prescription.replacement_total:'/'}}</span>
366 367
                     </div>
367 368
                     L
368 369
                   </div>
@@ -793,7 +794,7 @@
793 794
                       <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id ==10629 || org_id == 10567 || org_id ==10724">KT/V</td>
794 795
                       <td width="50" v-if="org_id == 9919">在线尿素监测</td>
795 796
                       <td width="50" v-if="org_id != 9919 && org_id!=9538 && org_id!=9675 && org_id!=10617 && org_id!=10629&&org_id!=10644&& org_id!=10679&& org_id!=10683 && org_id!=9829 && org_id!=10567 && org_id!=10724">KT/V</td>
796
-                      
797
+
797 798
                       <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">血容量<br />(L)</td>
798 799
                       <td width="50" v-if="org_id ==10490">碳酸氢钠用量<br />(ml)</td>
799 800
                       <td width="200">病情变化及处理</td>