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