Browse Source

新分支

28169 1 year ago
parent
commit
8e2de1b6c9

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

87
                 {{ record.device_zone.name}}
87
                 {{ record.device_zone.name}}
88
               </div>
88
               </div>
89
             </div>
89
             </div>
90
-            <div class="inline_block" v-if="org_id!=10510">
90
+            <div class="inline_block" v-if="org_id!=10510 && org_id!=10460">
91
               床号:
91
               床号:
92
               <div class="under_line" style="width: 50px; text-align: center">
92
               <div class="under_line" style="width: 50px; text-align: center">
93
                 {{ record.device_number.number }}
93
                 {{ record.device_number.number }}
99
                 {{ record.patient.dialysis_no }}
99
                 {{ record.patient.dialysis_no }}
100
               </div>
100
               </div>
101
             </div>
101
             </div>
102
-            <div class="inline_block" style="margin-left: 5px">
102
+            <div class="inline_block" style="margin-left: 5px" v-if="org_id!=10460">
103
               住院号/门诊号:
103
               住院号/门诊号:
104
               <div
104
               <div
105
                 class="under_line"
105
                 class="under_line"
129
                 {{ item.name }}
129
                 {{ item.name }}
130
               </div>
130
               </div>
131
             </div>
131
             </div>
132
-            <div class="inline_block" style="margin-left: 10px">
132
+            <div class="inline_block" style="margin-left: 10px" v-if="org_id!=10460">
133
               诊断:
133
               诊断:
134
               <div
134
               <div
135
                 class="under_line"
135
                 class="under_line"
2137
                   {{ "/" }}
2137
                   {{ "/" }}
2138
                 </div>
2138
                 </div>
2139
               </div>
2139
               </div>
2140
-              <div class="inline_block">
2140
+              <div class="inline_block" v-if="org_id!=10460">
2141
                 床号:
2141
                 床号:
2142
                 <div class="under_line" style="width: 50px; text-align: center">
2142
                 <div class="under_line" style="width: 50px; text-align: center">
2143
                   {{ "/" }}
2143
                   {{ "/" }}
2149
                   {{ record.patient.dialysis_no }}
2149
                   {{ record.patient.dialysis_no }}
2150
                 </div>
2150
                 </div>
2151
               </div>
2151
               </div>
2152
-              <div class="inline_block" style="margin-left: 5px">
2152
+              <div class="inline_block" style="margin-left: 5px" v-if="org_id!=10460">
2153
                 住院号/门诊号:
2153
                 住院号/门诊号:
2154
                 <div
2154
                 <div
2155
                   class="under_line"
2155
                   class="under_line"
2181
                   {{ item.name }}
2181
                   {{ item.name }}
2182
                 </div>
2182
                 </div>
2183
               </div>
2183
               </div>
2184
-              <div class="inline_block" style="margin-left: 10px">
2184
+              <div class="inline_block" style="margin-left: 10px" v-if="org_id!=10460">
2185
                 诊断:
2185
                 诊断:
2186
                 <div
2186
                 <div
2187
                   class="under_line"
2187
                   class="under_line"

+ 7 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

89
               <span v-else>{{ "/" }}</span>
89
               <span v-else>{{ "/" }}</span>
90
             </div>
90
             </div>
91
           </div>
91
           </div>
92
-          <div class="inline_block">
92
+          <div class="inline_block" v-if="org_id!=10460">
93
             床号:
93
             床号:
94
             <div class="under_line" style="width: 50px; text-align: center">
94
             <div class="under_line" style="width: 50px; text-align: center">
95
               <span v-if="org_id == 10121||org_id == 10414 || org_id == 10447 || org_id == 9675 || org_id == 0 || org_id ==10460">{{
95
               <span v-if="org_id == 10121||org_id == 10414 || org_id == 10447 || org_id == 9675 || org_id == 0 || org_id ==10460">{{
108
               {{ patientInfo.dialysis_no }}
108
               {{ patientInfo.dialysis_no }}
109
             </div>
109
             </div>
110
           </div>
110
           </div>
111
-          <div class="inline_block" style="margin-left: 5px;" v-if="org_id!=9675 && org_id!=10447">
111
+          <div class="inline_block" style="margin-left: 5px;" v-if="org_id!=9675 && org_id!=10447&&org_id!=10460">
112
             住院号/门诊号:
112
             住院号/门诊号:
113
             <div class="under_line" style="width: 70px;text-align: left" v-if="receiverTreatmentAccess.admission_number">
113
             <div class="under_line" style="width: 70px;text-align: left" v-if="receiverTreatmentAccess.admission_number">
114
               {{ receiverTreatmentAccess.admission_number }}
114
               {{ receiverTreatmentAccess.admission_number }}
162
             <!--</div>-->
162
             <!--</div>-->
163
           </div>
163
           </div>
164
 
164
 
165
-          <div class="inline_block" style="margin-left: 10px">
165
+          <div class="inline_block" style="margin-left: 10px" v-if="org_id!=10460">
166
             诊断:
166
             诊断:
167
             <div
167
             <div
168
               class="under_line"
168
               class="under_line"
1923
               <span v-else>{{ "/" }}</span>
1923
               <span v-else>{{ "/" }}</span>
1924
             </div>
1924
             </div>
1925
             </div>
1925
             </div>
1926
-            <div class="inline_block" v-if="org_id!=10510" >
1926
+            <div class="inline_block" v-if="org_id!=10510 && org_id!=10460" >
1927
               床号:
1927
               床号:
1928
               <div class="under_line" style="width: 50px; text-align: center">
1928
               <div class="under_line" style="width: 50px; text-align: center">
1929
               <span v-if="org_id == 10121 || org_id == 9675 || org_id == 10447 || org_id == 0 ||org_id == 10460">{{
1929
               <span v-if="org_id == 10121 || org_id == 9675 || org_id == 10447 || org_id == 0 ||org_id == 10460">{{
1943
               </div>
1943
               </div>
1944
             </div>
1944
             </div>
1945
             <div class="inline_block" style="margin-left: 5px"
1945
             <div class="inline_block" style="margin-left: 5px"
1946
-            v-if="org_id!=9675 && org_id!=10447">
1946
+            v-if="org_id!=9675 && org_id!=10447 && org_id!=10460">
1947
             住院号/门诊号:
1947
             住院号/门诊号:
1948
             <div
1948
             <div
1949
               class="under_line"
1949
               class="under_line"
2007
               <!--平车-->
2007
               <!--平车-->
2008
               <!--</div>-->
2008
               <!--</div>-->
2009
             </div>
2009
             </div>
2010
-            <div class="inline_block" style="margin-left: 10px">
2010
+            <div class="inline_block" style="margin-left: 10px" v-if="org_id!=10460">
2011
               诊断:
2011
               诊断:
2012
               <div
2012
               <div
2013
                 class="under_line"
2013
                 class="under_line"
2624
                     </div>
2624
                     </div>
2625
                   </div>
2625
                   </div>
2626
                   <div
2626
                   <div
2627
+                    v-if="org_id!=10460"
2627
                     class="row"
2628
                     class="row"
2628
                     style="padding: 2px 0; line-height: 23px; display: flex"
2629
                     style="padding: 2px 0; line-height: 23px; display: flex"
2629
                   >
2630
                   >

+ 41 - 9
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyfour.vue View File

797
     }
797
     }
798
   },
798
   },
799
   methods: {
799
   methods: {
800
+    unique(arr) { // 根据唯一标识id来对数组进行过滤
801
+      const res = new Map();//定义常量 res,值为一个Map对象实例
802
+      //返回arr数组过滤后的结果,结果为一个数组   过滤条件是,如果res中没有某个键,就设置这个键的值为1
803
+      return arr.filter((arr) => !res.has(arr.advice_name) && res.set(arr.advice_name, 1))
804
+    },
800
     getDialysisRecord() {
805
     getDialysisRecord() {
801
       this.loading = true;
806
       this.loading = true;
802
       this.queryParams.patient_id = parseInt(this.$route.query.patient_id)
807
       this.queryParams.patient_id = parseInt(this.$route.query.patient_id)
1020
         console.log("this.projects", this.projects);
1025
         console.log("this.projects", this.projects);
1021
 
1026
 
1022
         // var objProject = {advice_name:"",start_time:"",single_dose:"",single_dose_unit:"",}
1027
         // var objProject = {advice_name:"",start_time:"",single_dose:"",single_dose_unit:"",}
1028
+      
1023
         if(this.projects!=null && this.projects.length >0){
1029
         if(this.projects!=null && this.projects.length >0){
1024
            for(let i=0;i<this.projects.length;i++){
1030
            for(let i=0;i<this.projects.length;i++){
1025
              if(this.projects[i].type== 2){
1031
              if(this.projects[i].type== 2){
1026
-              this.projects[i].advice_name = this.projects[i].project.project_name
1027
-              this.projects[i].start_time = this.projects[i].start_time
1028
-              this.projects[i].single_dose = this.projects[i].single_dose
1029
-              this.projects[i].single_dose_unit = this.projects[i].unit
1030
-              this.projects[i].execution_time = this.projects[i].execution_time
1031
-              this.projects[i].execution_staff= this.projects[i].execution_staff 
1032
-              this.advices.push(this.projects[i])
1032
+            
1033
+              this.projects[i].project_team_name = ""
1034
+              this.projects[i].project_team_id = 0
1035
+              console.log("this.projects[i].project.team",this.projects[i].project.team)
1036
+              if(this.projects[i].team!= "undefined" && this.projects[i].team.id >0){
1037
+                this.projects[i].project_team = this.projects[i].team.project_team
1038
+                this.projects[i].project_team_id = this.projects[i].team.id
1039
+                this.projects[i].start_time = this.projects[i].start_time
1040
+                this.projects[i].single_dose = this.projects[i].single_dose
1041
+                this.projects[i].single_dose_unit = this.projects[i].unit
1042
+                this.projects[i].execution_time = this.projects[i].execution_time
1043
+                this.projects[i].execution_staff= this.projects[i].execution_staff 
1044
+                this.projects[i].advice_name =  this.projects[i].team.project_team
1045
+              
1046
+               
1047
+                this.advices.push(this.projects[i])
1048
+              }else{
1049
+                this.projects[i].project_team = this.projects[i].project.project_name
1050
+                this.projects[i].advice_name = this.projects[i].project.project_name
1051
+                this.projects[i].start_time = this.projects[i].start_time
1052
+                this.projects[i].single_dose = this.projects[i].single_dose
1053
+                this.projects[i].single_dose_unit = this.projects[i].unit
1054
+                this.projects[i].execution_time = this.projects[i].execution_time
1055
+                this.projects[i].execution_staff= this.projects[i].execution_staff 
1056
+                this.advices.push(this.projects[i])
1057
+              }
1058
+             
1033
              }
1059
              }
1034
              
1060
              
1035
            }
1061
            }
1036
         }
1062
         }
1037
-        
1038
-
1063
+       
1064
+       
1065
+      
1039
         var tableAdvice = this.advices;
1066
         var tableAdvice = this.advices;
1040
 
1067
 
1041
 
1068
 
1115
           this.advices = tableAdvice;
1142
           this.advices = tableAdvice;
1116
         }
1143
         }
1117
 
1144
 
1145
+        var arr = [] 
1146
+        arr = this.unique(this.advices)
1147
+        this.advices = []
1148
+        this.advices= arr
1149
+        console.log("wowoowowowo",arr)
1118
         console.log("advices-----------------",this.advices)
1150
         console.log("advices-----------------",this.advices)
1119
 
1151
 
1120
  
1152
  

+ 1 - 1
src/xt_pages/user/Sitemap.vue View File

1225
               }
1225
               }
1226
              }
1226
              }
1227
 
1227
 
1228
-             this.fileList[0].img_url =  sitemap.img_url
1228
+            
1229
             }
1229
             }
1230
 
1230
 
1231
          }
1231
          }