|
@ -310,6 +310,7 @@
|
|
|
<script type="text/javascript">
|
|
|
var doctorType = (JSON.parse(window.localStorage.getItem('wlyyAgent'))||{}).doctorType,
|
|
|
docInfo = JSON.parse(window.localStorage.getItem('docInfo'))
|
|
|
console.log('docInfo', docInfo)
|
|
|
var httpData=GetRequest()
|
|
|
function showSuccessMessage(msg) {
|
|
|
layer.msg(msg, {
|
|
@ -579,7 +580,7 @@
|
|
|
vm.pati.patientName = res.data.name
|
|
|
vm.jDlist.push({
|
|
|
name: docInfo.name,
|
|
|
code: docInfo.uid,
|
|
|
code: docInfo.code,
|
|
|
hospitalName: docInfo.hospitalName
|
|
|
})
|
|
|
vm.jDlist.push({
|
|
@ -602,7 +603,7 @@
|
|
|
var vm = this,
|
|
|
params = {
|
|
|
patient: this.pati.patient,
|
|
|
doctor: docInfo.uid
|
|
|
doctor: docInfo.code
|
|
|
}
|
|
|
recoverAPI.findPatientSignSpecialistInfo(params).then(function(res) {
|
|
|
if(res.status == 200) {
|
|
@ -637,7 +638,7 @@
|
|
|
loadding = layer.load(0, {shade: false}),
|
|
|
params = {
|
|
|
patient: this.pati.patient,
|
|
|
doctor: docInfo.uid
|
|
|
doctor: docInfo.code
|
|
|
}
|
|
|
recoverAPI.findTemplateList(params).then(function(res) {
|
|
|
layer.close(loadding)
|
|
@ -720,7 +721,7 @@
|
|
|
// var vm = this,
|
|
|
// loadding = layer.load(0, {shade: false}),
|
|
|
// params = {
|
|
|
// doctor: docInfo.uid,
|
|
|
// doctor: docInfo.code,
|
|
|
// patient: this.pati.patient,
|
|
|
// serviceItemName: this.searchKey
|
|
|
// }
|