Explorar el Código

解决选择居民搜索问题

linehang hace 6 años
padre
commit
301b676108
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. 3 1
      app/recover/html/new_recover.html
  2. 1 1
      app/recover/html/select-patient.html

+ 3 - 1
app/recover/html/new_recover.html

@ -136,7 +136,9 @@
		        	</div>
		        	<div class="fr w300 c-h100 c-border-l">
		        		<div class="plr5 c-h100">
		        			<h4 class="m0 pl10 lh40 c-border-b">添加其他项目</h4>
		        			<h4 class="m0 pl15 lh40 c-border-b c-position-r">
		        				<em class="c-position-a set-blue-span"></em>添加其他项目
		        			</h4>
		        			<div class="clearfix mtb10 c-border">
								<input class="fl search-input plr10" type="text" v-model="searchKey" placeholder="输入项目名称" />
								<span class="fr search-btn" @click="searchProject()"></span>

+ 1 - 1
app/recover/html/select-patient.html

@ -158,7 +158,7 @@
			    			loadding = layer.load(0, {shade: false}),
			    			params = {
			    				doctor: doctorCode,
								patientInfo: this.keyword, // 居民身份证或者姓名
								patientInfo: this.keyword == "" ? null : this.keyword, // 居民身份证或者姓名
								disease: label ? label.label : "",
								page: vm.page,
								size: 50