yq1 1 year ago
parent
commit
d8db73b52b

+ 10 - 6
src/xt_pages/dialysis/batch_print/batch_print_order_seventy.vue View File

@@ -302,8 +302,7 @@
302 302
                       >
303 303
                         导管:
304 304
                         <div
305
-                          class="under_line"
306
-                          style="width: 200px; text-align: center"
305
+                          style="width: 90%; text-align: left;display: inline-block;border-bottom: 1px solid #999;"
307 306
                         >
308 307
                           {{
309 308
                             record.assessment_before_dislysis &&
@@ -1892,8 +1891,7 @@
1892 1891
                       <div class="inline_block" style="flex: 1">
1893 1892
                         导管:
1894 1893
                         <div
1895
-                          class="under_line"
1896
-                          style="min-width: 120px; text-align: center"
1894
+                          style="width: 70%; text-align: left;display: inline-block;border-bottom: 1px solid #999;"
1897 1895
                         >
1898 1896
                           {{
1899 1897
                             record.assessment_after_dislysis &&
@@ -1999,7 +1997,7 @@
1999 1997
                       >
2000 1998
   
2001 1999
                         <span v-if="org_id!=10460">
2002
-                          透析中入量  (L)
2000
+                          透析中入量:
2003 2001
                         </span>
2004 2002
                         <div
2005 2003
                           class="under_line"
@@ -3080,7 +3078,13 @@ export default {
3080 3078
   white-space: nowrap;
3081 3079
   width: 50%;
3082 3080
 }
3083
-
3081
+.under_line2 {
3082
+  display: inline-block;
3083
+  border-bottom: 1px solid #999;
3084
+  text-align: center;
3085
+  /* white-space: nowrap; */
3086
+  width: 50%;
3087
+}
3084 3088
 .under_line::before {
3085 3089
   content: "\00A0";
3086 3090
 }

+ 14 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderSeventy.vue View File

@@ -280,8 +280,8 @@
280 280
                     >
281 281
                       导管:
282 282
                       <div
283
-                        class="under_line"
284
-                        style="width: 200px; text-align: center"
283
+                       
284
+                        style="width: 90%; text-align: left;display: inline-block;border-bottom: 1px solid #999;"
285 285
                       >
286 286
                         {{ predialysis.catheter ? predialysis.catheter : "/" }}
287 287
                       </div>
@@ -992,9 +992,9 @@
992 992
                       {{ predialysis.weight_before > 0 && lastafterdialysis.weight_after > 0
993 993
                         ? parseFloat(predialysis.weight_before - lastafterdialysis.weight_after).toFixed(2): "/"
994 994
                       }}
995
-                      </div>
996
-                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460">ml</span>
997
-                      <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">L</span>
995
+                      <!-- {{ predialysis.weight_before}} -->
996
+                      <!-- {{  lastafterdialysis.weight_after }} -->
997
+                      </div>kg
998 998
                     </div>
999 999
                     <div class="inline_block" style="flex: 1">
1000 1000
                       目标超滤量:
@@ -2157,7 +2157,7 @@
2157 2157
                     </div>
2158 2158
                     <div class="inline_block" style="flex:1;">
2159 2159
                       导管:
2160
-                      <div class="under_line" style="min-width: 120px;text-align: center">
2160
+                      <div style="width: 80%;text-align: left;display: inline-block;border-bottom: 1px solid #999; ">
2161 2161
                         {{ afterdialysis.catheter ? afterdialysis.catheter : "/" }}
2162 2162
                       </div>
2163 2163
                     </div>
@@ -2251,7 +2251,7 @@
2251 2251
                       v-if="org_id != 10223 || org_id!=10375"
2252 2252
                     >
2253 2253
                        <span v-if="org_id!=10460">
2254
-                          透析中入量(L)
2254
+                          透析中入量:
2255 2255
                         </span>
2256 2256
                         <span v-if="org_id==10460">
2257 2257
                           透析中入量(ml):
@@ -4140,6 +4140,13 @@ export default {
4140 4140
   white-space: nowrap;
4141 4141
   width: 50%;
4142 4142
 }
4143
+.under_line2 {
4144
+  display: inline-block;
4145
+  border-bottom: 1px solid #999;
4146
+  text-align: center;
4147
+  /* white-space: nowrap; */
4148
+  width: 50%;
4149
+}
4143 4150
 
4144 4151
 .under_line::before {
4145 4152
   content: "\00A0";

File diff suppressed because it is too large
+ 616 - 612
src/xt_pages/workforce/components/editTableData.vue