瀏覽代碼

提交代码

陈少旭 9 月之前
父節點
當前提交
2eddb7413b

+ 5 - 5
src/xt_pages/outpatientCharges/components/callUnAssociationPrescription.vue 查看文件

@@ -151,6 +151,7 @@
151 151
         name:"",
152 152
         request_record_date:'',
153 153
         patient_id:0,
154
+        his_patient_id:0,
154 155
         allPrescription: [],
155 156
         isLastOrNextVisible: false,
156 157
 
@@ -329,18 +330,17 @@
329 330
             };
330 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 338
         this.isLastOrNextVisible = true
339 339
         this.start_time  = start_time
340 340
         this.end_time = end_time;
341
-
341
+        this.his_patient_id = his_patient_id
342 342
         this.patient_id = id;
343
-        this.name = '处方调用' + '('+name +')';
343
+        this.name = '新就诊号与未结算处方关联' + '('+name +')';
344 344
 
345 345
         this.allPrescription = prescriptions;
346 346
         for (let i = 0; i < this.allPrescription.length; i++){

+ 3 - 3
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 查看文件

@@ -1798,7 +1798,7 @@ export default {
1798 1798
             this.$refs.register9504.hide()
1799 1799
             this.loadingone = false
1800 1800
 
1801
-            this.CheckHISPatient()
1801
+            // this.CheckHISPatient()
1802 1802
 
1803 1803
           }
1804 1804
         })
@@ -1831,7 +1831,7 @@ export default {
1831 1831
                   that.changeRadio(1)
1832 1832
                   that.$refs.register9504.hide()
1833 1833
                   that.$message({ message: '挂号成功', type: 'success' })
1834
-                  that.CheckHISPatient()
1834
+                  // that.CheckHISPatient()
1835 1835
 
1836 1836
                 }
1837 1837
               }
@@ -1862,7 +1862,7 @@ export default {
1862 1862
             this.$refs.register.hide()
1863 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
         })