Selaa lähdekoodia

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

csx 3 vuotta sitten
vanhempi
commit
0924cf98ee

+ 4 - 4
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Näytä tiedosto

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