See999 преди 5 години
родител
ревизия
759806ab10
променени са 2 файла, в които са добавени 289 реда и са изтрити 366 реда
  1. 3 3
      src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue
  2. 286 363
      src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue

+ 3 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue Целия файл

@@ -877,7 +877,7 @@
877 877
                   </th>
878 878
                   <th style="width:70px">
879 879
                     <p style="height:20px;line-height:20px">脱水量</p>
880
-                    <p style="height:20px;line-height:20px">L</p>
880
+                    <p style="height:20px;line-height:20px">ml</p>
881 881
                   </th>
882 882
                   <th style="width:30px">
883 883
                     <p style="height:20px;line-height:20px">T</p>
@@ -935,7 +935,7 @@
935 935
                     <span v-if="getTime(monitor.operate_time) != ''">
936 936
                       {{
937 937
                         monitor.blood_flow_volume
938
-                          ? monitor.blood_flow_volume
938
+                          ? monitor.blood_flow_volume 
939 939
                           : "0"
940 940
                       }}</span
941 941
                     >
@@ -944,7 +944,7 @@
944 944
                     <span v-if="getTime(monitor.operate_time) != ''">
945 945
                       {{
946 946
                         monitor.ultrafiltration_volume
947
-                          ? monitor.ultrafiltration_volume
947
+                          ? monitor.ultrafiltration_volume * 1000
948 948
                           : "0"
949 949
                       }}
950 950
                     </span>

Файловите разлики са ограничени, защото са твърде много
+ 286 - 363
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue