lincl 5 yıl önce
ebeveyn
işleme
4e9b70091b

+ 1 - 1
app/followup/html/followup_new.html

@ -109,7 +109,7 @@
                    <div class="form-line flexContent flexBetween">
                        <div class="flexContent flex_1" style="flex:0.95">
                            <label class="followup_label w-45">*血压</label>
                            <input type="number" class="followup_input w-50" placeholder="" v-model="objData.BP_D">&nbsp;<span style="font-size:22px;">/</span>&nbsp;<input type="number" class="followup_input w-50"  v-model="objData.BP_U">mmHg
                            <input style="padding-right: 0;" type="number" class="followup_input w-50" placeholder="" v-model="objData.BP_D">&nbsp;<span style="font-size:22px;">/</span>&nbsp;<input type="number" class="followup_input w-50"  v-model="objData.BP_U">mmHg
                        </div>
                        <div class="flexContent flex_1">
                            <label class="followup_label marginr-8 w-80 " style="text-align: right;">身高</label>

+ 12 - 11
component/record/follow-up-list.js

@ -23,17 +23,18 @@ Vue.component('follow-list', {
				if(list.followupClass =="5" || list.followupClass =="6" ||list.followupClass =="7" ||list.followupClass =="8" ||list.followupClass =="9"){
					window.location.href = "../index.html?id="+list.id+"&type="+list.followupClass+"&isEdit=0"
				}else{
					top.layer.open({
				      	type: 2,
				      	maxmin: true,
				      	title:"随访详情",
				      	area: ['800px', '650px'],
				      	shadeClose: false,
						 content: '../../followup/html/lay_followUp_detail.html?id='+list.id,
						 end: function () {
							location.reload();
						}
				    });
					window.open('../../followup/html/lay_followUp_detail.html?id='+list.id)
					// top.layer.open({
				    //   	type: 2,
				    //   	maxmin: true,
				    //   	title:"随访详情",
				    //   	area: ['1000px', '650px'],
				    //   	shadeClose: false,
					// 	 content: '../../followup/html/lay_followUp_detail.html?id='+list.id,
					// 	 end: function () {
					// 		location.reload();
					// 	}
				    // });
				}
//			}else{
//				top.toastr.warning("请在手机上完成随访才能查看详情")