Browse Source

康复下转

yht2016 5 years ago
parent
commit
d6d41bfb54
1 changed files with 5 additions and 4 deletions
  1. 5 4
      app/recover/html/new_recover.html

+ 5 - 4
app/recover/html/new_recover.html

@ -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
			    	// 		}