Browse Source

hah阿凡达

28169 4 months ago
parent
commit
78b8093792

+ 11 - 0
src/router/modules/dialysis.js View File

@@ -131,6 +131,17 @@ export default {
131 131
         noCache: true
132 132
       }
133 133
     },
134
+    {
135
+      path: '/dialysis/nurseInspection/print',
136
+      component: () => import('@/xt_pages/dialysis/nurseInspectionPrint'),
137
+      name: '透析项目打印',
138
+      hidden: true,
139
+      is_menu: false,
140
+      meta: {
141
+        title: '透析项目打印',
142
+        noCache: true
143
+      }
144
+    },
134 145
 
135 146
     {
136 147
       path: '/dialysis/doctorAdviceStaticPrint',

+ 1 - 0
src/xt_pages/dialysis/details/index.vue View File

@@ -3069,6 +3069,7 @@ export default {
3069 3069
        var params = {
3070 3070
          patient_id:this.$route.query.patient_id,
3071 3071
          record_date:this.$route.query.date,
3072
+         mode_id:this.$route.query.mode_id,
3072 3073
        }
3073 3074
       getInitPrintData(params).then(response=>{
3074 3075
         if(response.data.state == 1){

+ 1 - 0
src/xt_pages/dialysis/details/indexs.vue View File

@@ -1912,6 +1912,7 @@ export default {
1912 1912
        var params = {
1913 1913
          patient_id:this.$route.query.patient_id,
1914 1914
          record_date:this.$route.query.date,
1915
+         mode_id:this.$route.query.mode_id,
1915 1916
        }
1916 1917
       getInitPrintData(params).then(response=>{
1917 1918
         if(response.data.state == 1){

+ 34 - 0
src/xt_pages/dialysis/newDoctorAdvice.vue View File

@@ -29,6 +29,15 @@
29 29
           type="primary"
30 30
           >项目打印
31 31
       </el-button>
32
+
33
+      <el-button
34
+          size="small"
35
+          icon="el-icon-printer"
36
+          :disabled="selecting_schs.length == 0"
37
+          @click="batchPrintActionFive"
38
+          type="primary"
39
+          >化验打印
40
+      </el-button>
32 41
     </div>
33 42
     </div>
34 43
     <div class="app-container">
@@ -1596,6 +1605,31 @@ export default {
1596 1605
        }
1597 1606
        this.$router.push({ path: "/dialysis/doctocInspection/print",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way,schedulType:this.schedulType,partitionType:this.partitionType} });
1598 1607
     },
1608
+    batchPrintActionFive:function(){
1609
+      console.log("处方哈回复奥回复的话啊哈地方h")
1610
+      if(this.selecting_schs.length === 0) {
1611
+        this.$message.error("请至少选择一条需要打印的内容");
1612
+        return false;
1613
+      }
1614
+      // 模板ID为6
1615
+      var sch_ids = [];
1616
+
1617
+      for (let index = 0; index < this.selecting_schs.length; index++) {
1618
+        sch_ids.push(this.selecting_schs[index].patient_id);
1619
+      }
1620
+
1621
+      this.$store.dispatch("SetAdviceIDs", sch_ids);
1622
+       var name = ""
1623
+        for(let i=0;i<this.deliveryWay.length;i++){
1624
+            if(this.delivery_way == this.deliveryWay[i].id){
1625
+              name = this.deliveryWay[i].name
1626
+            }
1627
+        }
1628
+        if(name == '全部'){
1629
+          name = ""
1630
+       }
1631
+       this.$router.push({ path: "/dialysis/nurseInspection/print",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way,schedulType:this.schedulType,partitionType:this.partitionType} });
1632
+    },
1599 1633
     signPrintAction:function(){
1600 1634
       if (this.selecting_schs.length === 0) {
1601 1635
         this.$message.error("请至少选择一条需要打印的内容");

+ 24 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue View File

@@ -1201,10 +1201,34 @@
1201 1201
                       </td>
1202 1202
                      <td></td>
1203 1203
                     </tr>
1204
+                    <tr v-if="org_id ==10016">
1205
+                      <td width="100">治疗小结:</td>
1206
+                      <td width="370">
1207
+                        {{
1208
+                          summary.dialysis_summary
1209
+                            ? summary.dialysis_summary
1210
+                            : "/"
1211
+                        }}
1212
+                      </td>
1213
+                    </tr>
1214
+                    <tr v-if="org_id ==10016">
1215
+                      <td  width="100"> 宣教知识:</td>
1216
+                      <td  width="370">
1217
+                        {{
1218
+                          summary.mission
1219
+                            ? summary.mission
1220
+                            : "/"
1221
+                        }}
1222
+                      </td>
1223
+                    </tr>
1224
+                   
1204 1225
                   </tbody>
1205 1226
                 </table>
1206 1227
 
1207 1228
                 
1229
+                
1230
+
1231
+                
1208 1232
 
1209 1233
                 <!-- <table class="table-box">
1210 1234
                   <tbody>

+ 4 - 3
src/xt_pages/stock/drugs/components/expiryDateDrugQuery.vue View File

@@ -76,8 +76,9 @@
76 76
             </el-table-column>
77 77
             <el-table-column label="库存" align="center">
78 78
               <template slot-scope="scope">
79
-                <span v-if="scope.row.stock_max_number > 0"> {{scope.row.stock_max_number}}{{scope.row.XtBaseDrug.max_unit}}</span>
80
-                <span v-if="scope.row.stock_min_number > 0">{{scope.row.stock_min_number}}{{scope.row.XtBaseDrug.min_unit}}</span>  
79
+                <span v-if="scope.row.stock_max_number > 0"> {{scope.row.stock_max_number}}{{scope.row.max_unit}}</span>
80
+                <span v-if="scope.row.stock_min_number > 0">{{scope.row.stock_min_number}}{{scope.row.min_unit}}</span>  
81
+                
81 82
               </template>
82 83
             </el-table-column>
83 84
         
@@ -559,7 +560,7 @@ export default {
559 560
           this.tableList[i].specification_name = this.tableList[i].XtBaseDrug.dose + this.tableList[i].XtBaseDrug.dose_unit +"*"+this.tableList[i].XtBaseDrug.min_number+this.tableList[i].XtBaseDrug.min_unit+"/"+this.tableList[i].XtBaseDrug.max_unit
560 561
           this.tableList[i].manufacturer_name = this.getManufacturName(this.tableList[i].manufacturer)
561 562
           this.tableList[i].expiry = this.getTime(this.tableList[i].expiry_date)
562
-          this.tableList[i].stock_count =  this.tableList[i].stock_max_number + this.tableList[i].XtBaseDrug.max_unit + this.tableList[i].stock_min_number + this.tableList[i].XtBaseDrug.min_unit
563
+          this.tableList[i].stock_count =  this.tableList[i].stock_max_number + this.tableList[i].max_unit + this.tableList[i].stock_min_number + this.tableList[i].min_unit
563 564
           this.tableList[i].flush_date = this.getDaysBetween(this.getTime(this.tableList[i].expiry_date),this.getTime(this.nowtime))
564 565
        }
565 566
       import('@/vendor/Export2Excel').then(excel => {

+ 2 - 2
src/xt_pages/stock/drugs/components/expiryDateDrugQueryPrint.vue View File

@@ -42,8 +42,8 @@
42 42
                                   <td width="80">{{getManufacturName(item.manufacturer)}} </td>
43 43
                                   <td width="80">{{item.price}}</td>    
44 44
                                   <td width="80">
45
-                                     <span v-if="item.stock_max_number > 0">{{item.stock_max_number}}{{item.XtBaseDrug.max_unit}}</span>
46
-                                     <span v-if="item.stock_min_number >0">{{item.stock_min_number}}{{item.XtBaseDrug.min_unit}}</span>
45
+                                     <span v-if="item.stock_max_number > 0">{{item.stock_max_number}}{{item.max_unit}}</span>
46
+                                     <span v-if="item.stock_min_number >0">{{item.stock_min_number}}{{item.min_unit}}</span>
47 47
                                   </td>   
48 48
                                   <td width="80">{{item.batch_number}}</td>  
49 49
                                   <td width="80">{{getTime(item.expiry_date)}}</td>  

+ 13 - 12
src/xt_pages/stock/drugs/components/purchaseNewDrugQuery.vue View File

@@ -217,10 +217,7 @@ export default {
217 217
   },
218 218
   methods:{
219 219
     GetInitStartFlowPice(val1,val2,val3,val4,val5,min_number,min_unit,max_unit){
220
-      console.log("val1==---------------",val1)
221
-      console.log("val2-----",val2)
222
-      console.log("val3++++++",val3)
223
-      console.log("val4++++++",val4)
220
+     
224 221
       var total_one_price =0
225 222
       var total_two_price = 0
226 223
       var total_three_price =0
@@ -230,11 +227,10 @@ export default {
230 227
    
231 228
       if(val1!=null && val1.length>0){
232 229
          for(let i=0;i<val1.length;i++){
233
-          console.log("min_number",val1[i].count/min_number)
234
-          console.log("price22222",val1[i].price)
235 230
           total_one_price +=val1[i].count/min_number*val1[i].price
236 231
          }
237 232
       }  
233
+      console.log("total_one_price",total_one_price)
238 234
 
239 235
       if(val2!=null && val2.length>0){
240 236
          for(let i=0;i<val2.length;i++){
@@ -242,6 +238,7 @@ export default {
242 238
           total_two_price +=val2[i].count/min_number*val2[i].price
243 239
          }
244 240
       }  
241
+      console.log("total_two_price",total_two_price)
245 242
     
246 243
       console.log("val3",val3)
247 244
       if(val3!=null && val3.length>0){
@@ -249,17 +246,20 @@ export default {
249 246
           total_three_price +=val3[i].count*val3[i].price
250 247
          }
251 248
       }  
249
+      console.log("total_three_price",total_three_price)
252 250
       if(val4!=null && val4.length>0){
253 251
          for(let i=0;i<val4.length;i++){
254 252
           total_four_price +=val4[i].count*val4[i].price
255 253
          }
256 254
       }  
255
+      console.log("total_four_price",total_four_price)
257 256
 
258 257
       if(val5!=null && val5.length>0){
259 258
          for(let i=0;i<val5.length;i++){
260 259
           total_five_price +=val5[i].count*val5[i].price
261 260
          }
262 261
       }  
262
+      console.log("total_five_price",total_five_price)
263 263
       if(total_one_price == ""){
264 264
         total_one_price = 0
265 265
       }
@@ -280,13 +280,14 @@ export default {
280 280
       console.log("total_three_price----",total_three_price)
281 281
       console.log("total_four_price----",total_four_price)
282 282
       console.log("total_five_price----",total_five_price)
283
-     
284
-      var total = total_one_price + total_two_price -total_three_price-total_four_price + total_five_price
283
+    
284
+      var total =  total_one_price + total_two_price - total_three_price - total_four_price + total_five_price
285 285
       if(total >0){
286 286
         return total.toFixed(2)
287 287
       }else{
288
-        return total
288
+        return ""
289 289
       }
290
+     
290 291
        
291 292
     },
292 293
     drugAddInfoOnePirce(arr,min_number,min_unit,max_unit,arr2){
@@ -372,9 +373,9 @@ export default {
372 373
      if(totalthree == ""){
373 374
       totalthree =0
374 375
      }
375
-     console.log("totalone=========",totalone)
376
-     console.log("totalone=========",totaltwo)
377
-     console.log("totalone=========",totalthree)
376
+    //  console.log("totalone=========",totalone)
377
+    //  console.log("totalone=========",totaltwo)
378
+    //  console.log("totalone=========",totalthree)
378 379
      var total = 0
379 380
       total = (parseFloat(totalone)  + parseFloat(totaltwo)  - parseFloat(totalthree))
380 381
       console.log("total-=---------------",total)

+ 4 - 4
src/xt_pages/user/components/PatientSidebar.vue View File

@@ -179,10 +179,10 @@ export default {
179 179
             //   name: '3-3',
180 180
             //   label: '体格检查新'
181 181
             // },
182
-            // {
183
-            //   name: '3-5',
184
-            //   label: '病程记录新'
185
-            // },
182
+            {
183
+              name: '3-5',
184
+              label: '病程记录新'
185
+            },
186 186
             {
187 187
               name: '1-11',
188 188
               label: '首次病程记录'

+ 56 - 3
src/xt_pages/user/courseOfDisease_new.vue View File

@@ -248,7 +248,11 @@
248 248
           <div v-show="AuToShow">
249 249
             <text_content @new_content="newcontent" :patient="patient" :prescription="prescription" :berforList="berforList" 
250 250
             :monitorList="monitorList" :dryweightList="dryweightList" :inpectionList="inpectionList" :dialysisOrderList="dialysisOrderList" 
251
-            :start_date="start_date" :end_date="end_date" :patient_id="patient_id" :num="num" :longAdvice="longAdvice" :groupPrescriptionList="groupPrescriptionList" :afterList="afterList"></text_content>
251
+            :start_date="start_date" :end_date="end_date" :patient_id="patient_id" :num="num" :longAdvice="longAdvice" :groupPrescriptionList="groupPrescriptionList" :afterList="afterList" :max_blood_flow_volume="max_blood_flow_volume" 
252
+            :max_befor_systolic_blood_pressure="max_befor_systolic_blood_pressure" :min_befor_systolic_blood_pressure="min_befor_systolic_blood_pressure" :max_befor_diastolic_blood_pressure="max_befor_diastolic_blood_pressure"  :min_befor_diastolic_blood_pressure="min_befor_diastolic_blood_pressure"
253
+            :max_after_systolic_blood_pressure="max_after_systolic_blood_pressure" :min_after_systolic_blood_pressure="min_after_systolic_blood_pressure" :max_after_diastolic_blood_pressure="max_after_diastolic_blood_pressure" :min_after_diastolic_blood_pressure="min_after_diastolic_blood_pressure"
254
+            :max_monitor_systolic_blood_pressure="max_monitor_systolic_blood_pressure" :min_monitor_systolic_blood_pressure="min_monitor_systolic_blood_pressure" :max_monitor_diastolic_blood_pressure="max_monitor_diastolic_blood_pressure" :min_monitor_diastolic_blood_pressure="min_monitor_diastolic_blood_pressure"
255
+            :lastDryWeight="lastDryWeight"></text_content>
252 256
           </div>
253 257
         </div>
254 258
 
@@ -351,7 +355,22 @@
351 355
         num:"",
352 356
         longAdvice:[],
353 357
         groupPrescriptionList:[],
354
-        afterList:[]
358
+        afterList:[],
359
+        max_blood_flow_volume:"",
360
+        max_befor_systolic_blood_pressure:"",
361
+        min_befor_systolic_blood_pressure:"",
362
+        max_befor_diastolic_blood_pressure:"",
363
+        min_befor_diastolic_blood_pressure:"",
364
+        max_after_systolic_blood_pressure:"",
365
+        min_after_systolic_blood_pressure:"",
366
+        max_after_diastolic_blood_pressure:"",
367
+        min_after_diastolic_blood_pressure:"",
368
+        max_monitor_systolic_blood_pressure:"",
369
+        min_monitor_systolic_blood_pressure:"",
370
+        max_monitor_diastolic_blood_pressure:"",
371
+        min_monitor_diastolic_blood_pressure:"",
372
+        lastDryWeight:{}
373
+
355 374
       }
356 375
     },
357 376
     created() {
@@ -831,7 +850,41 @@
831 850
            this.groupPrescriptionList = response.data.data.groupPrescriptionList
832 851
         
833 852
            this.afterList = response.data.data.after
834
-           this.auto_dialog  =  true
853
+
854
+           this.max_blood_flow_volume = response.data.data.max_blood_flow_volume
855
+           
856
+           this.max_befor_systolic_blood_pressure = response.data.data.max_befor_systolic_blood_pressure
857
+
858
+         this.min_befor_systolic_blood_pressure = response.data.data.min_befor_systolic_blood_pressure
859
+
860
+         this.max_befor_diastolic_blood_pressure  = response.data.data.max_befor_diastolic_blood_pressure
861
+
862
+         this.min_befor_diastolic_blood_pressure = response.data.data.min_befor_diastolic_blood_pressure
863
+
864
+
865
+         this.max_after_systolic_blood_pressure = response.data.data.max_after_systolic_blood_pressure
866
+   
867
+         this.min_after_systolic_blood_pressure = response.data.data.min_after_systolic_blood_pressure
868
+
869
+         this.max_after_diastolic_blood_pressure = response.data.data.max_after_diastolic_blood_pressure
870
+
871
+
872
+         this.min_after_diastolic_blood_pressure = response.data.data.min_after_diastolic_blood_pressure
873
+
874
+         this.max_monitor_systolic_blood_pressure = response.data.data.max_monitor_systolic_blood_pressure
875
+
876
+
877
+         this.min_monitor_systolic_blood_pressure = response.data.data.min_monitor_systolic_blood_pressure
878
+
879
+
880
+         this.max_monitor_diastolic_blood_pressure = response.data.data.max_monitor_diastolic_blood_pressure
881
+
882
+
883
+         this.min_monitor_diastolic_blood_pressure = response.data.data.min_monitor_diastolic_blood_pressure
884
+
885
+         this.lastDryWeight = response.data.data.lastDryWeight 
886
+
887
+         this.auto_dialog  =  true
835 888
 
836 889
             
837 890
             

+ 102 - 15
src/xt_pages/user/text_content.vue View File

@@ -49,7 +49,50 @@ export default{
49 49
     },
50 50
     afterList:{
51 51
       type:Array
52
+    },
53
+    max_blood_flow_volume:{
54
+      type:Number
55
+    },
56
+    max_befor_systolic_blood_pressure:{
57
+      type:Number
58
+    },
59
+    min_befor_systolic_blood_pressure:{
60
+      type:Number
61
+    },
62
+    max_befor_diastolic_blood_pressure:{
63
+      type:Number
64
+    },
65
+    min_befor_diastolic_blood_pressure:{
66
+      type:Number
67
+    },
68
+    max_after_systolic_blood_pressure:{
69
+      type:Number
70
+    },
71
+    min_after_systolic_blood_pressure:{
72
+      type:Number
73
+    },
74
+    max_after_diastolic_blood_pressure:{
75
+      type:Number,
76
+    },
77
+    min_after_diastolic_blood_pressure:{
78
+      type:Number,
79
+    },
80
+    max_monitor_systolic_blood_pressure:{
81
+      type:Number,
82
+    },
83
+    min_monitor_systolic_blood_pressure:{
84
+      type:Number,
85
+    },
86
+    max_monitor_diastolic_blood_pressure:{
87
+      type:Number,
88
+    },
89
+    min_monitor_diastolic_blood_pressure:{
90
+      type:Number
91
+    },
92
+    lastDryWeight:{
93
+      type:Object
52 94
     }
95
+    
53 96
    },
54 97
   data(){
55 98
     return {
@@ -77,11 +120,7 @@ export default{
77 120
    
78 121
   },
79 122
   beforeMount(){
80
-     console.log("patinet==========================",this.patient)
81
-     console.log("longAdvice-----------------------",this.longAdvice)
82
-     console.log("除非==========================",this.prescription)
83
-     console.log("berforList---------------------",this.berforList)
84
-     console.log("afterList---------------------",this.afterList)
123
+
85 124
       var hd_total =0
86 125
       var hdArr =[]
87 126
       var hdf_total =0
@@ -686,9 +725,53 @@ export default{
686 725
         }
687 726
         
688 727
         pingjun_weight = (cha_weight/befor_total).toFixed(2)
728
+       
729
+        //透后凝血
730
+        var cruorNewArr = []
731
+        if(this.afterList!=null && this.afterList.length>0){
732
+           for(let i=0;i<this.afterList.length;i++){
733
+            cruorNewArr.push(this.afterList[i].cruor)
734
+           }
735
+        }
736
+      
737
+       let dialysisCrruorObj = {}
738
+        let dialysisCrruorStr = ""
739
+        if(cruorNewArr!=null && cruorNewArr.length>0){
740
+          cruorNewArr.forEach(item => {
741
+            dialysisCrruorObj[item] = (dialysisCrruorObj[item] + 1) || 1
742
+            })
743
+          }
744
+      
689 745
 
690
-
691
-
746
+        dialysisCrruorStr =  JSON.stringify(dialysisCrruorObj).replace(/^{|}$/g, '')
747
+       
748
+        //监测
749
+        var blood_flow_volume_total = 0
750
+        var ultrafiltration_volume_total = 0
751
+        var ultrafiltration_rate_total = 0
752
+        var total_length = 0
753
+        var pingjun_blood_flow_volume = 0
754
+        var pingjun_ultrafiltration_volume_total = 0
755
+        var pingjun_ultrafiltration_rate_total = 0
756
+        if(this.monitorList!=null && this.monitorList.length>0){
757
+          for(let i=0;i<this.monitorList.length;i++){
758
+            blood_flow_volume_total+=this.monitorList[i].blood_flow_volume
759
+            ultrafiltration_volume_total+=this.monitorList[i].ultrafiltration_volume
760
+            ultrafiltration_rate_total += this.monitorList[i].ultrafiltration_rate
761
+            total_length = this.monitorList.length
762
+          }
763
+        }
764
+        pingjun_blood_flow_volume = (blood_flow_volume_total/total_length).toFixed(2)
765
+        pingjun_ultrafiltration_volume_total = (ultrafiltration_volume_total/total_length).toFixed(2)
766
+        pingjun_ultrafiltration_rate_total = (ultrafiltration_rate_total/total_length).toFixed(2)
767
+
768
+        var dry_weight_str = ""
769
+        //干体重
770
+        if(this.dryweightList!=null && this.dryweightList.length>0){
771
+           for(let i=0;i<this.dryweightList.length;i++){
772
+            dry_weight_str =  this.getTimeOne(this.dryweightList[i].ctime) + this.dryweightList[i].adjusted_value
773
+           }
774
+        } 
692 775
 
693 776
      
694 777
        const contents = `<table border="1" class="table" style="border-collapse: collapse;width: 100%;">
@@ -726,20 +809,20 @@ export default{
726 809
                 <td style="align-items: center;padding: 5px;">透析情况</td>
727 810
                 <td style='padding:5px'>
728 811
                   <p>透析间期平均体重增加:${pingjun_weight}kg;</p>
729
-                  <p>凝血:透析器-0度(1次);</p>
730
-                  <p>平均血流量:250.00mL/min;最大血流量:250mL/min;</p>
731
-                  <p>平均超滤量:2900.00ml/次;平均超滤率:9.84mL/kg/h;</p>
732
-                  <p><span style='font-weight: bold;'>透前血压:</span>&nbsp;<span class="">收缩压:174~174mmHg;舒张压:69~69mmHg;</span></p>
733
-                  <p><span style='font-weight: bold;'>透后血压:</span>&nbsp;<span class="">收缩压:155~155mmHg;舒张压:87~87mmHg;</span></p>
734
-                  <p><span style='font-weight: bold;'>透中最低血压:</span>&nbsp;<span class="">收缩压:148~148mmHg;舒张压:56~56mmHg;</span></p>
735
-                  <p><span style='font-weight: bold;'>透中最高血压:</span>&nbsp;<span class="">收缩压:175~175mmHg;舒张压:87~87mmHg;</span></p>
812
+                  <p>凝血:${dialysisCrruorStr};</p>
813
+                  <p>平均血流量:${pingjun_blood_flow_volume}mL/min;最大血流量:${this.max_blood_flow_volume}mL/min;</p>
814
+                  <p>平均超滤量:${pingjun_ultrafiltration_volume_total}ml/次;平均超滤率:${pingjun_ultrafiltration_rate_total}mL/h;</p>
815
+                  <p><span style='font-weight: bold;'>透前血压:</span>&nbsp;<span class="">收缩压:${this.min_befor_systolic_blood_pressure}mmHg~${this.max_befor_systolic_blood_pressure}mmHg;舒张压:${this.min_befor_diastolic_blood_pressure}mmHg~${this.max_after_systolic_blood_pressure}mmHg;</span></p>
816
+                  <p><span style='font-weight: bold;'>透后血压:</span>&nbsp;<span class="">收缩压:${this.min_after_systolic_blood_pressure}mmHg~${this.max_after_systolic_blood_pressure}mmHg;舒张压:${this.min_after_diastolic_blood_pressure}~${this.max_after_diastolic_blood_pressure}mmHg;</span></p>
817
+                  <p><span style='font-weight: bold;'>透中最低血压:</span>&nbsp;<span class="">收缩压:${this.min_monitor_systolic_blood_pressure}mmHg~${this.max_monitor_systolic_blood_pressure}mmHg</span></p>
818
+                  <p><span style='font-weight: bold;'>透中最高血压:</span>&nbsp;<span class="">舒张压:${this.min_monitor_diastolic_blood_pressure}mmHg~${this.max_monitor_diastolic_blood_pressure}mmHg;</span></p>
736 819
                 </td>
737 820
               </tr>
738 821
               <tr>
739 822
                 <td style="align-items: center;padding: 5px;">干体重</td>
740 823
                 <td style='padding: 5px;'>
741 824
                   <p>
742
-                    <span style='font-weight: bold;'>当前干体重:</span>&nbsp;<span class="">73.7kg;</span>
825
+                    <span style='font-weight: bold;'>当前干体重:</span>&nbsp;<span class="">${this.lastDryWeight.dry_weight}kg;</span>
743 826
                   </p>
744 827
                   <p>
745 828
                     <span style='font-weight: bold;'>调整记录:</span>&nbsp;<span class="">无</span>
@@ -940,6 +1023,10 @@ export default{
940 1023
     getTime (time) {
941 1024
       return uParseTime(time, '{y}-{m}-{d}')
942 1025
      },
1026
+     getTimeOne (time) {
1027
+      return uParseTime(time, '年-月-日')
1028
+     },
1029
+    
943 1030
      getAnticoagulantName(val){
944 1031
        var anticoagulant_name = ""
945 1032
        if(val == 1){

+ 1 - 1
src/xt_permission.js View File

@@ -25,7 +25,7 @@ router.beforeEach((to, from, next) => {
25 25
     next()
26 26
   }
27 27
   return
28
-  // 线上注释
28
+ // 线上注释
29 29
   NProgress.start()
30 30
   // console.log(store.getters.current_role_urls.indexOf(to.path))
31 31
   // alert('path:' + to.path)