huangyw před 1 rokem
rodič
revize
e5eff7cc53

Diff nebyl zobrazen, protože je příliš veliký
+ 2417 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyTwo.vue


+ 6 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyTwo.vue Zobrazit soubor

@@ -990,9 +990,7 @@
990 990
             <td>{{ monitor.pulse_frequency }}</td>
991 991
             <td>{{ monitor.blood_flow_volume }}</td>
992 992
             <td>{{ monitor.venous_pressure }}</td>
993
-            <td>
994
-              {{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
995
-            </td>
993
+            <td>{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}</td>
996 994
             <td>{{ monitor.transmembrane_pressure }}</td>
997 995
             <td>{{ monitor.ultrafiltration_rate }}</td>
998 996
             <!-- <td>{{ monitor.ultrafiltration_volume }}</td> -->
@@ -1088,10 +1086,13 @@
1088 1086
                 >&nbsp;&nbsp;
1089 1087
                 <label-box
1090 1088
                   showValue="无"
1091
-                  :isChecked="afterdialysis.cruor.indexOf('透析器-无') > -1"
1089
+                  :isChecked="afterdialysis.cruor.indexOf('透析器-0度') <= 0&&
1090
+                  afterdialysis.cruor.indexOf('透析器-Ⅲ度') <= 0&&
1091
+                  afterdialysis.cruor.indexOf('透析器-Ⅰ度') <= 0&&
1092
+                  afterdialysis.cruor.indexOf('透析器-Ⅱ度') <= 0"
1092 1093
                 ></label-box
1093 1094
                 >
1094
-                {{ getCruor(afterdialysis.cruor) }}
1095
+                <!-- {{ getCruor(afterdialysis.cruor) }} -->
1095 1096
               </span>
1096 1097
             </td>
1097 1098
           </tr>