Ver código fonte

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

XMLWAN 4 anos atrás
pai
commit
af483edf79

+ 3 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue Ver arquivo

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

Diferenças do arquivo suprimidas por serem muito extensas
+ 286 - 363
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue