|
@@ -134,7 +134,7 @@
|
134
|
134
|
})
|
135
|
135
|
},
|
136
|
136
|
jumpDetail(row) {
|
137
|
|
- this.$router.push('/outpatientDoctorStation/prescriptionTemplatedetail?id=' + row.id + '&patient_id=' + this.patient_id + '&patient_name=' + this.patient_name +"&modes="+this.mode_str)
|
|
137
|
+ this.$router.push('/hisTool/prescriptionTemplatedetail?id=' + row.id + '&patient_id=' + this.patient_id + '&patient_name=' + this.patient_name +"&modes="+this.mode_str)
|
138
|
138
|
},
|
139
|
139
|
getMode(id) {
|
140
|
140
|
let name = ''
|
|
@@ -223,7 +223,7 @@
|
223
|
223
|
this.$message.error('请选择病人')
|
224
|
224
|
return
|
225
|
225
|
}
|
226
|
|
- this.$router.push('/outpatientDoctorStation/prescriptionTemplatedetail?id=' + 0 + '&patient_id=' + this.patient_id+ '&patient_name=' + this.patient_name+"&modes="+this.mode_str)
|
|
226
|
+ this.$router.push('/hisTool/prescriptionTemplatedetail?id=' + 0 + '&patient_id=' + this.patient_id+ '&patient_name=' + this.patient_name+"&modes="+this.mode_str)
|
227
|
227
|
|
228
|
228
|
}
|
229
|
229
|
},
|