Parcourir la source

配置成功跳转

linehang il y a 6 ans
Parent
commit
40c141dd63
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      app/recover/html/new_recover.html

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

@ -104,7 +104,7 @@
	        											</ul>
	        										</div>
	        									</div>
	        									<p class="m0 mb5 p0 fl"><span class="c-999">费&emsp;&emsp;用:</span>{{detail.expense}}</p>
	        									<p class="m0 mb5 p0 fl"><span class="c-999">费&emsp;&emsp;用:</span>{{detail.expense}}{{detail.specialistServiceItemDO.unit}}</p>
	        								</div>
		        							<div class="m0 p0 lh18 clearfix">
        										<span class="fl c-999">计划时间:</span>
@ -580,7 +580,10 @@
						recoverAPI.createRehabilitationPlan(params).then(function(res) {
							layer.close(loadding)
							if(res.status == 200) {
								showSuccessMessage(this.pati.patientName + this.diseaseObj.diseaseName + "康复计划配置成功!")
								showSuccessMessage("康复计划配置成功!")
								setTimeout(function() {
									window.location.href = "../../rehabilitation/html/health_control.html"
								}, 1000)
							} else {
								showErrorMessage(res.msg);
							}