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
b7ef263470
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

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

2202
         } else if (index == 11) {
2202
         } else if (index == 11) {
2203
           var that = this
2203
           var that = this
2204
           let params = {
2204
           let params = {
2205
-            'order_id': this.order.id,
2206
-            'number': this.order.number,
2205
+            'order_id': order.id,
2206
+            'number': order.number,
2207
             'patient_id': this.patientInfo.id,
2207
             'patient_id': this.patientInfo.id,
2208
             'record_time': this.record_date,
2208
             'record_time': this.record_date,
2209
             'org_id': this.$store.getters.xt_user.org_id,
2209
             'org_id': this.$store.getters.xt_user.org_id,