|  | @ -1,413 +1,963 @@
 | 
	
		
			
				|  |  | <!DOCTYPE html>
 | 
	
		
			
				|  |  | <html>
 | 
	
		
			
				|  |  | 	<head>
 | 
	
		
			
				|  |  | 		<meta charset="UTF-8">
 | 
	
		
			
				|  |  | 		<title>健康体检表</title>
 | 
	
		
			
				|  |  | 		<meta name="author" content="yihu.com" />
 | 
	
		
			
				|  |  |         <meta name="format-detection" content="telephone=no" />
 | 
	
		
			
				|  |  |         <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
 | 
	
		
			
				|  |  |         <meta name="apple-mobile-web-app-capable" content="yes" />
 | 
	
		
			
				|  |  |         <meta name="apple-mobile-web-app-status-bar-style" content="black" />
 | 
	
		
			
				|  |  |         <link rel="shortcut icon" href="../../../favicon.ico">
 | 
	
		
			
				|  |  |         <link rel="stylesheet" type="text/css" href="../../../css/element-ui.css"/>
 | 
	
		
			
				|  |  |         <link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css"  />
 | 
	
		
			
				|  |  |         <link rel="stylesheet" type="text/css" href="../../../css/cross.css"/>
 | 
	
		
			
				|  |  |         <link href="../../../plugins/toastr/toastr.min.css" rel="stylesheet">
 | 
	
		
			
				|  |  | 		<link href="../css/fangshi-detail.css" rel="stylesheet">
 | 
	
		
			
				|  |  | 		<style>
 | 
	
		
			
				|  |  | 			.p8 {padding: 8px;}
 | 
	
		
			
				|  |  | 			.col-w60 {width: 60px;}
 | 
	
		
			
				|  |  | 			.col-w120 {width: 130px;}
 | 
	
		
			
				|  |  | 			.mb0 {margin-bottom: 0;}
 | 
	
		
			
				|  |  | 			.setinput .el-input--suffix .el-input__inner {
 | 
	
		
			
				|  |  | 				padding: 0;
 | 
	
		
			
				|  |  | 				border-bottom: 1px solid #e1e1e1;
 | 
	
		
			
				|  |  | 			}
 | 
	
		
			
				|  |  | 			.el-checkbox, .el-radio {
 | 
	
		
			
				|  |  | 			    margin-left: 30px;
 | 
	
		
			
				|  |  | 			}
 | 
	
		
			
				|  |  | 			.el-radio__label {display: inline-block;}
 | 
	
		
			
				|  |  | 		</style>
 | 
	
		
			
				|  |  | 	</head>
 | 
	
		
			
				|  |  | 	<body>
 | 
	
		
			
				|  |  | 		<div id="app">
 | 
	
		
			
				|  |  | 			<table class="table table-bordered mb0">
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">体检日期</td>
 | 
	
		
			
				|  |  | 					<td>
 | 
	
		
			
				|  |  | 						<el-date-picker
 | 
	
		
			
				|  |  | 							:readonly="!editable"
 | 
	
		
			
				|  |  | 					      v-model="data1"
 | 
	
		
			
				|  |  | 					      type="date"
 | 
	
		
			
				|  |  | 					      placeholder="选择日期">
 | 
	
		
			
				|  |  | 					    </el-date-picker>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">责任医生</td>
 | 
	
		
			
				|  |  | 					<td>
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 			</table>
 | 
	
		
			
				|  |  | 			<div class="ui-grid">
 | 
	
		
			
				|  |  | 				<div class="ui-col-0 p8 c-border-l col-w60 c-t-center">内 容</div>
 | 
	
		
			
				|  |  | 				<div class="ui-col-1 p8 c-border-l c-border-r c-t-center">检 查 项 目</div>
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | <head>
 | 
	
		
			
				|  |  | 	<meta charset="UTF-8">
 | 
	
		
			
				|  |  | 	<title>80岁以上老人</title>
 | 
	
		
			
				|  |  | 	<meta name="author" content="yihu.com" />
 | 
	
		
			
				|  |  | 	<meta name="format-detection" content="telephone=no" />
 | 
	
		
			
				|  |  | 	<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"
 | 
	
		
			
				|  |  | 	/>
 | 
	
		
			
				|  |  | 	<meta name="apple-mobile-web-app-capable" content="yes" />
 | 
	
		
			
				|  |  | 	<meta name="apple-mobile-web-app-status-bar-style" content="black" />
 | 
	
		
			
				|  |  | 	<link rel="shortcut icon" href="../../../favicon.ico">
 | 
	
		
			
				|  |  | 	<link rel="stylesheet" type="text/css" href="../../../css/element-ui.css" />
 | 
	
		
			
				|  |  | 	<link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css" />
 | 
	
		
			
				|  |  | 	<link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
 | 
	
		
			
				|  |  | 	<link href="../../../plugins/toastr/toastr.min.css" rel="stylesheet">
 | 
	
		
			
				|  |  | 	<link href="../css/fangshi-detail.css" rel="stylesheet">
 | 
	
		
			
				|  |  | 	<style>
 | 
	
		
			
				|  |  | 		.p8 {
 | 
	
		
			
				|  |  | 			padding: 8px;
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 		.col-w60 {
 | 
	
		
			
				|  |  | 			width: 60px;
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 		.col-w120 {
 | 
	
		
			
				|  |  | 			width: 130px;
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 		.mb0 {
 | 
	
		
			
				|  |  | 			margin-bottom: 0;
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 		.setinput .el-input--suffix .el-input__inner {
 | 
	
		
			
				|  |  | 			padding: 0;
 | 
	
		
			
				|  |  | 			border-bottom: 1px solid #e1e1e1;
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 		.el-checkbox,
 | 
	
		
			
				|  |  | 		.el-radio {
 | 
	
		
			
				|  |  | 			margin-left: 30px;
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 		.el-radio__label {
 | 
	
		
			
				|  |  | 			display: inline-block;
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 		.el-radio {
 | 
	
		
			
				|  |  | 			margin-bottom: 0;
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 		div.ui-col-0 {
 | 
	
		
			
				|  |  | 			line-height: unset;
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 	</style>
 | 
	
		
			
				|  |  | </head>
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | <body>
 | 
	
		
			
				|  |  | 	<div id="app">
 | 
	
		
			
				|  |  | 		<button class="button" @click="editBtn()">编辑</button>
 | 
	
		
			
				|  |  | 		<div class="ui-grid p10">
 | 
	
		
			
				|  |  | 			<div class="ui-col-1">
 | 
	
		
			
				|  |  | 				<div class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">姓名:</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="oldmanData.name" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 				</div>
 | 
	
		
			
				|  |  | 			</div>
 | 
	
		
			
				|  |  | 			<table class="table table-bordered mb0">
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w60 c-t-center">症<br>状</td>
 | 
	
		
			
				|  |  | 					<td colspan="4">
 | 
	
		
			
				|  |  | 						<el-checkbox-group v-model="checkList">
 | 
	
		
			
				|  |  | 						    <el-checkbox label="1 无症状"key=""></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="2 头痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="3 头晕"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="4 心悸"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="5 胸闷"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="6 胸痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="7 慢性咳嗽"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="8 咳痰"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="9 呼吸困难"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="10 多饮"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="11 多尿"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="12 体重下降"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="13 乏力"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="14 关节肿痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="15 视力模糊"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="16 手脚麻木"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="17 尿急"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="18 尿痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="19 便秘   "></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="20 腹泻"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="21 恶心呕吐"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="22 眼花"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="23 耳鸣 "></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox label="24 乳房胀痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						    <el-checkbox class="setinput" label="25">
 | 
	
		
			
				|  |  | 						    	<el-input :readonly="!editable" v-model="input" placeholder="其他" clearable></el-input>
 | 
	
		
			
				|  |  | 						    </el-checkbox>
 | 
	
		
			
				|  |  | 						 </el-checkbox-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<!--一般状况-->
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td rowspan="9" class="col-w60 c-t-center">一<br>般<br>状<br>况</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">体  温</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">°C</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">脉  率</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 			<div class="ui-col-1">
 | 
	
		
			
				|  |  | 				<div class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">编号:</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="oldmanData.number" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 				</div>
 | 
	
		
			
				|  |  | 			</div>
 | 
	
		
			
				|  |  | 		</div>
 | 
	
		
			
				|  |  | 		<table class="table table-bordered mb0">
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">体检日期</td>
 | 
	
		
			
				|  |  | 				<td>
 | 
	
		
			
				|  |  | 					<el-date-picker :readonly="!editable" v-model="oldmanData.duty" type="date" placeholder="选择日期">
 | 
	
		
			
				|  |  | 					</el-date-picker>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">责任医生</td>
 | 
	
		
			
				|  |  | 				<td>
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="oldmanData.responsibility_doctor_name" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 		</table>
 | 
	
		
			
				|  |  | 		<div class="ui-grid">
 | 
	
		
			
				|  |  | 			<div class="ui-col-0 p8 c-border-l col-w60 c-t-center">内 容</div>
 | 
	
		
			
				|  |  | 			<div class="ui-col-1 p8 c-border-l c-border-r c-t-center">检 查 项 目</div>
 | 
	
		
			
				|  |  | 		</div>
 | 
	
		
			
				|  |  | 		<table class="table table-bordered mb0">
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w60 c-t-center">症
 | 
	
		
			
				|  |  | 					<br>状</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-checkbox-group v-model="symptom_check">
 | 
	
		
			
				|  |  | 						<el-checkbox label="1 无症状" key=""></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="2 头痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="3 头晕"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="4 心悸"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="5 胸闷"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="6 胸痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="7 慢性咳嗽"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="8 咳痰"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="9 呼吸困难"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="10 多饮"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="11 多尿"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="12 体重下降"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="13 乏力"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="14 关节肿痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="15 视力模糊"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="16 手脚麻木"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="17 尿急"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="18 尿痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="19 便秘   "></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="20 腹泻"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="21 恶心呕吐"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="22 眼花"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="23 耳鸣 "></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox label="24 乳房胀痛"></el-checkbox>
 | 
	
		
			
				|  |  | 						<el-checkbox class="setinput" label="25">
 | 
	
		
			
				|  |  | 							<el-input :readonly="!editable" v-model="oldmanData.symptom_other" placeholder="其他" clearable></el-input>
 | 
	
		
			
				|  |  | 						</el-checkbox>
 | 
	
		
			
				|  |  | 					</el-checkbox-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!--一般状况-->
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td rowspan="9" class="col-w60 c-t-center">一
 | 
	
		
			
				|  |  | 					<br>般
 | 
	
		
			
				|  |  | 					<br>状
 | 
	
		
			
				|  |  | 					<br>况</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">体  温</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">°C</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">脉  率</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">次/分钟</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td rowspan="2" class="col-w120 c-t-center">呼吸频率</td>
 | 
	
		
			
				|  |  | 				<td rowspan="2">
 | 
	
		
			
				|  |  | 					<div class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1">
 | 
	
		
			
				|  |  | 							<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">次/分钟</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td rowspan="2" class="col-w120 c-t-center">呼吸频率</td>
 | 
	
		
			
				|  |  | 					<td rowspan="2">
 | 
	
		
			
				|  |  | 						<div class="ui-grid">
 | 
	
		
			
				|  |  | 							<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 							<div class="ui-col-0">次/分钟</div>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td rowspan="2" class="col-w120 c-t-center">血 压</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-ciol-0 col-w60 c-border-r">左 侧</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">mmHg</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-ciol-0 col-w60 c-border-r">右 侧</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">mmHg</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">身  高</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">cm</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">体  重</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">kg</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">腰  围</td>
 | 
	
		
			
				|  |  | 				<td>
 | 
	
		
			
				|  |  | 					<div class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1">
 | 
	
		
			
				|  |  | 							<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 					<td rowspan="2" class="col-w120 c-t-center">血 压</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-ciol-0 col-w60 c-border-r">左 侧</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">mmHg</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-ciol-0 col-w60 c-border-r">右 侧</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">mmHg</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">身  高</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">cm</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">体  重</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">kg</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">腰  围</td>
 | 
	
		
			
				|  |  | 					<td>
 | 
	
		
			
				|  |  | 						<div class="ui-grid">
 | 
	
		
			
				|  |  | 							<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 							<div class="ui-col-0">cm</div>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">体质指数(BMI)</td>
 | 
	
		
			
				|  |  | 				<td>
 | 
	
		
			
				|  |  | 					<div class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1">
 | 
	
		
			
				|  |  | 							<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">体质指数(BMI)</td>
 | 
	
		
			
				|  |  | 					<td>
 | 
	
		
			
				|  |  | 						<div class="ui-grid">
 | 
	
		
			
				|  |  | 							<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 							<div class="ui-col-0">kg/m²</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">kg/m²</div>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">老年人健康状态自我评估*</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 满意</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 基本满意</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="3">3 说不清楚</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="4">4 不太满意</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="5">5 胸闷</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">老年人生活自理自我评估*</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 可自理(0 ~ 3 分)</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 轻度依赖(4 ~ 8 分)</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="3">3 中度依赖(9 ~ 18 分)</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="4">4 不能自理(≥19 分)</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">老年人认知功能*</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 粗筛阴性</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 粗筛阳性, 简易智力状态检查,总分</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">老年人情感状态*</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 粗筛阴性</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 粗筛阳性, 简易智力状态检查,总分</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!--生活方式-->
 | 
	
		
			
				|  |  | 		</table>
 | 
	
		
			
				|  |  | 		<table class="table table-bordered">
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td rowspan="13" class="col-w60 c-t-center">生
 | 
	
		
			
				|  |  | 					<br>活
 | 
	
		
			
				|  |  | 					<br>方
 | 
	
		
			
				|  |  | 					<br>式</td>
 | 
	
		
			
				|  |  | 				<td rowspan="3" class="col-w120 c-t-center">体育锻炼</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">锻炼频率</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 每天</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 每周一次以上</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="3">3 偶尔</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="4">4 不锻炼</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">每次锻炼时间</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">分钟</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">坚持锻炼时间</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">年</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">锻炼方式</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<div class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1">
 | 
	
		
			
				|  |  | 							<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">老年人健康状态自我评估*</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						 <el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1  满意</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 基本满意</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="3">3 说不清楚</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="4">4 不太满意</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="5">5 胸闷</el-radio>
 | 
	
		
			
				|  |  | 						  </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">老年人生活自理自我评估*</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						 <el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1  可自理(0 ~ 3 分)</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 轻度依赖(4 ~ 8 分)</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="3">3 中度依赖(9 ~ 18 分)</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="4">4 不能自理(≥19 分)</el-radio>
 | 
	
		
			
				|  |  | 						  </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">老年人认知功能*</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						 <el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1 粗筛阴性</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 粗筛阳性, 简易智力状态检查,总分</el-radio>
 | 
	
		
			
				|  |  | 						  </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">老年人情感状态*</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						 <el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1 粗筛阴性</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 粗筛阳性, 简易智力状态检查,总分</el-radio>
 | 
	
		
			
				|  |  | 						  </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<!--生活方式-->
 | 
	
		
			
				|  |  | 			</table>
 | 
	
		
			
				|  |  | 			<table class="table table-bordered">
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td rowspan="13" class="col-w60 c-t-center">生<br>活<br>方<br>式</td>
 | 
	
		
			
				|  |  | 					<td rowspan="3" class="col-w120 c-t-center">体育锻炼</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">锻炼频率</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1   每天</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 每周一次以上</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="3">3 偶尔</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="4">4 不锻炼</el-radio>
 | 
	
		
			
				|  |  | 						  </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">每次锻炼时间</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">分钟</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">坚持锻炼时间</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">年</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">锻炼方式</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						<div class="ui-grid">
 | 
	
		
			
				|  |  | 							<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 							<div class="ui-col-0">年</div>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">饮食习惯</td>
 | 
	
		
			
				|  |  | 					<td colspan="4">
 | 
	
		
			
				|  |  | 						<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1 荤素均衡</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 荤食为主</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="3">3 素食为主</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="4">4 嗜盐</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="5">5 嗜油</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="6">6 嗜糖</el-radio>
 | 
	
		
			
				|  |  | 						  </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td rowspan="3" class="col-w120 c-t-center">吸烟情况</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">吸烟状况</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1 从不吸烟</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 已戒烟</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="3">3 吸烟</el-radio>
 | 
	
		
			
				|  |  | 						 </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">日吸烟量</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						<div class="ui-grid">
 | 
	
		
			
				|  |  | 							<div class="ui-col-0">平均</div>
 | 
	
		
			
				|  |  | 							<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 							<div class="ui-col-0">次</div>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">饮食习惯</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 荤素均衡</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 荤食为主</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="3">3 素食为主</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="4">4 嗜盐</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="5">5 嗜油</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="6">6 嗜糖</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td rowspan="3" class="col-w120 c-t-center">吸烟情况</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">吸烟状况</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 从不吸烟</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 已戒烟</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="3">3 吸烟</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">日吸烟量</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<div class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">平均</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-1">
 | 
	
		
			
				|  |  | 							<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">平均吸烟年龄</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">岁</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">戒烟年龄</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">岁</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td rowspan="5" class="col-w120 c-t-center">饮酒情况</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">饮酒频率</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1 从不</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 偶尔</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="3">3 经常</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="4">4 每天</el-radio>
 | 
	
		
			
				|  |  | 						 </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">日饮酒量</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						<div class="ui-grid">
 | 
	
		
			
				|  |  | 							<div class="ui-col-0">平均</div>
 | 
	
		
			
				|  |  | 							<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 							<div class="ui-col-0">两</div>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">是否戒酒</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1 未戒酒</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">
 | 
	
		
			
				|  |  | 						    	<div class="ui-grid">
 | 
	
		
			
				|  |  | 						    		<div class="ui-col-0">2 已借酒,戒酒年龄:</div>
 | 
	
		
			
				|  |  | 						    		<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						    		<div class="ui-col-0">岁</div>
 | 
	
		
			
				|  |  | 						    	</div>
 | 
	
		
			
				|  |  | 						   	</el-radio>
 | 
	
		
			
				|  |  | 						 </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">平均饮酒年龄</td>
 | 
	
		
			
				|  |  | 					<td class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-1"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">岁</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">近一年是否曾醉酒</td>
 | 
	
		
			
				|  |  | 					<td>
 | 
	
		
			
				|  |  | 						<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1 是</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 否</el-radio>
 | 
	
		
			
				|  |  | 						 </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">饮酒种类</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						    <el-radio :label="1">1 白酒</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">2 啤酒</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="3">3 红酒</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="4">4 黄酒</el-radio>
 | 
	
		
			
				|  |  | 						    <el-checkbox class="setinput" label="5">
 | 
	
		
			
				|  |  | 						    	<el-input :readonly="!editable" v-model="input" placeholder="其他" clearable></el-input>
 | 
	
		
			
				|  |  | 						    </el-checkbox>
 | 
	
		
			
				|  |  | 						 </el-radio-group>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">职业病危害因素接触史</td>
 | 
	
		
			
				|  |  | 					<td colspan="4">
 | 
	
		
			
				|  |  | 						<div>
 | 
	
		
			
				|  |  | 							<el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 						    <el-radio :label="2">
 | 
	
		
			
				|  |  | 						    	<div class="ui-grid">
 | 
	
		
			
				|  |  | 						    		<div class="ui-col-0">2 有 (工种</div>
 | 
	
		
			
				|  |  | 						    		<div class="ui-col-0"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						    		<div class="ui-col-0">从业时间</div>
 | 
	
		
			
				|  |  | 						    		<div class="ui-col-0"><el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input></div>
 | 
	
		
			
				|  |  | 						    		<div class="ui-col-0">年)</div>
 | 
	
		
			
				|  |  | 						    	</div>
 | 
	
		
			
				|  |  | 						   	</el-radio>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">次</div>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">平均吸烟年龄</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">岁</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">戒烟年龄</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">岁</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td rowspan="5" class="col-w120 c-t-center">饮酒情况</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">饮酒频率</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 从不</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 偶尔</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="3">3 经常</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="4">4 每天</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">日饮酒量</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<div class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">平均</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-1">
 | 
	
		
			
				|  |  | 							<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 						<div class="ui-grid">
 | 
	
		
			
				|  |  | 							<div class="ui-col-0 mr10">毒物种类</div>
 | 
	
		
			
				|  |  | 							<div class="ui-col-1">
 | 
	
		
			
				|  |  | 								<div class="ui-grid">
 | 
	
		
			
				|  |  | 									<div class="ui-col-0">粉尘防范措施</div>
 | 
	
		
			
				|  |  | 									<div class="ui-col-1">
 | 
	
		
			
				|  |  | 										<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										    <el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										    <el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 										 </el-radio-group>
 | 
	
		
			
				|  |  | 									</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">两</div>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">是否戒酒</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 未戒酒</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">
 | 
	
		
			
				|  |  | 							<div class="ui-grid">
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">2 已借酒,戒酒年龄:</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-1">
 | 
	
		
			
				|  |  | 									<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 								</div>
 | 
	
		
			
				|  |  | 								<div class="ui-grid">
 | 
	
		
			
				|  |  | 									<div class="ui-col-0">放射物质防范措施</div>
 | 
	
		
			
				|  |  | 									<div class="ui-col-1">
 | 
	
		
			
				|  |  | 										<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										    <el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										    <el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 										 </el-radio-group>
 | 
	
		
			
				|  |  | 									</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">岁</div>
 | 
	
		
			
				|  |  | 							</div>
 | 
	
		
			
				|  |  | 						</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">平均饮酒年龄</td>
 | 
	
		
			
				|  |  | 				<td class="ui-grid">
 | 
	
		
			
				|  |  | 					<div class="ui-col-1">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-col-0">岁</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">近一年是否曾醉酒</td>
 | 
	
		
			
				|  |  | 				<td>
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 是</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 否</el-radio>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">饮酒种类</td>
 | 
	
		
			
				|  |  | 				<td colspan="3">
 | 
	
		
			
				|  |  | 					<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 白酒</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">2 啤酒</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="3">3 红酒</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="4">4 黄酒</el-radio>
 | 
	
		
			
				|  |  | 						<el-checkbox class="setinput" label="5">
 | 
	
		
			
				|  |  | 							<el-input :readonly="!editable" v-model="input" placeholder="其他" clearable></el-input>
 | 
	
		
			
				|  |  | 						</el-checkbox>
 | 
	
		
			
				|  |  | 					</el-radio-group>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="col-w120 c-t-center">职业病危害因素接触史</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<div>
 | 
	
		
			
				|  |  | 						<el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 						<el-radio :label="2">
 | 
	
		
			
				|  |  | 							<div class="ui-grid">
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">2 有 (工种</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">
 | 
	
		
			
				|  |  | 									<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 								</div>
 | 
	
		
			
				|  |  | 								<div class="ui-grid">
 | 
	
		
			
				|  |  | 									<div class="ui-col-0">物理因素防范措施</div>
 | 
	
		
			
				|  |  | 									<div class="ui-col-1">
 | 
	
		
			
				|  |  | 										<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										    <el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										    <el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 										 </el-radio-group>
 | 
	
		
			
				|  |  | 									</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">从业时间</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">
 | 
	
		
			
				|  |  | 									<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 								</div>
 | 
	
		
			
				|  |  | 								<div class="ui-grid">
 | 
	
		
			
				|  |  | 									<div class="ui-col-0">化学物质防范措施</div>
 | 
	
		
			
				|  |  | 									<div class="ui-col-1">
 | 
	
		
			
				|  |  | 										<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										    <el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										    <el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 										 </el-radio-group>
 | 
	
		
			
				|  |  | 									</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">年)</div>
 | 
	
		
			
				|  |  | 							</div>
 | 
	
		
			
				|  |  | 						</el-radio>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-0 mr10">毒物种类</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-1">
 | 
	
		
			
				|  |  | 							<div class="ui-grid">
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">粉尘防范措施</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-1">
 | 
	
		
			
				|  |  | 									<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										<el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										<el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 									</el-radio-group>
 | 
	
		
			
				|  |  | 								</div>
 | 
	
		
			
				|  |  | 							</div>
 | 
	
		
			
				|  |  | 							<div class="ui-grid">
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">放射物质防范措施</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-1">
 | 
	
		
			
				|  |  | 									<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										<el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										<el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 									</el-radio-group>
 | 
	
		
			
				|  |  | 								</div>
 | 
	
		
			
				|  |  | 							</div>
 | 
	
		
			
				|  |  | 							<div class="ui-grid">
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">物理因素防范措施</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-1">
 | 
	
		
			
				|  |  | 									<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										<el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										<el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 									</el-radio-group>
 | 
	
		
			
				|  |  | 								</div>
 | 
	
		
			
				|  |  | 							</div>
 | 
	
		
			
				|  |  | 							<div class="ui-grid">
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">化学物质防范措施</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-1">
 | 
	
		
			
				|  |  | 									<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										<el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										<el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 									</el-radio-group>
 | 
	
		
			
				|  |  | 								</div>
 | 
	
		
			
				|  |  | 								<div class="ui-grid">
 | 
	
		
			
				|  |  | 									<div class="ui-col-0">其他防范措施</div>
 | 
	
		
			
				|  |  | 									<div class="ui-col-1">
 | 
	
		
			
				|  |  | 										<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										    <el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										    <el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 										 </el-radio-group>
 | 
	
		
			
				|  |  | 									</div>
 | 
	
		
			
				|  |  | 							</div>
 | 
	
		
			
				|  |  | 							<div class="ui-grid">
 | 
	
		
			
				|  |  | 								<div class="ui-col-0">其他防范措施</div>
 | 
	
		
			
				|  |  | 								<div class="ui-col-1">
 | 
	
		
			
				|  |  | 									<el-radio-group v-model="radio">
 | 
	
		
			
				|  |  | 										<el-radio :label="1">1 无</el-radio>
 | 
	
		
			
				|  |  | 										<el-radio :label="2">2 有</el-radio>
 | 
	
		
			
				|  |  | 									</el-radio-group>
 | 
	
		
			
				|  |  | 								</div>
 | 
	
		
			
				|  |  | 							</div>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>
 | 
	
		
			
				|  |  | 				<!-- <tr>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!-- 脏器功能 -->
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center" rowspan="4">脏 器 功 能 </td>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					口 腔
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<div class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">口唇</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-1">
 | 
	
		
			
				|  |  | 							<el-radio-group :disabled="!editable" v-model="oldmanData.lip">
 | 
	
		
			
				|  |  | 								<el-radio :label="1">红润 </el-radio>
 | 
	
		
			
				|  |  | 								<el-radio :label="2">苍白</el-radio>
 | 
	
		
			
				|  |  | 								<el-radio :label="3">发绀</el-radio>
 | 
	
		
			
				|  |  | 								<el-radio :label="4">皲裂</el-radio>
 | 
	
		
			
				|  |  | 								<el-radio :label="5">疱疹</el-radio>
 | 
	
		
			
				|  |  | 							</el-radio-group>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 					<div class="ui-grid">
 | 
	
		
			
				|  |  | 						<div class="ui-col-0">齿列</div>
 | 
	
		
			
				|  |  | 						<div class="ui-col-1">
 | 
	
		
			
				|  |  | 							<el-checkbox-group v-model="oldmanData.dentition" :disabled="!editable">
 | 
	
		
			
				|  |  | 								<el-checkbox label="1">正常</el-checkbox>
 | 
	
		
			
				|  |  | 								<el-checkbox label="2">缺齿</el-checkbox>
 | 
	
		
			
				|  |  | 								<el-checkbox label="3">龋齿</el-checkbox>
 | 
	
		
			
				|  |  | 								<el-checkbox label="4">义齿,假牙</el-checkbox>
 | 
	
		
			
				|  |  | 							</el-checkbox-group>
 | 
	
		
			
				|  |  | 						</div>
 | 
	
		
			
				|  |  | 					</div>
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					视 力
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					听 力
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					运动功能
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!-- 查体 -->
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center" rowspan="13">查 体 </td>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					眼 底
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable>
 | 
	
		
			
				|  |  | 					</el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					皮 肤
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					巩 膜
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					淋巴结
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					肺
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					心 脏
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					腹 部
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					下肢水肿
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					足背动脉搏动
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					肛门指诊
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					乳 腺
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td colspan="5" class="table2Td">
 | 
	
		
			
				|  |  | 					<table class="table2">
 | 
	
		
			
				|  |  | 						<tr>
 | 
	
		
			
				|  |  | 							<td class="c-t-center" style="width: 68px" rowspan="5">
 | 
	
		
			
				|  |  | 								妇科
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 							<td class="c-t-center" style="width: 62px">
 | 
	
		
			
				|  |  | 								外阴
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 							<td colspan="3">
 | 
	
		
			
				|  |  | 								<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 						</tr>
 | 
	
		
			
				|  |  | 						<tr>
 | 
	
		
			
				|  |  | 							<td class="c-t-center ">
 | 
	
		
			
				|  |  | 								阴道
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 							<td colspan="3">
 | 
	
		
			
				|  |  | 								<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 						</tr>
 | 
	
		
			
				|  |  | 						<tr>
 | 
	
		
			
				|  |  | 							<td class="c-t-center ">
 | 
	
		
			
				|  |  | 								宫颈
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 							<td colspan="3">
 | 
	
		
			
				|  |  | 								<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 						</tr>
 | 
	
		
			
				|  |  | 						<tr>
 | 
	
		
			
				|  |  | 							<td class="c-t-center ">
 | 
	
		
			
				|  |  | 								宫体
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 							<td colspan="3">
 | 
	
		
			
				|  |  | 								<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 						</tr>
 | 
	
		
			
				|  |  | 						<tr>
 | 
	
		
			
				|  |  | 							<td class="c-t-center">
 | 
	
		
			
				|  |  | 								附件
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 							<td colspan="3">
 | 
	
		
			
				|  |  | 								<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 							</td>
 | 
	
		
			
				|  |  | 						</tr>
 | 
	
		
			
				|  |  | 					</table>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					其 他
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!-- 辅助检查 -->
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center" rowspan="15">辅 助 检 查 </td>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					血常规
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable>
 | 
	
		
			
				|  |  | 					</el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					尿常规
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					心电图
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					空腹血糖
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					尿微量白蛋白
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					大便潜血
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					糖化血红蛋白
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					乙型肝炎 表面抗原
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					肝功能
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					肾功能
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					血 脂
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					胸部 X 线片
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					B 超
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					宫颈涂片
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					其 他
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!-- 现存主要 健康问题 -->
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center" rowspan="7">现存主要 健康问题 </td>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					口 腔
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable>
 | 
	
		
			
				|  |  | 					</el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					视 力
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					听 力
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					运动功能
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					听 力
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					听 力
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					听 力
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 			<!-- 住院治疗 情况  -->
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center" rowspan="2">住院治疗 情况 </td>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					住院史
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable>
 | 
	
		
			
				|  |  | 					</el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					家 庭 病床史
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!-- 主要用药情况 -->
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center" rowspan="2">主要用药情况 </td>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					住院史
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable>
 | 
	
		
			
				|  |  | 					</el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					家 庭 病床史
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!-- 非免疫 规划预防 接种 -->
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center" rowspan="2">非免疫 规划预防 接种史 </td>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					住院史
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable>
 | 
	
		
			
				|  |  | 					</el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<tr>
 | 
	
		
			
				|  |  | 				<td class="c-t-center col-w120">
 | 
	
		
			
				|  |  | 					家 庭 病床史
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 				<td colspan="4">
 | 
	
		
			
				|  |  | 					<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 				</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!--健康评价  -->
 | 
	
		
			
				|  |  | 			<td class="col-w120 c-t-center">健康评价</td>
 | 
	
		
			
				|  |  | 			<td colspan="5">
 | 
	
		
			
				|  |  | 				<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 			</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 			<!-- 健康指导 -->
 | 
	
		
			
				|  |  | 			<td class="col-w120 c-t-center">健康指导</td>
 | 
	
		
			
				|  |  | 			<td colspan="5">
 | 
	
		
			
				|  |  | 				<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
		
			
				|  |  | 			</td>
 | 
	
		
			
				|  |  | 			</tr>
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 			<!-- <tr>
 | 
	
		
			
				|  |  | 					<td class="col-w120 c-t-center">体 温(℃)</td>
 | 
	
		
			
				|  |  | 					<td colspan="3">
 | 
	
		
			
				|  |  | 						<el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
 | 
	
	
		
			
				|  | @ -438,30 +988,88 @@
 | 
	
		
			
				|  |  |   						<el-radio :disabled="!editable" v-model="radio" label="2">异常</el-radio>
 | 
	
		
			
				|  |  | 					</td>
 | 
	
		
			
				|  |  | 				</tr>-->
 | 
	
		
			
				|  |  | 			</table>
 | 
	
		
			
				|  |  | 			<follow-bottom></follow-bottom>
 | 
	
		
			
				|  |  | 		</div>
 | 
	
		
			
				|  |  | 		<script src="../../../js/vue.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  |         <script src="../../../js/jquery-2.2.4.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  |         <script src="../../../plugins/toastr/toastr.min.js"></script>
 | 
	
		
			
				|  |  |         <script src="../../../js/es6-promise.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  |         <script src="../../../js/underscore.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  |         <script src="../../../js/element-ui.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  |         <script src="../../../component/followup/follow-bottom.js"></script>
 | 
	
		
			
				|  |  |         <!--<script src="../../../api/http-request.js" type="text/javascript" charset="utf-8"></script>-->
 | 
	
		
			
				|  |  | 		<script>
 | 
	
		
			
				|  |  | 			new Vue({
 | 
	
		
			
				|  |  | 				el: "#app",
 | 
	
		
			
				|  |  | 				data: function() {
 | 
	
		
			
				|  |  | 					return {
 | 
	
		
			
				|  |  | 						editable: true,
 | 
	
		
			
				|  |  | 						checkList: [],
 | 
	
		
			
				|  |  | 						data1: "",
 | 
	
		
			
				|  |  | 						input: null,
 | 
	
		
			
				|  |  | 						radio: ""
 | 
	
		
			
				|  |  | 		</table>
 | 
	
		
			
				|  |  | 		<!-- <follow-bottom></follow-bottom> -->
 | 
	
		
			
				|  |  | 	</div>
 | 
	
		
			
				|  |  | 	<script src="../../../js/vue.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  | 	<script src="../../../js/jquery-2.2.4.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  | 	<script src="../../../js/util.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  | 	<script src="../../../plugins/toastr/toastr.min.js"></script>
 | 
	
		
			
				|  |  | 	<script src="../../../js/es6-promise.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  | 	<script src="../../../js/underscore.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  | 	<script src="../../../js/element-ui.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  | 	<script src="../../../component/followup/follow-bottom.js"></script>
 | 
	
		
			
				|  |  | 	<script src="../../../api/http-request.js" type="text/javascript" charset="utf-8"></script>
 | 
	
		
			
				|  |  | 	<script src="../../../api/fangshi-api.js"></script>
 | 
	
		
			
				|  |  | 	<script>
 | 
	
		
			
				|  |  | 		var Request = GetRequest();
 | 
	
		
			
				|  |  | 		new Vue({
 | 
	
		
			
				|  |  | 			el: "#app",
 | 
	
		
			
				|  |  | 			data: function () {
 | 
	
		
			
				|  |  | 				return {
 | 
	
		
			
				|  |  | 					editable: true,
 | 
	
		
			
				|  |  | 					isEditBtn: true,
 | 
	
		
			
				|  |  | 					symptom_check: [],
 | 
	
		
			
				|  |  | 					oldmanData: {},
 | 
	
		
			
				|  |  | 					data1: "",
 | 
	
		
			
				|  |  | 					input: null,
 | 
	
		
			
				|  |  | 					radio: "",
 | 
	
		
			
				|  |  | 					followupId: Request['id']
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 				}
 | 
	
		
			
				|  |  | 			},
 | 
	
		
			
				|  |  | 			mounted: function () {
 | 
	
		
			
				|  |  | 				this.getData()
 | 
	
		
			
				|  |  | 			},
 | 
	
		
			
				|  |  | 			watch: {
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 			},
 | 
	
		
			
				|  |  | 			methods: {
 | 
	
		
			
				|  |  | 				getData: function () {
 | 
	
		
			
				|  |  | 					var vm = this
 | 
	
		
			
				|  |  | 					fangshiAPI.getOlderPeopleHealthCheckRecord({ followupId: this.followupId || '1' }).then(function (res) {
 | 
	
		
			
				|  |  | 						if (res.status == 200) {
 | 
	
		
			
				|  |  | 							var data = res.data
 | 
	
		
			
				|  |  | 							vm.oldmanData = data
 | 
	
		
			
				|  |  | 							var vmO = vm.oldmanData
 | 
	
		
			
				|  |  | 							if (vm.symptom_check) {
 | 
	
		
			
				|  |  | 								vmO.symptom_check = data.symptom.join(',')
 | 
	
		
			
				|  |  | 							}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 						} else {
 | 
	
		
			
				|  |  | 							top.toastr.error(res.msg);
 | 
	
		
			
				|  |  | 						}
 | 
	
		
			
				|  |  | 					})
 | 
	
		
			
				|  |  | 				},
 | 
	
		
			
				|  |  | 				editData: function () {
 | 
	
		
			
				|  |  | 					var vm = this
 | 
	
		
			
				|  |  | 					console.log(this.oldmanData)
 | 
	
		
			
				|  |  | 					this.oldmanData.create_time = null
 | 
	
		
			
				|  |  | 					this.oldmanData.version = '1'	//版本号
 | 
	
		
			
				|  |  | 					// fangshiAPI.saveOlderPeopleHealthCheckRecord({ followupId: '3', postpartumVisitDetails: JSON.stringify(this.postpartumVisitDetails) }).then(function (res) {
 | 
	
		
			
				|  |  | 					// 	if (res.status == 200) {
 | 
	
		
			
				|  |  | 					// 		top.toastr.info('保存成功')
 | 
	
		
			
				|  |  | 					// 	} else {
 | 
	
		
			
				|  |  | 					// 		top.toastr.error(res.msg);
 | 
	
		
			
				|  |  | 					// 	}
 | 
	
		
			
				|  |  | 					// })
 | 
	
		
			
				|  |  | 				},
 | 
	
		
			
				|  |  | 				editBtn: function () {
 | 
	
		
			
				|  |  | 					this.isEditBtn = !this.isEditBtn
 | 
	
		
			
				|  |  | 					if (this.isEditBtn == true) {
 | 
	
		
			
				|  |  | 						var btn = document.getElementsByClassName('button')[0]
 | 
	
		
			
				|  |  | 						btn.innerHTML = '编辑'
 | 
	
		
			
				|  |  | 						this.editable = false
 | 
	
		
			
				|  |  | 						this.editData()
 | 
	
		
			
				|  |  | 					} else if (this.isEditBtn == false) {
 | 
	
		
			
				|  |  | 						var btn = document.getElementsByClassName('button')[0]
 | 
	
		
			
				|  |  | 						btn.innerHTML = '保存'
 | 
	
		
			
				|  |  | 						this.editable = true
 | 
	
		
			
				|  |  | 					}
 | 
	
		
			
				|  |  | 				}
 | 
	
		
			
				|  |  | 			})
 | 
	
		
			
				|  |  | 		</script>
 | 
	
		
			
				|  |  | 	</body>
 | 
	
		
			
				|  |  | </html>
 | 
	
		
			
				|  |  | 			}
 | 
	
		
			
				|  |  | 		})
 | 
	
		
			
				|  |  | 	</script>
 | 
	
		
			
				|  |  | </body>
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | </html>
 |