| 
					
				 | 
			
			
				@@ -99,8 +99,16 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <option v-for="(item, index) in dics.getMarriageCode" :key="index" :value="item.code">  {{ item.name }}  </option> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <div id="livePlace"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                现住址: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <span id="livePlace1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  <el-cascader v-model="patient.standardAddress" :options="regions" placeholder="省/市/区" style="width:230px"></el-cascader> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <input id="livePlace2" v-model="patient.livePlace" style="width: 300px" placeholder="街道/小区/乡镇" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                现住址: <input id="livePlace" v-model="patient.livePlace" style="width: 300px" /> 电话: <input id="phone" v-model="patient.phone" style="width: 90px" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                电话: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <input id="phone" v-model="patient.phone" style="width: 90px" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 邮编: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <input id="addrZipCode" v-model="patient.addrZipCode" style="width: 70px" maxlength="6" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -809,6 +817,7 @@ import TailPage from '../../../components/inpatient/frontsheet-printpage/TailPag 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import router from '@/router/index' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import Sleep from '@/utils/sleep' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { smoothScrollTableColumn } from '@/utils/el-table-scroll' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { regions } from '@/data/region' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const userWards = ref([]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const currentWard = ref('') 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1697,4 +1706,16 @@ table td { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   left: calc(100vw - 260px); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   background: transparent !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+:deep(#livePlace .el-input__wrapper) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  background: transparent; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  border: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  box-shadow: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  border-radius: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  border-bottom: 1px solid black; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  color: black; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+:deep(#livePlace .el-input__inner) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  color: black; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </style> 
			 |