Browse Source

11月22日,打印单

yq1 3 days ago
parent
commit
f9285a8b50
1 changed files with 8 additions and 6 deletions
  1. 8 6
      src/pages/main/template/DialysisPrintOrderSeventyeight.vue

+ 8 - 6
src/pages/main/template/DialysisPrintOrderSeventyeight.vue View File

191
                 </div>
191
                 </div>
192
 
192
 
193
                 <div class="row" style="display: flex">
193
                 <div class="row" style="display: flex">
194
-                  <div class="inline_block" style="flex: 1;">
194
+                  <!-- <div class="inline_block" style="flex: 1;">
195
                     合并症:
195
                     合并症:
196
                     <div class="under_line"
196
                     <div class="under_line"
197
                       style=" width: 50%;text-align: center; white-space: normal;"
197
                       style=" width: 50%;text-align: center; white-space: normal;"
198
                     >
198
                     >
199
                       {{ predialysis.complication ? predialysis.complication : "/" }}
199
                       {{ predialysis.complication ? predialysis.complication : "/" }}
200
                     </div>
200
                     </div>
201
-                  </div>
201
+                  </div> -->
202
 
202
 
203
                   <!-- <div class="inline_block" style=" flex: 1">
203
                   <!-- <div class="inline_block" style=" flex: 1">
204
                     跌倒评估:
204
                     跌倒评估:
1275
         } if (this.predialysis.internal_fistula == "" || this.predialysis.catheter == "") {
1275
         } if (this.predialysis.internal_fistula == "" || this.predialysis.catheter == "") {
1276
           const obj6 = "透前内瘘,导管"
1276
           const obj6 = "透前内瘘,导管"
1277
           checkDate.push(obj6)
1277
           checkDate.push(obj6)
1278
-        } if (this.predialysis.complication == "" ) {
1279
-          const obj7 = "合并症"
1280
-          checkDate.push(obj7)
1281
-        } if (this.predialysis.dry_weight == '' ) {
1278
+        } 
1279
+        // if (this.predialysis.complication == "" ) {
1280
+        //   const obj7 = "合并症"
1281
+        //   checkDate.push(obj7)
1282
+        // } 
1283
+        if (this.predialysis.dry_weight == '' ) {
1282
           const obj8 = "干体重"
1284
           const obj8 = "干体重"
1283
           checkDate.push(obj8)
1285
           checkDate.push(obj8)
1284
         } if ( this. predialysis.weight_before == '') {
1286
         } if ( this. predialysis.weight_before == '') {