|
@@ -433,7 +433,7 @@
|
433
|
433
|
},
|
434
|
434
|
openPrint() {
|
435
|
435
|
// this.centerDialogVisible = true
|
436
|
|
- this.getPrescriptionList(this.patientInfo.id)
|
|
436
|
+ this.getPrescriptionList(this.patientInfo.id, this.record_date)
|
437
|
437
|
},
|
438
|
438
|
allCheck() {
|
439
|
439
|
this.$refs.multipleTable1.toggleAllSelection()
|
|
@@ -4178,7 +4178,7 @@
|
4178
|
4178
|
this.$refs.prescriptions.open(1, this.saveLoading)
|
4179
|
4179
|
} else if (index == 2) {
|
4180
|
4180
|
|
4181
|
|
- this.getPrescriptionList(this.patientInfo.id, 1)
|
|
4181
|
+ this.getPrescriptionList(this.patientInfo.id,this.record_date, 1)
|
4182
|
4182
|
// this.$router.push("/outpatientDoctorStation/print?record="+this.record_date+"&prescription_id="+this.prescription_id)
|
4183
|
4183
|
} else if (index == 3) {
|
4184
|
4184
|
this.$refs.prescriptions.open(3)
|
|
@@ -4186,11 +4186,11 @@
|
4186
|
4186
|
this.$refs.prescriptions.open(4)
|
4187
|
4187
|
} else if (index == 6) {
|
4188
|
4188
|
// this.$router.push("/outpatientDoctorStation/treatPrint?record="+this.record_date+"&prescription_id="+this.prescription_id)
|
4189
|
|
- this.getPrescriptionList(this.patientInfo.id, 2)
|
|
4189
|
+ this.getPrescriptionList(this.patientInfo.id,this.record_date, 2)
|
4190
|
4190
|
// this.$router.push("/outpatientDoctorStation/treatPrint?record="+this.record_date+"&prescription_id="+this.prescription_id)
|
4191
|
4191
|
|
4192
|
4192
|
} else if (index == 20) {
|
4193
|
|
- this.getPrescriptionList(this.patientInfo.id, 2, 3)
|
|
4193
|
+ this.getPrescriptionList(this.patientInfo.id,this.record_date, 2, 3)
|
4194
|
4194
|
}
|
4195
|
4195
|
|
4196
|
4196
|
},
|
|
@@ -4229,8 +4229,8 @@
|
4229
|
4229
|
this.prescription_id = data
|
4230
|
4230
|
},
|
4231
|
4231
|
|
4232
|
|
- getPrescriptionList(id, type, checkType) {
|
4233
|
|
- getPrescriptionList(id, 2).then(response => {
|
|
4232
|
+ getPrescriptionList(id,record_date, type, checkType) {
|
|
4233
|
+ getPrescriptionList(id, 2,record_date).then(response => {
|
4234
|
4234
|
if (response.data.state == 1) {
|
4235
|
4235
|
if (checkType != 3) {
|
4236
|
4236
|
this.centerDialogVisible = true
|