Browse Source

新分支

28169 1 year ago
parent
commit
ed08ba86dc

+ 11 - 11
src/router/modules/patient.js View File

@@ -480,16 +480,16 @@ export default {
480 480
   //     noCache: true
481 481
   //   }
482 482
   // },
483
-  {//血管通路图
484
-    path: '/patients/patient/:id/angiogram',
485
-    component: () => import('@/xt_pages/user/angiogram'),
486
-    hidden: true,
487
-    is_menu: false,
488
-    name: 'angiogram',
489
-    meta: {
490
-      title: 'angiogram',
491
-      noCache: true
492
-    }
493
-  },
483
+  // {//血管通路图
484
+  //   path: '/patients/patient/:id/angiogram',
485
+  //   component: () => import('@/xt_pages/user/angiogram'),
486
+  //   hidden: true,
487
+  //   is_menu: false,
488
+  //   name: 'angiogram',
489
+  //   meta: {
490
+  //     title: 'angiogram',
491
+  //     noCache: true
492
+  //   }
493
+  // },
494 494
   ]
495 495
 }

+ 1 - 0
src/xt_pages/device/airDisinfectTwo.vue View File

@@ -2023,6 +2023,7 @@
2023 2023
                var airSetting =  response.data.data.airSetting
2024 2024
                this.$message.success("保存成功")
2025 2025
                this.setEditDialog = false
2026
+               this.getSetAirDisInfectById()
2026 2027
              }
2027 2028
           })  
2028 2029
         },

+ 5 - 2
src/xt_pages/device/objectTableDisinfectTwo.vue View File

@@ -2085,21 +2085,23 @@
2085 2085
       toSetting(){
2086 2086
         getObjectWayDisinfect().then(response=>{
2087 2087
            if(response.data.state==1){
2088
-             var objctSet = response.data.data.objctSet
2088
+             var objctSet = response.data.data.disinfect
2089 2089
              if(objctSet!=undefined){
2090 2090
                 this.art_way_one = objctSet.air_way.toString()
2091 2091
              }
2092 2092
              this.setEditDialog = true
2093
+             
2093 2094
            }
2094 2095
         })
2095 2096
       },
2096 2097
       getObjectWayDisinfect(){
2097 2098
         getObjectWayDisinfect().then(response=>{
2098 2099
            if(response.data.state==1){
2099
-             var objctSet = response.data.data.objctSet
2100
+             var objctSet = response.data.data.disinfect
2100 2101
              if(objctSet!=undefined){
2101 2102
                 this.art_way_one = objctSet.air_way
2102 2103
              }
2104
+             console.log("art_way_one23232322323",this.art_way_one)
2103 2105
             
2104 2106
            }
2105 2107
         })
@@ -2112,6 +2114,7 @@
2112 2114
            if(response.data.state==1){
2113 2115
              var objctSet = response.data.data.objctSet
2114 2116
              this.setEditDialog = false
2117
+             this.getObjectWayDisinfect()
2115 2118
            }
2116 2119
         })
2117 2120
       },

+ 69 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -4144,6 +4144,73 @@ export default {
4144 4144
         //    this.advice_groups.push(group)
4145 4145
         //   }
4146 4146
         // }
4147
+
4148
+
4149
+        
4150
+
4151
+        console.log("RESWOOWOWWOOW",response.data.data.doctorAdevieInfo)
4152
+        if(this.org_id ==10515 || this.org_id == 0){
4153
+          if(response.data.data.doctorAdevieInfo!=null && response.data.data.doctorAdevieInfo.length>0){
4154
+            for(let i=0;i<response.data.data.doctorAdevieInfo.length;i++){
4155
+              this.doctor_advices.push(response.data.data.doctorAdevieInfo[i])
4156
+              // this.doctor_advices_2.push(response.data.data.doctorAdevieInfo[i])
4157
+            }
4158
+         }
4159
+
4160
+
4161
+         let projects = [];
4162
+        response.data.data.projects.map((item) => {
4163
+          if (item.type == 2) {
4164
+            projects.push(item);
4165
+          }
4166
+        });
4167
+        this.projects = projects;
4168
+
4169
+      
4170
+        console.log("this.projects", this.projects);
4171
+
4172
+        // var objProject = {advice_name:"",start_time:"",single_dose:"",single_dose_unit:"",}
4173
+      
4174
+        if(this.projects!=null && this.projects.length >0){
4175
+           for(let i=0;i<this.projects.length;i++){
4176
+             if(this.projects[i].type== 2){
4177
+            
4178
+              this.projects[i].project_team_name = ""
4179
+              this.projects[i].project_team_id = 0
4180
+              console.log("this.projects[i].project.team",this.projects[i].project.team)
4181
+              if(this.projects[i].team!= "undefined" && this.projects[i].team.id >0){
4182
+                this.projects[i].project_team = this.projects[i].team.project_team
4183
+                this.projects[i].project_team_id = this.projects[i].team.id
4184
+                this.projects[i].start_time = this.projects[i].start_time
4185
+                this.projects[i].single_dose = this.projects[i].single_dose
4186
+                this.projects[i].single_dose_unit = this.projects[i].unit
4187
+                this.projects[i].execution_time = this.projects[i].execution_time
4188
+                this.projects[i].execution_staff= this.projects[i].execution_staff 
4189
+                this.projects[i].advice_name =  this.projects[i].team.project_team
4190
+              
4191
+               
4192
+                this.doctor_advices.push(this.projects[i])
4193
+                // this.doctor_advices_2.push(this.project[i])
4194
+              }else{
4195
+                this.projects[i].project_team = this.projects[i].project.project_name
4196
+                this.projects[i].advice_name = this.projects[i].project.project_name
4197
+                this.projects[i].start_time = this.projects[i].start_time
4198
+                this.projects[i].single_dose = this.projects[i].single_dose
4199
+                this.projects[i].single_dose_unit = this.projects[i].unit
4200
+                this.projects[i].execution_time = this.projects[i].execution_time
4201
+                this.projects[i].execution_staff= this.projects[i].execution_staff 
4202
+                this.doctor_advices.push(this.projects[i])
4203
+                // this.doctor_advices_2.push(this.projects[i])
4204
+              }
4205
+             
4206
+             }
4207
+             
4208
+           }
4209
+        }
4210
+         
4211
+        }
4212
+      
4213
+        console.log("时间我我我哦我我",this.doctor_advices)
4147 4214
         if (this.doctor_advices.length <= 6) {
4148 4215
           var nl = 6;
4149 4216
           this.print_length = 6;
@@ -4178,6 +4245,8 @@ export default {
4178 4245
           this.doctor_advices_2 = doctor_advices_2;
4179 4246
         }
4180 4247
         // console.log(this.advice_groups);
4248
+
4249
+       
4181 4250
       } else {
4182 4251
         this.loading = false;
4183 4252
         this.$message.error("请求数据失败");

+ 3 - 3
src/xt_pages/outpatientCharges/invoicePrint.vue View File

@@ -12,9 +12,9 @@
12 12
     </template>
13 13
     <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375"><!---->
14 14
         <div class='dialysisPage'>
15
-          <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387" >
15
+          <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id !=0" >
16 16
             <printOne v-if="org_id != 10088 &&  org_id != 0 " :paramsObj="invoiceParams"></printOne>
17
-            <printThree v-if="org_id == 10088 || org_id == 0" :paramsObj="invoiceParams"></printThree>
17
+            <printThree v-if="org_id == 10088" :paramsObj="invoiceParams"></printThree>
18 18
           </div>
19 19
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
20 20
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
@@ -33,7 +33,7 @@
33 33
       </div>
34 34
     </div>
35 35
 
36
-    <div class="app-container" style="" v-if="org_id == 10217 ">
36
+    <div class="app-container" style="" v-if="org_id == 10217 || org_id == 0">
37 37
       <div class='dialysisPage'>
38 38
         <printSix :paramsObj="invoiceParams"></printSix>
39 39
       </div>

+ 4 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printSix.vue View File

@@ -5,7 +5,7 @@
5 5
       <div :style="{position: 'absolute',top:(18 + (index * 420))  + 'px',left:117+ 'px',}">{{ list.order_number }}</div>
6 6
       <div >
7 7
           <div :style="{position: 'absolute',top:(38 + (index * 420))  + 'px',left:92+ 'px',}">{{ paramsObj.name }}</div>
8
-          <div :style="{position: 'absolute',top:(38 + (index * 420))  + 'px',left:492+ 'px',}">晁海燕 123456789011234</div>
8
+          <div :style="{position: 'absolute',top:(38 + (index * 420))  + 'px',left:492+ 'px',}">{{ doctor_info.user_name }}  {{ doctor_info.doctor_number }} </div>
9 9
       </div>
10 10
       <div :style="{position: 'absolute',top:(95 + (index * 420))  + 'px',left:76+ 'px',}">
11 11
           <div v-if="list.westernMedicineCostTotal">西药 {{ list.westernMedicineCostTotal }}</div>
@@ -117,6 +117,7 @@ export default {
117 117
           org_name:'',
118 118
           page:1,
119 119
           pageArr:[],
120
+          doctor_info:{},
120 121
       }
121 122
   },
122 123
   created(){
@@ -151,6 +152,8 @@ export default {
151 152
               this.getPage()
152 153
               this.pageArr.push(10)
153 154
               console.log('pageArr',this.pageArr.length)
155
+              this.doctor_info = res.data.data.doctor_info
156
+              console.log("doc_ON2O2O2O",this.doctor_info)
154 157
           })
155 158
       },
156 159
       smalltoBIG(n) {