yingzhou 6 yıl önce
ebeveyn
işleme
eb703d0dc2

+ 1 - 1
app/rehabilitation/html/guide_the_message.html

@ -118,7 +118,7 @@
				        <img id="bigimg" style="border:5px solid #fff;" src="" />
				    </div>
				</div>
	      		<div class="text-center ptb50" v-if="service.status!=1 && service.isMyTask==1">
	      		<div class="text-center ptb50" v-if="service.status!=1 && service.isMyTask==1 && (service.operate==1 || service.type==0)">
	      			<button class="btn btn-zhidao" @click="qrwc">确认完成</button>
	      		</div>
	      	</div>

+ 1 - 1
app/rehabilitation/js/guide_the_message.js

@ -40,7 +40,7 @@
				});
			},
			//						健康指导
			jkzd: function(patient, planId) {
			jkzd: function(planId,patient) {
				var vm = this
				top.layer.open({
					type: 2,

+ 1 - 1
app/rehabilitation/js/rehabilitation_management.js

@ -54,7 +54,7 @@
					layer.msg('无服务项',{icon:5})
					return ;
				}
				if(type=1){
				if(status==1&&type=1){
					top.layer.open({
					  type: 2,
					  area: ['800px', '650px'],