Bläddra i källkod

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 3 dagar sedan
förälder
incheckning
2c844e34db

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_eighty.vue Visa fil

@@ -40,11 +40,11 @@
40 40
               </div>
41 41
             </div>
42 42
             <div class="inline_block" style="flex: 1;">
43
-              年龄1:
43
+              年龄:
44 44
               <div class="under_line" style="width: 30px; text-align: center">
45 45
                 <!-- {{ record.patient.age }} -->
46 46
                 <!-- {{ getAge(record.patient) }} -->
47
-                {{ calculateAge(record.patient.id_card_no,record.prescription.record_date) }}
47
+                {{ calculateAge(record.patient.id_card_no,record.schedule_date) }}
48 48
               </div>
49 49
50 50
             </div>

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue Visa fil

@@ -1235,7 +1235,7 @@
1235 1235
                     <div class="row"
1236 1236
                       style="padding: 2px 0; line-height: 23px; display: flex"
1237 1237
                     > 
1238
-                      <div class="inline_block" style="flex: 1" v-if="record.dialysis_order.puncture_nurse>0">
1238
+                      <div class="inline_block" style="flex: 1" v-if="record.assessment_before_dislysis.internal_fistula>0">
1239 1239
                         上机护士:
1240 1240
                         <div class="under_line"
1241 1241
                           style="width: 80px; text-align: center"
@@ -1264,7 +1264,7 @@
1264 1264
                         </div>
1265 1265
                       </div>
1266 1266
 
1267
-                      <div class="inline_block" style="flex: 1" v-if="record.dialysis_order.change_nurse>0">
1267
+                      <div class="inline_block" style="flex: 1" v-if="record.assessment_before_dislysis.catheter>0">
1268 1268
                         上机护士:
1269 1269
                         <div class="under_line"
1270 1270
                           style="width: 80px; text-align: center"

+ 1 - 1
src/xt_pages/dialysis/bloodPresssWatch.vue Visa fil

@@ -1921,7 +1921,7 @@ export default {
1921 1921
           this.$message.error(response.data.msg);
1922 1922
           return false;
1923 1923
         } else {
1924
-          if(this.org_id ==10206 || this.org_id == 0){
1924
+          if(this.org_id ==10206){
1925 1925
             this.template_id = 80
1926 1926
             // this.template_id = 81
1927 1927
             console.log("templage-i233232323232322323233232323223",this.template_id)

+ 9 - 8
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Visa fil

@@ -910,7 +910,6 @@
910 910
 
911 911
                     <el-col :span="8">
912 912
                         <el-form-item
913
-                                label="置换方式:"
914 913
                                 v-if="isShows('置换液')&&this.$store.getters.xt_user.org.id != 10206"
915 914
                                 v-show="huShow"
916 915
                                 prop="displace_liqui_part"
@@ -952,18 +951,20 @@
952 951
 
953 952
                     </el-col>
954 953
 
955
-                    <el-col :span="8"
956
-                            v-if="isShows('置换液总量') && (((this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id ==24 || this.$store.getters.xt_user.template_info.template_id ==53 || this.$store.getters.xt_user.template_info.org_id == 10206) && this.$store.getters.xt_user.template_info.org_id != 10249) && this.$store.getters.xt_user.template_info.org_id != 10441 && this.$store.getters.xt_user.template_info.org_id != 10721)"
957
-                            v-show="totalShow">
958
-                        <el-form-item label="置换液总量(ml)" prop="displace_liqui_value" :rules="isCheckmust('置换液总量')" v-if="dialysisPrescription.mode_id!=26">
954
+                    <el-col :span="8">
955
+                       
956
+                    </el-col>
957
+
958
+                    <el-col :span="8" v-if="isShows('置换液总量')" v-show="totalShow">
959
+                        <el-form-item label="置换液总量(L)" prop="displace_liqui_value" :rules="isCheckmust('置换液总量')" v-if="dialysisPrescription.mode_id!=26">
959 960
                             <el-input v-model="dialysisPrescription.displace_liqui_value"></el-input>
960 961
                         </el-form-item>
961 962
 
962
-                        <el-form-item label="置换液总量(L/h)" prop="displace_liqui_value" :rules="isCheckmust('置换液总量')" v-if="dialysisPrescription.mode_id ==26">
963
+                        <el-form-item label="置换液总量(L)" prop="displace_liqui_value" :rules="isCheckmust('置换液总量')" v-if="dialysisPrescription.mode_id ==26">
963 964
                             <el-input v-model="dialysisPrescription.displace_liqui_value"></el-input>
964 965
                         </el-form-item>
965 966
                     </el-col>
966
-                    <el-col :span="8"
967
+                    <!-- <el-col :span="8"
967 968
                             v-if="isShows('置换液总量') && (this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id !=24 && this.$store.getters.xt_user.template_info.template_id !=53 && this.$store.getters.xt_user.template_info.org_id != 10206) || this.$store.getters.xt_user.template_info.org_id  == 10249 || this.$store.getters.xt_user.template_info.org_id == 10441 ||  this.$store.getters.xt_user.template_info.org_id == 10721"
968 969
                             v-show="totalShow">
969 970
                         <el-form-item label="置换液总量(L)" prop="displace_liqui_value" :rules="isCheckmust('置换液总量')"  v-if="dialysisPrescription.mode_id!=26"
@@ -972,7 +973,7 @@
972 973
                         <el-form-item label="置换液总量(L/h)" prop="displace_liqui_value" :rules="isCheckmust('置换液总量')"  v-if="dialysisPrescription.mode_id ==26">
973 974
                             <el-input  v-model="dialysisPrescription.displace_liqui_value"></el-input>
974 975
                         </el-form-item>
975
-                    </el-col>
976
+                    </el-col> -->
976 977
 
977 978
                     <el-col :span="8" v-if="isShows('目标KT/V')">
978 979
                         <el-form-item label="目标KT/V" prop="target_ktv" :rules="isCheckmust('目标KT/V')">

+ 9 - 2
src/xt_pages/dialysis/details/dialysisComputer.vue Visa fil

@@ -12,7 +12,10 @@
12 12
           <span class="content">{{ device_number }}</span>
13 13
         </li>
14 14
         <li v-if="isShow('上机护士')">
15
-          <label>上机护士 : </label>
15
+          <label>
16
+           <span v-if="org_id == 10721"></span> 治疗护士 :
17
+           <span v-if="org_id != 10721"></span> 上机护士 :
18
+           </label>
16 19
           <span class="content">{{ nurse }}</span>
17 20
         </li>
18 21
       </ul>
@@ -122,7 +125,8 @@
122 125
     name: 'DialysisComputer',
123 126
     data() {
124 127
       return {
125
-        title: '透析上机 '
128
+        title: '透析上机 ',
129
+        org_id:0,
126 130
       }
127 131
     },
128 132
     props: {
@@ -280,6 +284,9 @@
280 284
         }
281 285
        },
282 286
 
287
+    },
288
+    created(){
289
+      this.org_id = this.$store.getters.xt_user.template_info.org_id;
283 290
     }
284 291
   }
285 292
 </script>

+ 1 - 1
src/xt_pages/dialysis/dialysisPrintOrder.vue Visa fil

@@ -2686,7 +2686,7 @@ export default {
2686 2686
           this.patient_id = response.data.data.patientInfo.DialysisSchedule.patient_id
2687 2687
           this.patient_name = response.data.data.patientInfo.name
2688 2688
 
2689
-          if(this.org_id !=10206 && this.org_id !=0){
2689
+          if(this.org_id !=10206){
2690 2690
             this.org_template_info.template_id= response.data.data.org_template_info.template_id
2691 2691
             this.org_template_info = response.data.data.org_template_info;
2692 2692
           }else{

+ 9 - 5
src/xt_pages/dialysis/template/DialysisPrintOrdereighty.vue Visa fil

@@ -36,7 +36,7 @@
36 36
             年龄:
37 37
             <div class="under_line" style="width: 30px; text-align: center">
38 38
               <!-- {{ getAge(patientInfo) }} -->
39
-              {{ calculateAge(patientInfo.id_card_no,prescription.record_date) }}
39
+              {{ calculateAge(patientInfo.id_card_no,schedule_date) }}
40 40
             </div>
41 41
42 42
           </div>
@@ -1367,7 +1367,7 @@
1367 1367
           年龄:
1368 1368
           <div class="under_line" style="width: 30px;text-align: left">
1369 1369
             <!-- {{ getAge(patientInfo) }} -->
1370
-            {{ calculateAge(patientInfo.id_card_no,prescription.record_date) }}
1370
+            {{ calculateAge(patientInfo.id_card_no,schedule_date) }}
1371 1371
           </div>
1372 1372
1373 1373
         </div>
@@ -2266,6 +2266,7 @@ export default {
2266 2266
       schedule_date_one:"",
2267 2267
       new_doctor_advice_list:[],
2268 2268
       number_list:[],
2269
+      schedule_date:""
2269 2270
     };
2270 2271
   },
2271 2272
   methods: {
@@ -2771,6 +2772,8 @@ export default {
2771 2772
         this.adminUser = response.data.data.users;
2772 2773
         console.log('3333333wwwwww12121',response.data.data);
2773 2774
        var schedule_date  =  response.data.data.schedule.schedule_date
2775
+
2776
+       this.schedule_date = schedule_date
2774 2777
        this.schedule_date_one =  uParseTime(
2775 2778
           schedule_date,
2776 2779
           "{y}-{m}-{d}"
@@ -3467,9 +3470,10 @@ export default {
3467 3470
    
3468 3471
      return ageYear 
3469 3472
     },
3470
-    getTime(val) {
3471
-      return uParseTime(val, "{y}年{m}月{d}日");
3472
-    },
3473
+    // getTime(val) {
3474
+    //   return uParseTime(val, "{y}年{m}月{d}日");
3475
+    // },
3476
+  
3473 3477
     getTimeOne(val) {
3474 3478
       return uParseTime(val, "{y}");
3475 3479
     },

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue Visa fil

@@ -1094,7 +1094,7 @@
1094 1094
                       上机护士:
1095 1095
                       <div  class="under_line"
1096 1096
                         style="width: 90px; text-align: center"
1097
-                         v-if="dialysisOrder.puncture_nurse>0"
1097
+                          v-if="predialysis.internal_fistula!=''"
1098 1098
                       >
1099 1099
                         <span
1100 1100
                           style="height: 30px; display: inline-block"
@@ -1131,7 +1131,7 @@
1131 1131
 
1132 1132
                       <div  class="under_line"
1133 1133
                         style="width: 90px; text-align: center"
1134
-                        v-if="dialysisOrder.change_nurse>0"
1134
+                        v-if="predialysis.catheter!=''"
1135 1135
                       >
1136 1136
                         <span
1137 1137
                           style="height: 30px; display: inline-block"