张保健 4 lat temu
rodzic
commit
08bc11e3a1

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue Wyświetl plik

195
               ? parseFloat(
195
               ? parseFloat(
196
               afterdialysis.weight_after -
196
               afterdialysis.weight_after -
197
               afterdialysis.additional_weight
197
               afterdialysis.additional_weight
198
-              ).toFixed(1)
198
+              ).toFixed(2)
199
               : "/"
199
               : "/"
200
               }}kg
200
               }}kg
201
             </span>
201
             </span>
1245
       vascularAccess: [],
1245
       vascularAccess: [],
1246
       nursing_record: '',
1246
       nursing_record: '',
1247
       special_record: '',
1247
       special_record: '',
1248
-      newTableAdvice:[]
1248
+      newTableAdvice: []
1249
     }
1249
     }
1250
   },
1250
   },
1251
   methods: {
1251
   methods: {
1433
           var doctoradvce = response.data.data.doctorAdvice
1433
           var doctoradvce = response.data.data.doctorAdvice
1434
           var doctorAdevieInfo = response.data.data.doctorAdevieInfo
1434
           var doctorAdevieInfo = response.data.data.doctorAdevieInfo
1435
           this.newTableAdvice = response.data.data.doctorAdevieInfo
1435
           this.newTableAdvice = response.data.data.doctorAdevieInfo
1436
-          console.log("哈哈哈哈哈哈哈哈哈",this.newTableAdvice)
1436
+          console.log('哈哈哈哈哈哈哈哈哈', this.newTableAdvice)
1437
           var tableAdvice = doctorAdevieInfo
1437
           var tableAdvice = doctorAdevieInfo
1438
           console.log('tableAdvice', tableAdvice)
1438
           console.log('tableAdvice', tableAdvice)
1439
           // console.log('医生', tableAdvice.length)
1439
           // console.log('医生', tableAdvice.length)