Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
e646b6df97

+ 1 - 1
src/xt_pages/hospitalStation/template/printFive.vue View File

@@ -228,7 +228,7 @@ export default {
228 228
       }
229 229
       getHisPatientDetail(params).then(response => {
230 230
         if (response.data.state == 1) {
231
-          var hisPatient = response.data.data.hisPatient
231
+          var hisPatient = response.data.data.hisHospitalRecord
232 232
           console.log('挂号病人', hisPatient)
233 233
           this.hisPatient = hisPatient
234 234
         }

+ 2 - 2
src/xt_pages/hospitalStation/template/printFour.vue View File

@@ -158,7 +158,7 @@ export default {
158 158
             this.advicePrint = advicePrint
159 159
             this.prescriptions = advicePrint
160 160
             console.log("处方222222",this.prescriptions)
161
-            var hisPatient = response.data.data.hisPatient
161
+            var hisPatient = response.data.data.hisHospitalRecord
162 162
             console.log("hisPatient",hisPatient)
163 163
             this.hisPatient = hisPatient
164 164
             var projectlist =  response.data.data.projectlist
@@ -173,7 +173,7 @@ export default {
173 173
           }
174 174
        getHisPatientDetail(params).then(response=>{
175 175
           if(response.data.state == 1){
176
-             var hisPatient =  response.data.data.hisPatient
176
+             var hisPatient =  response.data.data.hisHospitalRecord
177 177
              console.log("挂号病人",hisPatient)
178 178
              this.hisPatient = hisPatient
179 179
           }

+ 3 - 4
src/xt_pages/hospitalStation/template/printOne.vue View File

@@ -18,7 +18,7 @@
18 18
           <div class="infoMain">
19 19
               <div style="margin-bottom: 10px;">门诊号:{{hisPatient.number?hisPatient.number:""}}</div>
20 20
               <div style="margin-bottom: 10px;">科室:{{item.info?getDepart(item.info.departments):''}}</div>
21
-              <div style="margin-bottom: 10px;">医保卡号:{{item.hisPatient.number?item.hisPatient.number:""}}</div>
21
+              <div style="margin-bottom: 10px;">医保卡号:{{""}}</div>
22 22
               <div style="margin-bottom: 10px;">电话:{{item.patient.phone}}</div>
23 23
               <div>地址:{{item.patient.home_address}}</div>
24 24
               <div style="display:flex;width:50%;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div>
@@ -159,8 +159,7 @@ export default {
159 159
             this.advicePrint = advicePrint
160 160
             this.prescriptions = advicePrint
161 161
             console.log("处方222222",this.prescriptions)
162
-            var hisPatient = response.data.data.hisPatient
163
-            console.log("hisPatient",hisPatient)
162
+            var hisPatient = response.data.data.hisHospitalRecord
164 163
             this.hisPatient = hisPatient
165 164
             var projectlist =  response.data.data.projectlist
166 165
             console.log("所有项目列表",projectlist)
@@ -174,7 +173,7 @@ export default {
174 173
           }
175 174
        getHisPatientDetail(params).then(response=>{
176 175
           if(response.data.state == 1){
177
-             var hisPatient =  response.data.data.hisPatient
176
+             var hisPatient =  response.data.data.hisHospitalRecord
178 177
              console.log("挂号病人",hisPatient)
179 178
              this.hisPatient = hisPatient
180 179
           }

+ 2 - 2
src/xt_pages/hospitalStation/template/printThree.vue View File

@@ -182,7 +182,7 @@ export default {
182 182
             this.getPage()
183 183
             this.prescriptions = advicePrint
184 184
             console.log("处方222222",this.prescriptions)
185
-            var hisPatient = response.data.data.hisPatient
185
+            var hisPatient = response.data.data.hisHospitalRecord
186 186
             console.log("hisPatient",hisPatient)
187 187
             this.hisPatient = hisPatient
188 188
             var projectlist =  response.data.data.projectlist
@@ -202,7 +202,7 @@ export default {
202 202
           }
203 203
        getHisPatientDetail(params).then(response=>{
204 204
           if(response.data.state == 1){
205
-             var hisPatient =  response.data.data.hisPatient
205
+             var hisPatient =  response.data.data.hisHospitalRecord
206 206
              console.log("挂号病人",hisPatient)
207 207
              this.hisPatient = hisPatient
208 208
           }

+ 1 - 1
src/xt_pages/hospitalStation/template/printTwo.vue View File

@@ -161,7 +161,7 @@ export default {
161 161
           }
162 162
        getHisPatientDetail(params).then(response=>{
163 163
           if(response.data.state == 1){
164
-             var hisPatient =  response.data.data.hisPatient
164
+             var hisPatient =  response.data.data.hisHospitalRecord
165 165
              console.log("挂号病人",hisPatient)
166 166
              this.hisPatient = hisPatient
167 167
           }