Browse Source

查看筛查结果时 不是最新一份是不会显示最下面的按钮

zyz 6 years ago
parent
commit
9daa58827e

+ 1 - 0
app/jbsc/html/filter_result.html

@ -11,6 +11,7 @@
	    <link rel="shortcut icon" href="../../favicon.ico">
		<link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/cross.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
		<link rel="stylesheet" href="../css/filter_result.css" />
	</head>
	<body>

+ 3 - 2
app/jbsc/html/filter_type.html

@ -11,6 +11,7 @@
	    <link rel="shortcut icon" href="../../../favicon.ico">
		<link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css" />
		<link rel="stylesheet" type="text/css" href="../../../css/cross.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
		<link rel="stylesheet" href="../css/filter_type.css" />
	</head>
	<body>
@ -45,7 +46,7 @@
										<i></i>
									</div>
									<div class="den-avatar">
										<img src="../../../images/changcufangfenxi_icon.png"/>
										<img :src="item.photo"/>
									</div>
									<div class="flex-box-item">
										<p class="denizen-info"><span>{{item.name}}</span><span class="c-909090">({{item.sex==1?'男':'女'}} {{item.age}}岁 {{item.expensesStatus==1?"已缴费":(item.expensesStatus==2?"已退费":(item.expensesStatus==0?"未缴费":""))}})</span></p>
@ -89,7 +90,7 @@
								</li>
								<li v-if="!denizenList.length">暂无居民信息</li>
							</ul>
							<div class="text-center ptb10" v-if="denizenList.length && !noDenizen" @click="getScreenList('more')">						
							<div class="text-center ptb10" v-if="!noDenizen" @click="getScreenList('more')">						
								<button class="btn btn-default">更多居民</button>
							</div>
						</li>

+ 1 - 0
app/jbsc/html/questionnaire.html

@ -11,6 +11,7 @@
	    <link rel="shortcut icon" href="../../../favicon.ico">
		<link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/cross.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
		<link rel="stylesheet" href="../css/questionnaire.css" />
	</head>
	<body>

+ 2 - 1
app/jbsc/html/view_screening_results.html

@ -11,6 +11,7 @@
	    <link rel="shortcut icon" href="../../favicon.ico">
		<link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/cross.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
		<style type="text/css">
			.flex-box{
			  display: -webkit-box;
@ -154,7 +155,7 @@
				</div>
				
			</div>
			<div class="clear-bottom" v-if="!isView">
			<div class="clear-bottom" v-if="!isView || userInfo.is_again">
				<div class="btn-group-bottom flex-box">
					<button class="btn btn-success" @click="jkjy">健康教育</button>
					<button class="btn bgc-12b7f5" v-if="userInfo.is_again" @click="reScreening">再次筛查</button>