Browse Source

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

csx 4 years ago
parent
commit
09a758876c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 5 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -713,7 +713,8 @@
713 713
 
714 714
         let params = {
715 715
           'record_date': val,
716
-          'patient_id': this.patientInfo.id
716
+          'patient_id': this.patientInfo.id,
717
+          'type': this.radio
717 718
         }
718 719
         getChargeHisPatientInfo(params).then(response => {
719 720
           if (response.data.state == 0) {
@@ -1951,7 +1952,9 @@
1951 1952
           'patient_id': id,
1952 1953
           'number': batch_number,
1953 1954
           'start_time': this.other_start_time,
1954
-          'end_time': this.other_end_time
1955
+          'end_time': this.other_end_time,
1956
+          'type': this.radio
1957
+
1955 1958
         }
1956 1959
         this.loading = true
1957 1960