|
@@ -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,
|