Преглед на файлове

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

csx преди 3 години
родител
ревизия
0924cf98ee
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 4 - 4
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Целия файл

@@ -1943,8 +1943,8 @@
1943 1943
           var that = this
1944 1944
           if (that.hisPatientInfo.balance_accounts_type == 2) {
1945 1945
             let params = {
1946
-              'order_id': order.id,
1947
-              'number': order.number,
1946
+              'order_id': that.order.id,
1947
+              'number': that.order.number,
1948 1948
               'patient_id': that.patientInfo.id,
1949 1949
               'record_time': that.record_date
1950 1950
 
@@ -1971,8 +1971,8 @@
1971 1971
               type: 'warning'
1972 1972
             }).then(() => {
1973 1973
               let params = {
1974
-                'order_id': order.id,
1975
-                'number': order.number,
1974
+                'order_id': this.order.id,
1975
+                'number': this.order.number,
1976 1976
                 'patient_id': this.patientInfo.id,
1977 1977
                 'record_time': this.record_date,
1978 1978
                 'admin_user_id': this.$store.getters.xt_user.user.id,