Browse Source

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

csx 3 years ago
parent
commit
8fc78f4148
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue

+ 2 - 2
src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue View File

134
         })
134
         })
135
       },
135
       },
136
       jumpDetail(row) {
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
       getMode(id) {
139
       getMode(id) {
140
         let name = ''
140
         let name = ''
223
           this.$message.error('请选择病人')
223
           this.$message.error('请选择病人')
224
           return
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
     },