陈少旭 hace 9 meses
padre
commit
2eddb7413b

+ 5 - 5
src/xt_pages/outpatientCharges/components/callUnAssociationPrescription.vue Ver fichero

151
         name:"",
151
         name:"",
152
         request_record_date:'',
152
         request_record_date:'',
153
         patient_id:0,
153
         patient_id:0,
154
+        his_patient_id:0,
154
         allPrescription: [],
155
         allPrescription: [],
155
         isLastOrNextVisible: false,
156
         isLastOrNextVisible: false,
156
 
157
 
329
             };
330
             };
330
             prescriptions.push(obj)
331
             prescriptions.push(obj)
331
           }
332
           }
332
-        }
333
+          this.$emit('call',prescriptions,this.his_patient_id,this.patient_id)
333
 
334
 
334
-          this.$emit('call',prescriptions)
335
         }
335
         }
336
       },
336
       },
337
-      show(name,id,end_time, start_time,prescriptions){
337
+      show(name,id,end_time, start_time,prescriptions,his_patient_id){
338
         this.isLastOrNextVisible = true
338
         this.isLastOrNextVisible = true
339
         this.start_time  = start_time
339
         this.start_time  = start_time
340
         this.end_time = end_time;
340
         this.end_time = end_time;
341
-
341
+        this.his_patient_id = his_patient_id
342
         this.patient_id = id;
342
         this.patient_id = id;
343
-        this.name = '处方调用' + '('+name +')';
343
+        this.name = '新就诊号与未结算处方关联' + '('+name +')';
344
 
344
 
345
         this.allPrescription = prescriptions;
345
         this.allPrescription = prescriptions;
346
         for (let i = 0; i < this.allPrescription.length; i++){
346
         for (let i = 0; i < this.allPrescription.length; i++){

+ 3 - 3
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Ver fichero

1798
             this.$refs.register9504.hide()
1798
             this.$refs.register9504.hide()
1799
             this.loadingone = false
1799
             this.loadingone = false
1800
 
1800
 
1801
-            this.CheckHISPatient()
1801
+            // this.CheckHISPatient()
1802
 
1802
 
1803
           }
1803
           }
1804
         })
1804
         })
1831
                   that.changeRadio(1)
1831
                   that.changeRadio(1)
1832
                   that.$refs.register9504.hide()
1832
                   that.$refs.register9504.hide()
1833
                   that.$message({ message: '挂号成功', type: 'success' })
1833
                   that.$message({ message: '挂号成功', type: 'success' })
1834
-                  that.CheckHISPatient()
1834
+                  // that.CheckHISPatient()
1835
 
1835
 
1836
                 }
1836
                 }
1837
               }
1837
               }
1862
             this.$refs.register.hide()
1862
             this.$refs.register.hide()
1863
             this.loadingone = false
1863
             this.loadingone = false
1864
 
1864
 
1865
-            this.CheckHISPatient(this.record_date,this.patientInfo.id)
1865
+            // this.CheckHISPatient(this.record_date,this.patientInfo.id)
1866
 
1866
 
1867
           }
1867
           }
1868
         })
1868
         })